Skip to content

JetP1ane/Artemis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>