内存分析套件:MASCHE
fn67
10年前
MASCHE 全称是 Memory Analysis Suite for Checking the Harmony of Endpoints. 这是 Mozilla 开发的内存分析套件。
主要特性:
-
listlibs: Searches for processes that have loaded a certain library.
-
pgrep: Has the same functionallity as pgrep on linux.
-
memaccess/memsearch: Allows access and search into a given process memory.
Compiling
You needgolanginstalled.
Linux
You need glibc for 64 and 32 bits installed. On Fedora, the packages are:
- glibc-devel.i686
- glibc-devel.x86_64
- glibc-headers.i686
- glibc-headers.x86_64
- glibc.i686
- glibc.x86_64
Windows
In order to compile and run masche in windows you will need a gcc compiler. You can use mingw if you are running a 32 bits version of Windows or mingw-64 if you are running a 64 bits one.