Skip to content

stackplz_v3.0.1

Compare
Choose a tag to compare
@SeeFlowerX SeeFlowerX released this 04 Feb 05:33
· 39 commits to dev since this release
  • 去除了--prepare选项,自动处理动态库释放
  • 添加了bx/bufhex选项,输入内容为十六进制形式,可用于buf类型参数的过滤
    • 例如下面这样写,表示hook memmove,当第二个参数内容以73ea68对应的二进制数据开头,记录之,并打印堆栈
    • ./stackplz -n com.test.example -w memmove[ptr,buf.f0:x2,int] -f bx:73ea68 --stack
  • hexdump与CyberChef保持一致,即--dumphex选项
  • 添加了%send %recv %read %write等四个分组