Example Usage
// This header contains the initialization function. // If you already initialized, inline_syscall.hpp contains all you need. #include "inline_syscall/include/in_memory_init.hpp" // Needs to be called once at startup before INLINE_SYSCALL is used. jm::init_syscalls_list(); // Usage of the main macro INLINE_SYSCALL void* allocation = nullptr; SIZE_T size = 0x1000; NTSTATUS status = INLINE_SYSCALL(NtAllocateVirtualMemory)((HANDLE)-1, &allocation, 0, &size, MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE);
See also
pyinstxtractor-ng
Open Source
PyInstaller Extractor Next Generation…
-SKYNET-Steam-Emulator
Open Source
Client emulator to play steam games on LAN without Internet connection.…
toolkit
Free
The essential toolkit for reversing, malware analysis, and cracking…
ipatool
Open Source
Command-line tool that allows searching and downloading app packages (known as ipa files) from the i…
Angr
Open Source
Python binary analysis framework supporting both static and dynamic symbolic execution (concolic exe…
NebulaFD
Free
A work in progress, reimagined decompiler for Clickteam Fusion.…