Posted: Fri Jan 20, 2012 4:01 am Post subject: [Ollydbg] How can I add strings to a compiled binary
How can I add a string to a compiled binary using Ollydbg?
I am trying to write a patch that compares two strings to one another. Problem is I don't know how to reference or whatever it is I need to do to add the string to make the comparison.
I don't understand how to resize data sections(if that's what I need to do) using Ollydbg or however I would do it.
Can someone provide me with some insight on this? _________________
You don't need to really re-add sections if what you're trying to do is simple string comparison. You can find yourself a cave/empty spot in the exe and use that for writing your string. Or you can dynamically allocate memory and use that as your cave/place to write strings. You can also do the comparison there. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum