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?
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?
I've put some in and it seems to be doing the business, thanks!