-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
16 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Change Log | ||
|
||
## 0.2.0 | ||
- 增加建议工具 | ||
- 增加文件后缀猜测 | ||
- 增加PE编译时间提取 | ||
- 增加PE额外数据判断 | ||
- 增加宽字节字符串搜索 | ||
- url扫描限定当前路径 | ||
|
||
## 0.1.1 | ||
基本功能 |
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 |
---|---|---|
|
@@ -8,9 +8,12 @@ | |
- 文件大小 | ||
- 字符串扫描 | ||
- PE文件 | ||
- PE大小 | ||
- 编译时间 | ||
- pdb路径 | ||
- 版本信息 | ||
- 证书验证 | ||
- 节区名称 | ||
- 查壳 | ||
- 建议使用的工具 | ||
2. url(website) | ||
|
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