The following might help
www.vbdecompiler.com
www.vb-decompiler.net
By the way your problem can be solved without the decompiler.
You can replace the word in the EXE file provided it does not exceed the original
word length
Printable View
The following might help
www.vbdecompiler.com
www.vb-decompiler.net
By the way your problem can be solved without the decompiler.
You can replace the word in the EXE file provided it does not exceed the original
word length
ohhh!!!! sorry :rolleyes: :rolleyes:
well, i'm going to try pay more attention.
thank's for the observation! :D
BytyEs
Try resource hacker -
http://www.angusj.com/resourcehacker/
if that doesnt work then prehaps it use the GNU strings command to check that the plain text is actually in the EXE and then use a hex editor, but I think you might struggle with that method becuase it'll offset subsequent bytes and screw with the rest of the plain text, prehaps..
for instance if you mispelt "mark" as "bark" that would be ok be you could just replace the "b" with an "m" but if its something like "crock" that you've spelt "****" then i think you might have some problems.
Besides I think your intellegent enough to understand that,
i2c