summaryrefslogtreecommitdiff
path: root/src/analysis
AgeCommit message (Expand)Author
2012-12-21Resolved relative addresses for routines and fixed bugs related to PyGObjects...Cyrille Bagard
2012-12-18Fixed a bug when the binary loading fails.Cyrille Bagard
2012-12-18Created a proper panel for the Android permissions in the editor.Cyrille Bagard
2012-12-16Reintroduced the delayed disassembling of binaries.Cyrille Bagard
2012-12-12Updated display of graphical views on option change and fixed size bugs.Cyrille Bagard
2012-12-10Took care of Dalvik switch cases.Cyrille Bagard
2012-12-08Cut instructions flow into blocks (to be continued).Cyrille Bagard
2012-11-28Followed the excution flow to decompile instructions.Cyrille Bagard
2012-11-25Fortified Chrysalide a little bit against wrong APK files.Cyrille Bagard
2012-11-22Replaced the text of some registers (this and parameters).Cyrille Bagard
2012-11-19Handled Dalvik exception handlers in the graphic view.Cyrille Bagard
2012-11-05Removed the old interface for rendering lines.Cyrille Bagard
2012-11-02Improved the computing and the rendering of the graphic view.Cyrille Bagard
2012-10-16Fixed many bugs using valgrind.Cyrille Bagard
2012-10-16Properly output routines documentation.Cyrille Bagard
2012-10-12Reorganized types definitions.Cyrille Bagard
2012-09-15Shown all Android permissions with links to the code.Cyrille Bagard
2012-08-12Cleaned the code and handled file binaries properly.Cyrille Bagard
2012-08-06Saved progress toward the Android permissions display.Cyrille Bagard
2012-08-03Loaded the permissions used by an APK file.Cyrille Bagard
2012-07-29Updated all decompiled instructions using right pseudo registers.Cyrille Bagard
2012-07-23Improved decompilation of Dalvik bytecode.Cyrille Bagard
2012-07-14Limited all routines using code from binary.c.Cyrille Bagard
2012-07-08Fixed the display of code source.Cyrille Bagard
2012-07-01Built the graph view when defining a target address.Cyrille Bagard
2012-04-01Changed various names in favour of Chrysalide.Cyrille Bagard
2012-03-05Printed the string values of the Dex pool in the operand rendering.Cyrille Bagard
2012-01-14Updated calls to take the binary rendering options into account.Cyrille Bagard
2012-01-11Defined new panel definitions for the editor GUI.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-10-12Processed skipped instructions and used contexts.Cyrille Bagard
2011-10-05Supported a few more Dalvik opcodes.Cyrille Bagard
2011-10-01Defined the first real [python] plugin.Cyrille Bagard
2011-07-11Saved improvements of binaries support.Cyrille Bagard
2010-12-21Redefined all existing kinds of Dalvik operands in a proper way.Cyrille Bagard
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
2010-12-02Improved the rendering of decompiled Dex code.Cyrille Bagard
2010-11-28Loaded all buffers of decompiled files.Cyrille Bagard
2010-11-14Loaded source file from Dex classes.Cyrille Bagard
2010-11-11Built some expressions for the decompilation tree.Cyrille Bagard
2010-11-06Defined the entry point for decompilations.Cyrille Bagard
2010-11-04Introduced translations.Cyrille Bagard
2010-11-02Typo.Cyrille Bagard
2010-11-02Built a linked list of disassembled instructions.Cyrille Bagard
2010-08-10Improved Itanium demangling.Cyrille Bagard
2010-07-29Improved the GDB client.Cyrille Bagard
2010-06-27Defined the minimal instruction size for a given architecture.Cyrille Bagard
2010-06-14Made the program stronger by handling more errors.Cyrille Bagard
2010-06-06Fixed a bug: forget the return type when dealing with converting options.Cyrille Bagard
2010-06-06Used a treeview with icons to show all known symbols.Cyrille Bagard