File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.2.2
4
+ - 增加PE资源扫描
5
+ - 修正宽字符串输出
6
+ - 建议使用pipx安装
7
+
3
8
## 0.2.1
4
9
- 适配linux
5
10
- 增加packer检测: pyinstaller
Original file line number Diff line number Diff line change 15
15
- 证书验证
16
16
- 节区名称
17
17
- 查壳
18
+ - 资源段扫描
18
19
- ELF文件
19
20
- 查壳
20
21
- 建议使用的工具
25
26
- 站内子域名扫描
26
27
27
28
## 安装
28
- 方法1 - 使用pip安装 :
29
+ 方法1 - 使用pipx安装 :
29
30
``` r
30
- pip install xanalyzer
31
+ pipx install xanalyzer
31
32
```
33
+ pipx: https://pypa.github.io/pipx/
32
34
33
35
方法2 - 从源码安装:
34
36
``` r
@@ -44,15 +46,16 @@ sudo apt-get install libmagic1
44
46
45
47
## 使用帮助
46
48
``` r
47
- usage : xanalyzer [- h ] (- f FILE [FILE ... ] | - u URL ) [- s ]
49
+ usage : xanalyzer [- h ] (- f FILE [FILE ... ] | - u URL | -- version ) [- s ]
48
50
49
51
Process some files and urls.
50
52
51
53
optional arguments :
52
- - h , -- help show this help message and exit
54
+ - h , -- help show this help message and exit
53
55
- f FILE [FILE ... ], -- file FILE [FILE ... ]
54
56
analyze one or more files , can be a folder path
55
57
- u URL , -- url URL analyze the url
58
+ -- version print version info
56
59
- s , -- save save log and data
57
60
```
58
61
Original file line number Diff line number Diff line change 1
- 0.2.1
1
+ 0.2.2
You can’t perform that action at this time.
0 commit comments