Qhimm.com Forums
Miscellaneous Forums => Scripting and Reverse Engineering => Topic started 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:
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.
-
http://forums.qhimm.com/index.php?topic=373.0
Looks like SAINT beat me to it.
-
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 :( ).