Hexecute 3.10 Crash Fix Version (Download Here)

Started by NightWolve, 05/17/2012, 12:38 AM

Previous topic - Next topic

0 Members and 0 Guests are viewing this topic.

NightWolve

While PSPad is the greatest freeware hex editor that I know of, it still doesn't do the one simple thing that Hexecute does for finding Japanese text :

IMG

Hexecute seems to have been abandoned by its creator, Mike Walston, and is about 10 years old since this release. It used to work well enough for doing quick searches of Japanese text (when you wanna find an offset), but I couldn't open anything in S-JIS/932 mode without it crashing, so given that the source was always included, I did the following:

1) I first had to convert the source code to Visual C++ 2005 Express Edition! (Not so easy, many syntax changes going from the ole VC++ 6.0). BTW, DO NOT upgrade it to VC++ 201X! 2005 is the last version that compiles an EXE that'll work on Win98/ME/NT/2K, that's why I didn't use a newer version!

2) Debugged for a day and managed to fix a couple of crash points manifested by the hex view not being loaded when anything other than the Unicode code page was selected. So, I think I fixed most crashes and a buffer overflow condition, lemme know if not.

3) Commandline opening of a file: if you put a shortcut in the 'Send To' folder and whenever you right click a file and select Send To, it will now open the file successfully.

Anyway, might be somewhat useful for the wannabe fan translator, so here ya go. It was useful to me back in the day...

>> Download it here <<

roflmao

Wow, that's impressive!  I haven't used a hex editor in ages, but I'm sure this'll be useful to at least some folks here. :D

Bernie

All that did is make me more confused than I already am..  lol

cabbage

#3
This looks really useful! Now I just need a little PCE game with very little text to try to translate  :-k (hehe) Thanks for your hard work. I look forward to giving it a go; never seen a hex editor with multi-language support like that.

OldRover

Very sweet, good job on bringing it up-to-date with modern systems. :)
Turbo Badass Rank: Janne (6 of 12 clears)
Conquered so far: Sinistron, Violent Soldier, Tatsujin, Super Raiden, Shape Shifter, Rayxanber II

NightWolve

Quote from: cabbage on 05/17/2012, 02:18 AMnever seen a hex editor with multi-language support like that.
Yeah, I never found a hex editor with that one particular feature. In the Xak III/Ys IV days, I used to use UltraEdit but with a little application called NJWIN which would switch the code page of the whole system, affecting even things like notepad where if you'd paste raw S-JIS text into it, it would appear as Japanese text. It was buggy as hell sometimes, but that's all we knew of at the time.