Author Topic: Fun FF7 Text  (Read 3081 times)

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Fun FF7 Text
« 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.
« Last Edit: 2014-02-25 15:48:08 by DLPB »

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: Fun FF7 Text
« Reply #1 on: 2014-02-25 18:50:53 »
http://forums.qhimm.com/index.php?topic=373.0

Looks like SAINT beat me to it.

nfitc1

  • *
  • Posts: 3013
  • I just don't know what went wrong.
    • View Profile
    • WM/PrC Blog
Re: Fun FF7 Text
« Reply #2 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 :( ).