summaryrefslogtreecommitdiff
path: root/plugins/androhelpers
AgeCommit message (Expand)Author
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-06-28Replaced all calls to the old API dealing with routine location.Cyrille Bagard
2018-05-07Extended the Python bindings for the Dex format.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.Cyrille Bagard
2018-04-21Reduced the number of generated shared objects.Cyrille Bagard
2018-04-13Resolved paths using the Autoconf preset output variable top_srcdir.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2017-11-26Increased the reference counter for provided operands and updated code.Cyrille Bagard
2017-04-13Simplified the way links between instructions are handled.Cyrille Bagard
2017-03-06Locked access to instruction operands when needed.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-15Defined proper accesses to instructions loaded by a processor.Cyrille Bagard
2016-11-03Counted references for each provided binary format.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-28Cleaned the structure for instructions a little bit.Cyrille Bagard
2016-10-23Deleted a level of data to reduce the memory fingerprint.Cyrille Bagard
2016-09-11Handled Dex classes used as marker interfaces and Dex virtual methods.Cyrille Bagard
2016-04-24Handled hooks and rules in Dalvik opcodes definitions.Cyrille Bagard
2016-03-01Dealt with the prototypes from the Dex pool.Cyrille Bagard
2015-07-12Only given access to instructions from a processor.Cyrille Bagard
2015-07-12Defined AIF_RETURN_POINT to replace the previous 'return' accessors.Cyrille Bagard
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-08-20Fixed a bug: do not create links between routines.Cyrille Bagard
2013-02-02Closed some switch cases with a 'break' keyword.Cyrille Bagard
2013-01-31Saved the first steps of switch instructions decompilation.Cyrille Bagard
2012-12-29Fixed an error about types of instructions and some GCC warnings.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-25Fortified Chrysalide a little bit against wrong APK files.Cyrille Bagard
2012-11-22Removed forgot debug code.Cyrille Bagard
2012-11-22Replaced the text of some registers (this and parameters).Cyrille Bagard
2012-11-22Rewritten parts of the Android plugin to insert indications about exceptions.Cyrille Bagard
2012-11-20Fixed some links to Dalvik exception handlers.Cyrille Bagard
2012-11-19Handled Dalvik exception handlers in the graphic view.Cyrille Bagard