SignatureGate icon indicating copy to clipboard operation
SignatureGate copied to clipboard

dLLs

Open Jigsaw855 opened this issue 2 years ago • 1 comments

hi I used your tools and have a question

  1. I convert calc.exe to bin file (shellcode) by using donut and test it in your tools but not correctly export

  2. in second try I used a bin file that opened calc.exe and not garneted by donut but not correctly result what does cause it?

  3. with your tools presented some DLL .can I use it instead of shellcode that generated by donut?

Jigsaw855 avatar Jun 11 '23 08:06 Jigsaw855

You cannot inject native shellcode generated from tools like msfvenom (I'm guessing you used that). If you want to exec commands just write a .NET assembly (e.g., System.Diagnostics.Process.Start) and convert that to shellcode. For native code injection you would need to use the original Hell's Gate project.

For #3 I don't really understand what you mean, you can inject shellcode to any verified file, including .exe, .dll, etc.

florylsk avatar Jun 11 '23 13:06 florylsk