Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: DLPB_ on 2014-02-25 14:26:28

Title: Fun FF7 Text
Post by: DLPB_ on 2014-02-25 14:26:28
I was just messing about wondering why when you save an exe file you've opened in notepad, it won't work anymore.  Turns out I wasn't thinking... it's just that it turns hex 00 into hex 20 (ansi space).  That's the only reason.

Anyway, as FF7.exe was open in notepad, I had a little look down the code and came across some fun text:

Quote
great special thanx to you, ARIKO       from your husband, HIDEJI

I wonder what else lies in here?  I'm gonna strip out 7f-FF (and others) and see what I find.
Title: Re: Fun FF7 Text
Post by: DLPB_ on 2014-02-25 18:50:53
http://forums.qhimm.com/index.php?topic=373.0

Looks like SAINT beat me to it.
Title: Re: Fun FF7 Text
Post by: nfitc1 on 2014-02-25 19:08:37
I was just messing about wondering why when you save an exe file you've opened in notepad, it won't work anymore.  Turns out I wasn't thinking... it's just that it turns hex 00 into hex 20 (ansi space).  That's the only reason.

It might turn 0Ah and/or 0Dh into 0D0Ah.

I wonder what else lies in here?
I have two files that are complete ASCII/FF7TEXT dumps of the entire exe. Not just the actual text, but every combination of text based on bytes. Nothing interesting jumps out, but I only glanced at them (they're long :( ).