Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

estrace_v1.2.0

Compare
Choose a tag to compare
@SeeFlowerX SeeFlowerX released this 04 Dec 15:25
· 19 commits to master since this release
  • 对部分参数不输出的情况进行了优化
  • 支持了多个syscall同时追踪,多个使用,分隔
  • 支持了在不指定syscall时提供syscall黑名单功能,多个使用,分隔
  • 支持了线程id黑名单功能,多个使用,分隔
  • 添加了root bypass演示
  • 添加了忽略uid过滤的功能,当然还是要指定APP包名
  • 提升兼容性,添加--hash-style=sysv
  • 添加--getpc选项,直接计算pc可以定位使用svc 0,比计算lr好一些
  • 过滤逻辑优化、数据展示优化、其他