Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

change text string


ghost's Avatar
0 0

hi, i have a compiled exe file. i've opened it in ollydbg and found a text string "power". i want to change that "power" to something else. can i? thanks in advance.


ghost's Avatar
0 0

Um, yeah! (unless its a dll/import name of some sort)

Hex editors FTW!


ghost's Avatar
0 0

only one dll is in this package, its called "fmod.dll" and its used for manage sound in a game. but i've already tryed hex editor, the power string, that was visible in ollydbg, is not visible in there.


ghost's Avatar
0 0

In hex-editor

Search>ASCII> 'power'

or

Search>UNICODE> 'power'

Try that


ghost's Avatar
0 0

i've tryed it already, i'm using winhex.