Skip to content

Commit adfb789

Browse files
committed
更新CHANGELOG, VERSION, README.md
1 parent d3b7051 commit adfb789

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.2.2
4+
- 增加PE资源扫描
5+
- 修正宽字符串输出
6+
- 建议使用pipx安装
7+
38
## 0.2.1
49
- 适配linux
510
- 增加packer检测:pyinstaller

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- 证书验证
1616
- 节区名称
1717
- 查壳
18+
- 资源段扫描
1819
- ELF文件
1920
- 查壳
2021
- 建议使用的工具
@@ -25,10 +26,11 @@
2526
- 站内子域名扫描
2627

2728
## 安装
28-
方法1 - 使用pip安装
29+
方法1 - 使用pipx安装
2930
```r
30-
pip install xanalyzer
31+
pipx install xanalyzer
3132
```
33+
pipx: https://pypa.github.io/pipx/
3234

3335
方法2 - 从源码安装:
3436
```r
@@ -44,15 +46,16 @@ sudo apt-get install libmagic1
4446

4547
## 使用帮助
4648
```r
47-
usage: xanalyzer [-h] (-f FILE [FILE ...] | -u URL) [-s]
49+
usage: xanalyzer [-h] (-f FILE [FILE ...] | -u URL | --version) [-s]
4850

4951
Process some files and urls.
5052

5153
optional arguments:
52-
-h, --help show this help message and exit
54+
-h, --help show this help message and exit
5355
-f FILE [FILE ...], --file FILE [FILE ...]
5456
analyze one or more files, can be a folder path
5557
-u URL, --url URL analyze the url
58+
--version print version info
5659
-s, --save save log and data
5760
```
5861

xanalyzer/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

0 commit comments

Comments
 (0)