Skip to content

Commit

Permalink
更新CHANGELOG和版本
Browse files Browse the repository at this point in the history
  • Loading branch information
qux-bbb committed Jul 23, 2022
1 parent f5d2fac commit 55f7929
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.2.1
- 适配linux
- 增加packer检测:pyinstaller
- 增加packer检测:shc
- 增加packer检测:elf的UPX
- 字符串扫描包含空格

## 0.2.0
- 增加建议工具
- 增加文件后缀猜测
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- 证书验证
- 节区名称
- 查壳
- ELF文件
- 查壳
- 建议使用的工具
2. url(website)
- 域名解析ip
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.2.0',
version='0.2.1',
packages=find_packages(),
package_data={
'xanalyzer': [
Expand Down

0 comments on commit 55f7929

Please sign in to comment.