gitextract_nmml4q8r/ ├── LICENSE ├── README.md ├── cmd/ │ ├── __exec_poc.cmd │ ├── __exec_poc_simple_vmplayer.cmd │ └── __fix_systemroot.cmd ├── dll_payload/ │ ├── dll_payload/ │ │ ├── asm64.asm │ │ ├── dll_payload.cpp │ │ ├── dll_payload.vcxproj │ │ ├── dll_payload.vcxproj.filters │ │ ├── dllmain.cpp │ │ ├── hde/ │ │ │ ├── hde64.cpp │ │ │ ├── hde64.h │ │ │ └── table64.h │ │ ├── hook.cpp │ │ ├── hook.h │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ ├── targetver.h │ │ ├── uhde.cpp │ │ └── uhde.h │ └── dll_payload.sln └── simple_injection/ ├── simple_injection/ │ ├── simple_injection.cpp │ ├── simple_injection.vcxproj │ ├── simple_injection.vcxproj.filters │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h └── simple_injection.sln