Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 381 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 381 Bytes

CommonLoader

CommonLoader is a static C++/CLI library used to load managed assemblies into a process and applying memory modifications. This library lets you assemble X86/X64 code at runtime and hook instructions, commonly used in modding/hacking.

Libraries used

Keystone - Assembler
Capstone - Disassembler