flowerProgrammer
flowerProgrammer

Reputation: 123

how can i add arguments for an exe in debugger?

How do I add arguments to an exe that I want to debug in immunity debugger? I didn't find any option to add input or arguments. I can just run it with no parameters at all, and it's the wrong case for me.

Upvotes: 1

Views: 4034

Answers (1)

Mark Jansen
Mark Jansen

Reputation: 1509

When selecting the file to run from immunity, at the bottom of the dialog is a bar where you can specify arguments.

Additionally, you can launch the process manually, and attach immunity to it.

Upvotes: 2

Related Questions