JetP1ane / Artemis

Artemis - C++ Hell's Gate Syscall Implementation

Home Page:https://labs.en1gma.co/malwaredevelopment/evasion/security/2023/08/14/syscalls.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Artemis - C++ Hell's Gate Syscall Implementation

https://labs.en1gma.co/malwaredevelopment/evasion/security/2023/08/14/syscalls.html


Languages

Language:C++ 90.0%Language:Assembly 10.0%