Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 649 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 649 Bytes

injection

A resource with shellcode for x64 thread hijacking, as well as easy to use manual mapping, hook, and standard injection techniques. The shellcode has notes to what instructions are used, making x86 translation incredibly easy.

techniques:

  • standard (internal LoadLibraryA call)
  • hook (SetWindowsHookEx process hook)
  • manual map (VirtualAllocEx & manually resolved PE elements, with full thread hijacking shell & code)

limitations:

  • manual map (thread hijacking only modifies 2 arguments, the necessary amount for dll injection, & the manually resolved imports limit you to whatever dlls are already imported in the target process)