Skip to content

Commit

Permalink
release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeFlowerX committed Feb 7, 2024
1 parent a712667 commit 77e2eed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,13 @@ cat /proc/kallsyms | grep "T sys_"
- 152 -> linker_ctor_function_t* init_array_;
- 160 -> size_t init_array_count_;
在指定偏移处做退出读取,退出偏移即`RET`指令的偏移,示例如下
```bash
./stackplz -n com.termux -w gettimeofday[timeval,timezone]0x4B320
./stackplz -n com.termux -w 0x9D150[int,buf:x2,int]0x9D164 --dumphex --color
```
3.8 按分组批量追踪进程
追踪全部APP类型的进程,但是排除一个特定的uid:
Expand Down

0 comments on commit 77e2eed

Please sign in to comment.