Author Topic: Hexecute 3.10 Crash Fix Version (Download Here)  (Read 302 times)

NightWolve

  • Hero Member
  • *****
  • Posts: 5277
Hexecute 3.10 Crash Fix Version (Download Here)
« on: May 16, 2012, 05:38:26 PM »
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 :



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 <<
« Last Edit: May 16, 2012, 05:48:11 PM by NightWolve »

roflmao

  • Hero Member
  • *****
  • Posts: 4824
Re: Hexecute 3.10 Crash Fix Version (Download Here)
« Reply #1 on: May 16, 2012, 05:41:48 PM »
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

  • Guest
Re: Hexecute 3.10 Crash Fix Version (Download Here)
« Reply #2 on: May 16, 2012, 06:19:48 PM »
All that did is make me more confused than I already am..  lol

cabbage

  • Sr. Member
  • ****
  • Posts: 342
Re: Hexecute 3.10 Crash Fix Version (Download Here)
« Reply #3 on: May 16, 2012, 07:18:33 PM »
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.
« Last Edit: May 16, 2012, 07:20:55 PM by cabbage »

nodtveidt

  • Guest
Re: Hexecute 3.10 Crash Fix Version (Download Here)
« Reply #4 on: May 16, 2012, 11:01:00 PM »
Very sweet, good job on bringing it up-to-date with modern systems. :)

NightWolve

  • Hero Member
  • *****
  • Posts: 5277
Re: Hexecute 3.10 Crash Fix Version (Download Here)
« Reply #5 on: May 17, 2012, 03:51:02 AM »
never 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.