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
-SKYNET-Steam-Emulator
Open Source
Client emulator to play steam games on LAN without Internet connection.…
xAnalyzer
Open Source
…
.NET-Deobfuscator
Open Source
Lists of .NET Deobfuscator and Unpacker (Open Source)…
GH-Offset-Dumper
Free
Scan signatures and netvars. Dumps header files, cheat tables and ReClass files.…
Ghidra
Open Source
Kali
NSA-developed software reverse engineering suite. Features a disassembler, decompiler, scripting (Ja…
pokeheartgold
Free
Decompilation of Pokemon HeartGold/SoulSilver…