HyperBE32 / CommonLoader

Library for loading managed assemblies to a native program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Library for loading managed assemblies to a native program.


Languages

Language:C 94.4%Language:C++ 5.6%