Skip to content

Commit

Permalink
增加CHANGELOG,修改版本
Browse files Browse the repository at this point in the history
  • Loading branch information
qux-bbb committed May 1, 2022
1 parent 50355a6 commit fba0f40
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

## 0.2.0
- 增加建议工具
- 增加文件后缀猜测
- 增加PE编译时间提取
- 增加PE额外数据判断
- 增加宽字节字符串搜索
- url扫描限定当前路径

## 0.1.1
基本功能
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
- 文件大小
- 字符串扫描
- PE文件
- PE大小
- 编译时间
- pdb路径
- 版本信息
- 证书验证
- 节区名称
- 查壳
- 建议使用的工具
2. url(website)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='xanalyzer',
version='0.1.1',
version='0.2.0',
packages=find_packages(),
package_data={
'xanalyzer': [
Expand Down

0 comments on commit fba0f40

Please sign in to comment.