note that i dont claim that the idea is mine, this repo is probably just a
fork but i wanted to show other ways of getting syscalls .
1- copy your x64 shellcode to encoder.py file
2- change the key if u want but remeber to change it in main.c file too
3- run encoder.py as following: python2 encoder.py
4- copy the generated shellcode to your 'shellcode' variable in main.c
5- compile using visual studio, as release x64
- https://github.com/am0nsec/HellsGate the whole repo is just copied from there, i just modified the way of writing to memory, and xored it .