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
I am wondering, how can i use multiple encoders while compiling native stub with pe2sh? python inceptor.py native -t pe2sh -C llvm -o output.exe -m unhook -e Xor -hw input.exe
-e Xor doesn't affect my stub.
The text was updated successfully, but these errors were encountered:
Hi @alexgar0. May I ask you to expand a bit more on what you mean by "affect my stub"? I'm not sure if you're saying it doesn't xor the shellcode or if you're just saying it doesn't change the main C stub.
I am wondering, how can i use multiple encoders while compiling native stub with pe2sh?
python inceptor.py native -t pe2sh -C llvm -o output.exe -m unhook -e Xor -hw input.exe
-e Xor doesn't affect my stub.
The text was updated successfully, but these errors were encountered: