Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 813 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 813 Bytes

HellsGate

Rewrote Simple Process Injection using HellsGate in C# for fun and learning

.\HellsGate.exe <PID>
[+] Function Name: NtOpenProcess || Resolved Sycall no: 26
[+] Handle to process: 324
[+] Function Name: NtAllocateVirtualMemory || Resolved Sycall no: 18
[+] Pointer to the allocated buffer: 27F63DB0000
[+] Function Name: NtWriteVirtualMemory || Resolved Sycall no: 3A
[+] No of bytes written: 14B
[+] Function Name: NtCreateThreadEx || Resolved Sycall no: C1
[+] Newly created thread handle: 328

Credits