注册
登录
云鉴权
>>
pmap
>>
返回
项目作者:
tathanhdinh
项目描述 :
Process memory map
高级语言:
Rust
项目主页:
项目地址:
git://github.com/tathanhdinh/pmap.git
创建时间:
2019-07-22T00:31:39Z
项目社区:
https://github.com/tathanhdinh/pmap
开源协议:
下载
Process map
Why another process memory mapping tool?
education purpose
windows API programming in Rust is doable
fun
References
C# How to Scan a Process’ Memory
: begin with this one, because all user-mode process memory scanning are more or less the same
x64dbg
: read it to be sure you didn’t forget anything important
VMMap
: at which I’ve stolen some ideas ;)
ProcessHacker
: kernel-mode magics that I still cannot understand :(
Others:
XenoScan
,
HyperScan
,
pe-sieve