Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exe and dll Editing
#6
I believe requesting is not allowed here on LFE, so lets keep this in PM ;D.
One thing you have to admit: You didn't try following the steps. I say this because it would have been pretty clear if you were to try it :P .

To shed more light:
Searching the strings and double clicking on what you want would've taken you to a PUSH XYZ command (where XYZ is the address/pointer of the original string). The PUSH command pushes a value into what is called the stack (clicky). That is like where the value is to be last stored then processed and printed on teh screen. Changing that address/pointer into one which points to another string would have it appear instead. Now the question is how to store a string on another address?
Quote:go down to address-land and Right click on any line => Binary => Edit => type the new name for the thing you would like to change => Ok.
Now you PUSH the address/pointer of the new string instead.
I would suggest checking this out. It covers almost all the stuff you need to know for "hexing" LF2. The rest is to be learnt by playing around with olly.

Edit: Oh, and I wasn't talking about editing the dll. You do all that on the exe itself.
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by: T.O.R.N.A.D.O


Messages In This Thread
Exe and dll Editing - by T.O.R.N.A.D.O - 10-27-2013, 02:52 PM
RE: Exe and dll Editing - by Dragon5 - 10-27-2013, 05:48 PM
RE: Exe and dll Editing - by T.O.R.N.A.D.O - 10-27-2013, 05:59 PM
RE: Exe and dll Editing - by A-Man - 10-28-2013, 02:06 PM
RE: Exe and dll Editing - by T.O.R.N.A.D.O - 10-28-2013, 03:58 PM
RE: Exe and dll Editing - by A-Man - 10-28-2013, 05:34 PM
RE: Exe and dll Editing - by T.O.R.N.A.D.O - 10-28-2013, 07:17 PM



Users browsing this thread: 2 Guest(s)