內存分析套件:MASCHE
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.
本文由用戶 fn67 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!