dLLs
hi I used your tools and have a question
-
I convert calc.exe to bin file (shellcode) by using donut and test it in your tools but not correctly export
-
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?
-
with your tools presented some DLL .can I use it instead of shellcode that generated by donut?
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.