Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
v2019-10-10
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedreamforest authored Oct 10, 2019
1 parent df157a9 commit b6e70fa
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.MD
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使用展示

0 comments on commit b6e70fa

Please sign in to comment.