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
Age
Commit message (
Expand
)
Author
2012-12-04
Listed accesses to registers.
Cyrille Bagard
2012-11-28
Followed the excution flow to decompile instructions.
Cyrille Bagard
2012-11-25
Fortified Chrysalide a little bit against wrong APK files.
Cyrille Bagard
2012-11-13
Optimized the decoding of Dalvik opcodes.
Cyrille Bagard
2012-11-13
Improved the flow graph a little more.
Cyrille Bagard
2012-11-11
Registered the remaining instructions for a full Dalvik opcodes support.
Cyrille Bagard
2012-11-06
Fixed graphs by adding some missing Dalvik return opcodes.
Cyrille Bagard
2012-11-05
Removed the old interface for rendering lines.
Cyrille Bagard
2012-11-02
Improved the computing and the rendering of the graphic view.
Cyrille Bagard
2012-10-18
Reorganized the code for the x86 architecture support.
Cyrille Bagard
2012-10-16
Fixed many bugs using valgrind.
Cyrille Bagard
2012-10-12
Reorganized types definitions.
Cyrille Bagard
2012-08-03
Supported all kinds of add/sub/mul opcodes.
Cyrille Bagard
2012-07-29
Updated all decompiled instructions using right pseudo registers.
Cyrille Bagard
2012-07-23
Improved decompilation of Dalvik bytecode.
Cyrille Bagard
2012-03-25
Scrolled to the selected symbol.
Cyrille Bagard
2012-03-07
Printed raw types, fields and methods when rendering the disassembled code.
Cyrille Bagard
2012-03-05
Printed the string values of the Dex pool in the operand rendering.
Cyrille Bagard
2012-01-01
Updated copyright dates.
Cyrille Bagard
2011-12-27
Added support for more Dalvik opcodes.
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
2011-10-05
Supported a few more Dalvik opcodes.
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-08
Decompiled a few more arithmetic Dex opcodes.
Cyrille Bagard
2010-12-02
Decompiled more Dex instructions (const and return).
Cyrille Bagard
2010-11-12
Changed the display of the pseudo registers by using an index.
Cyrille Bagard
2010-11-11
Built some expressions for the decompilation tree.
Cyrille Bagard
2010-08-01
Deleted the 'AsmOperandSize' definition and set the x86 minimal instruction s...
Cyrille Bagard
2010-07-11
Typo.
Cyrille Bagard
2010-06-27
Defined the minimal instruction size for a given architecture.
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-17
Given more details for each operand relative to one DEX pool.
Cyrille Bagard
2010-05-13
Supported Dalvik VM / DEX (partially).
Cyrille Bagard