Skip to content

Rop-Tool v2.4.1

Latest
Compare
Choose a tag to compare
@t00sh t00sh released this 30 Jan 19:01
· 22 commits to dev since this release

rop-tool v2.4.1 (2018-01-30)

  • Fix: little bug in 'heap' command prints
  • Fix: bug in heap command, we use __malloc_hooks instead of dlsym because of infinite recursion.
  • Fix: in 'info' command, we test address sizes when printing, and we print symbol name before address.
  • No support for Windows anymore (if you want rop-tool compiling for windows, use pull-requests)
  • Refactoring of source tree: each module (api, tools, libheap) can be built independently.