Skip to content

Commit

Permalink
更新使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
ys1231 committed Mar 5, 2023
1 parent a6f2617 commit 85c677b
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# sosearch

so字符串搜索
**so字符串搜索工具**

# 使用教程

`./sosearch -f armeabi-v7a/librtmp-jni.so -s Java -i 0 -o a.log`
```shell
usage: sosearch [-h] -f SOFILEPATH -s SEARCH [-i IGNORECASE] [-o OUTPUT]

so文件字符串搜索

options:
-h, --help show this help message and exit
-f SOFILEPATH, --sofilepath SOFILEPATH
so文件或目录路径
-s SEARCH, --search SEARCH
需要搜索的字符串
-i IGNORECASE, --ignorecase IGNORECASE
忽略大小写 type(1|0) 默认为1忽略
-o OUTPUT, --output OUTPUT
参数 保存到文件
```

0 comments on commit 85c677b

Please sign in to comment.