This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df157a9
commit b6e70fa
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
|
||
#### 2019-10-09 | ||
公开发行 | ||
公开发行 基于python3 下载:[python-374](https://www.python.org/downloads/release/python-374/) | ||
|
||
#### 2019-10-10 | ||
1. 部分代码重构,删除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大小 | ||
``` | ||
库仅提供核心基础功能 | ||
|
||
2. 添加python2支持 下载:[python-2716](https://www.python.org/downloads/release/python-2716/) | ||
|
||
3. 更新示例脚本`test.py`以便兼容新api,更详细的api使用展示 |