Sorry it this is in the wrong section.
Could I get a tutorial of how to open a win32 console app in Ollydbg and get it to accept parameters?
Specifically I need to know how to give it input and output filenames for the program to do anything, so I can debug it.
It's probably very easy, but I can't figure it out. And can't find any examples of anyone doing this.
The Forum is up for sale: XeNTaX Forum looking for new owner
ollydbg help
- aluigi
- VVIP member

- Posts: 1916
- Joined: Thu Dec 08, 2005 12:26 pm
- Location: www.ZENHAX.com
- Has thanked: 4 times
- Been thanked: 661 times
- Contact:
Re: ollydbg help
"File->Open" and select the executable to debug
"File->Set New Arguments" and put the command-line arguments in the second text entry
CTRL+F2 for restarting the process with the new arguments
"File->Set New Arguments" and put the command-line arguments in the second text entry
CTRL+F2 for restarting the process with the new arguments
Re: ollydbg help
Thank you aluigi that does work. Like I said simple.
The older versions are missing the "File->Set New Arguments" so anyone else having trouble get ollydbg2.0 or newer.
The older versions are missing the "File->Set New Arguments" so anyone else having trouble get ollydbg2.0 or newer.
