We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96958f2 commit 34c8baeCopy full SHA for 34c8bae
CHANGES
@@ -1,3 +1,10 @@
1
+rop-tool v2.4.1 (2018-01-30)
2
+- Fix: little bug in 'heap' command prints
3
+- Fix: bug in heap command, we use __malloc_hooks instead of dlsym because of infinite recursion.
4
+- Fix: in 'info' command, we test address sizes when printing, and we print symbol name before address.
5
+- No support for Windows anymore (if you want rop-tool compiling for windows, use pull-requests)
6
+- Refactoring of source tree: each module (api, tools, libheap) can be built independently.
7
+
8
rop-tool v2.4 (2015-07-25)
9
- API : binary segments are now handled with r_utils_list instead of mlist.
10
- API : Big changes in ELF parser
0 commit comments