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
/
format
/
dex
Age
Commit message (
Expand
)
Author
2015-07-24
Replaced all remaining raw accesses to binary contents with the GBinContent w...
Cyrille Bagard
2015-07-17
Updated the Python bindings.
Cyrille Bagard
2015-07-12
Cleaned the code handling binary symbols.
Cyrille Bagard
2015-04-30
Fixed implicit declarations of functions causing crashes.
Cyrille Bagard
2015-02-11
Registered all the supported formats in the system code.
Cyrille Bagard
2015-02-09
Registered all the supported processors in the system code.
Cyrille Bagard
2015-02-03
Removed all references to binary parts (GBinPart) and updated the code.
Cyrille Bagard
2015-01-31
Defined many entry points from many identified potential candidates.
Cyrille Bagard
2014-12-16
Created operands for resolving symbols in disassembly code.
Cyrille Bagard
2014-09-17
Introduced memory ranges.
Cyrille Bagard
2014-05-29
Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2012-12-10
Took care of Dalvik switch cases.
Cyrille Bagard
2012-11-19
Handled Dalvik exception handlers in the graphic view.
Cyrille Bagard
2012-10-28
Updated the code of the old panel and displayed found strings again.
Cyrille Bagard
2012-10-16
Fixed many bugs using valgrind.
Cyrille Bagard
2012-10-12
Reorganized types definitions.
Cyrille Bagard
2012-08-03
Loaded the permissions used by an APK file.
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-07-08
Fixed the display of code source.
Cyrille Bagard
2012-07-01
Built the graph view when defining a target address.
Cyrille Bagard
2012-03-25
Scrolled to the selected symbol.
Cyrille Bagard
2012-01-11
Defined new panel definitions for the editor GUI.
Cyrille Bagard
2012-01-01
Updated copyright dates.
Cyrille Bagard
2011-10-01
Defined the first real [python] plugin.
Cyrille Bagard
2010-12-02
Improved the rendering of decompiled Dex code.
Cyrille Bagard
2010-11-28
Loaded all buffers of decompiled files.
Cyrille Bagard
2010-11-14
Typo.
Cyrille Bagard
2010-11-14
Loaded source file from Dex classes.
Cyrille Bagard
2010-06-15
Looked at access flags for computing native methods size.
Cyrille Bagard
2010-06-14
Made the program stronger by handling more errors.
Cyrille Bagard
2010-06-06
Used a treeview with icons to show all known symbols.
Cyrille Bagard
2010-06-01
Registered all found DEX routines.
Cyrille Bagard
2010-05-20
Increased security by checking the requested index when reading a pool item.
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