diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-10-25 19:39:15 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-10-25 19:39:15 (GMT) |
commit | 8a4274cb6a99184ff4d9203c784ffd1e78550002 (patch) | |
tree | ff3a3a5091b90e1cb1958924acf5119b115d656e /ChangeLog | |
parent | e6180b353a5177238b4e77946ff44505854e12f8 (diff) |
Created a cache for Dalvik registers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +17-10-25 Cyrille Bagard <nocbos@gmail.com> + + * plugins/dalvik/core.c: + * plugins/dalvik/core.h: + * plugins/dalvik/register.c: + * plugins/dalvik/register.h: + Create a cache for Dalvik registers. + + * plugins/dex/core.c: + * plugins/elf/core.c: + * plugins/ropgadgets/plugin.c: + Typo. + 17-10-18 Cyrille Bagard <nocbos@gmail.com> * plugins/dex/core.c: |