This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
v20191010
stonedreamforest
released this
10 Oct 08:22
·
16 commits
to master
since this release
- 部分代码重构,删除api:
print_impinfo_by_module
print_process_meminfo
list_mem_info`
添加api:
refresh_mem_info:刷新进程内存信息
refresh_mod_info:刷新进程模块信息
refresh_expfun_info:刷新导出表信息
get_expfun_info:获取进程所有模块导出表信息
get_expfun_info_size:获取保存导出表信息vector大小
库仅提供核心基础功能
-
添加python2支持 下载:python-2716
-
更新示例脚本
test.py
以便兼容新api,更详细的api使用展示