Skip to content

Commit

Permalink
更新CHANGELOG, VERSION, README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qux-bbb committed Sep 11, 2022
1 parent d3b7051 commit adfb789
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.2.2
- 增加PE资源扫描
- 修正宽字符串输出
- 建议使用pipx安装

## 0.2.1
- 适配linux
- 增加packer检测:pyinstaller
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- 证书验证
- 节区名称
- 查壳
- 资源段扫描
- ELF文件
- 查壳
- 建议使用的工具
Expand All @@ -25,10 +26,11 @@
- 站内子域名扫描

## 安装
方法1 - 使用pip安装
方法1 - 使用pipx安装
```r
pip install xanalyzer
pipx install xanalyzer
```
pipx: https://pypa.github.io/pipx/

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

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

Process some files and urls.

optional arguments:
-h, --help show this help message and exit
-h, --help show this help message and exit
-f FILE [FILE ...], --file FILE [FILE ...]
analyze one or more files, can be a folder path
-u URL, --url URL analyze the url
--version print version info
-s, --save save log and data
```

Expand Down
2 changes: 1 addition & 1 deletion xanalyzer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2

0 comments on commit adfb789

Please sign in to comment.