Anyone Familiar with OllyDbg?

Soldato
Joined
4 Jan 2004
Posts
20,802
Location
¯\_(ツ)_/¯
I'm trying to debug my EXE file but I'm using some parameters when launching my EXE file....

Eg:
proggie.exe 10 20 30 40 50 60 70 80 90

Is it possible to get OllyDbg to use these parameters when launching my file for debugging?
 
File->Open (F3)

When you select your file, there should be a text box for your arguments.

This is Olly v1 btw, it may be different in v2, I haven't used it in awhile, I know you can do it though.
 
File->Open (F3)

When you select your file, there should be a text box for your arguments.

This is Olly v1 btw, it may be different in v2, I haven't used it in awhile, I know you can do it though.
I didn't notice the arguments box there at the bottom. :o I've put some in and it seems to be doing the business, thanks!
 
Back
Top Bottom