资 源 简 介
A memory editing library.
Features:
* Debugging
* Hardware Breakpoints
* Memory Breakpoints
* Top Level Exception Filter
Just In Time Assembler (FASMLib)
Memory wrapper class with the following functions:
2 different pattern scanners with customizable algorithm (uses BoyerMooreHorspool algorithm by default)
MS Detours and Import Address Table detours
Functions to allocate, free, write and read memory
Module wrapper class which includes:
Information such as the modules base address, its size and more
Provides easy access to the modules PE-Header
Process wrapper class which provides:
Functions to retrieve the process by a given window name, its PID or a window Handle
Enables your application to grant itself debug privileges
Information such as the PID, the process handle and the process name
<