You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am a newbie and want to ask about the shell code here.
sorry to open an issue as I know I may be annoying, but I am not able to join https://bloodhoundgang.herokuapp.com/
My question
Is there any method to pass the params to the C# generated .exe file after using Donut to change the .exe to loader.bin?
for example:
I use donut: donut.exe -i test.exe -p "ABC DEF"
and what is want is: donut.exe -i test.exe and when I call the loader.bin, I can pass the params when I call it
it is quite annoying for me to change the params "-p" and generate a new shellcode every time, I am finding a way to pass the params out of the shellcode.
It is happy if you could help me explain this.
Thank you for watching my question and answering me, thank you!
The text was updated successfully, but these errors were encountered:
Hello, I am a newbie and want to ask about the shell code here.
sorry to open an issue as I know I may be annoying, but I am not able to join https://bloodhoundgang.herokuapp.com/
My question
Is there any method to pass the params to the C# generated .exe file after using Donut to change the .exe to loader.bin?
for example:
I use donut:
donut.exe -i test.exe -p "ABC DEF"
and what is want is:
donut.exe -i test.exe
and when I call the loader.bin, I can pass the params when I call itit is quite annoying for me to change the params "-p" and generate a new shellcode every time, I am finding a way to pass the params out of the shellcode.
It is happy if you could help me explain this.
Thank you for watching my question and answering me, thank you!
The text was updated successfully, but these errors were encountered: