index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
dalvik
/
operands
/
args.c
Age
Commit message (
Expand
)
Author
2017-07-12
Removed the too complex memory share system.
Cyrille Bagard
2017-05-21
Refined the whole share system for operands.
Cyrille Bagard
2017-04-20
Shared immediate operands in order to avoid useless allocations.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-12-19
Set the argument counter when building an arguments list.
Cyrille Bagard
2016-12-18
Used a fast sorted array to track shared instances instead of a simple hash t...
Cyrille Bagard
2016-12-18
Shared all Dalvik operands between all their users.
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-10-23
Deleted a level of data to reduce the memory fingerprint.
Cyrille Bagard
2014-11-24
Cleaned operands, using class functions and destructors.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2013-01-20
Fixed some GCC warnings.
Cyrille Bagard
2012-07-23
Improved decompilation of Dalvik bytecode.
Cyrille Bagard
2010-12-21
Redefined all existing kinds of Dalvik operands in a proper way.
Cyrille Bagard