marcussacana / MwareStuff

My tools to the Mware Engine
The Unlicense
56 stars 11 forks source link

application with startup parameters #51

Closed Mrqqeat closed 8 months ago

Mrqqeat commented 8 months ago

If the application comes with startup parameters, how do I drag and drop it to SRLInjector.exe

marcussacana commented 8 months ago

Good question, there are no support for this case but you can edit the code here to add command line args https://github.com/marcussacana/MwareStuff/blob/master/SRLInjector/Program.cs#L83

Mrqqeat commented 8 months ago

Good question, there are no support for this case but you can edit the code here to add command line args https://github.com/marcussacana/MwareStuff/blob/master/SRLInjector/Program.cs#L83

okay, I understand, thank you