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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2016-12-12
Removed most of the code related to non-working decompilation.
Cyrille Bagard
2016-11-27
Saved memory space by sharing arch GObjects.
Cyrille Bagard
2016-10-14
Handled Dalvik simple switch cases without fallthrough.
Cyrille Bagard
2016-05-02
Fixed some Makefiles in order to be able to run 'make dist'.
Cyrille Bagard
2016-04-24
Handled hooks and rules in Dalvik opcodes definitions.
Cyrille Bagard
2016-02-10
Included indications to load the proper pool constants in Dalvik operands.
Cyrille Bagard
2016-02-01
Defined all Dalvik instructions to get generated by d2c.
Cyrille Bagard
2014-05-29
Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...
Cyrille Bagard
2011-12-26
Reorganized the Dalvik architecture.
Cyrille Bagard
2011-12-25
Supported a few more shl-related opcodes.
Cyrille Bagard
2011-12-23
Decoded Dalvik pseudo-instructions properly.
Cyrille Bagard
2011-10-12
Processed skipped instructions and used contexts.
Cyrille Bagard
2010-12-21
Redefined all existing kinds of Dalvik operands in a proper way.
Cyrille Bagard
2010-12-12
Created an instruction for the 'If Then Else' blocks.
Cyrille Bagard
2010-12-02
Decompiled more Dex instructions (const and return).
Cyrille Bagard
2010-11-11
Built some expressions for the decompilation tree.
Cyrille Bagard
2010-06-27
Fixed many bugs with the branch targets and supported one sub opcode.
Cyrille Bagard
2010-06-20
Supported more Dalvik opcodes.
Cyrille Bagard
2010-05-23
Supported extra Dalvik opcodes.
Cyrille Bagard
2010-05-19
Added support for a few more Dalvik instructions.
Cyrille Bagard
2010-05-13
Supported Dalvik VM / DEX (partially).
Cyrille Bagard