Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 467 Bytes

File metadata and controls

16 lines (9 loc) · 467 Bytes

Artemis

Artemis - C++ Hell's Gate Syscall Extractor

Blog Post

example

  • I used the cl compiler for Visual Studio and accessed it through the x64 Native Tools Command Prompt

To Run:
artemis.exe <name_of_target_syscall>

To Compile & Run:
cl /EHsc /FA artemis.cpp syscall.obj && artemis.exe <name_of_target_syscall>