-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 changed file
with
21 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 |
---|---|---|
@@ -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 | ||
参数 保存到文件 | ||
``` |