summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-07Added support for Android boot images.Cyrille Bagard
2019-07-07Typo.Cyrille Bagard
2019-07-01Added support for Android backup files.Cyrille Bagard
2019-07-01Fixed the reference counters for the explorer and the resolver.Cyrille Bagard
2019-07-01Introduced attributes for loaded contents.Cyrille Bagard
2019-07-01Typo.Cyrille Bagard
2019-06-29Extended the Python API with the running mode.Cyrille Bagard
2019-06-24Prevented GCC to warn about an impossible case.Cyrille Bagard
2019-06-24Referenced all accesses to the main window.Cyrille Bagard
2019-06-22Fixed some compilation warnings in non-debug mode.Cyrille Bagard
2019-06-02Fixed the caret rendering position.Cyrille Bagard
2019-05-30Updated some Dalvik instruction definitions.Cyrille Bagard
2019-05-30Created a plugin Python module as a placeholder.Cyrille Bagard
2019-05-30Provided instruction iterators for basic blocks.Cyrille Bagard
2019-05-30Improved the Python definition for the METH_KEYWORDS functions.Cyrille Bagard
2019-05-30Determined if an iterator is at its ending position.Cyrille Bagard
2019-05-30Introduced a new flag for instruction calls.Cyrille Bagard
2019-05-30Extended the API to insert items in a sorted array.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-05-12Fixed a little mistake when loading SQL values.Cyrille Bagard
2019-05-12Updated some plugin interfaces.Cyrille Bagard
2019-05-11Typo.Cyrille Bagard
2019-05-08Defined an improved generic macro for Python methods.Cyrille Bagard
2019-05-08Updated the core functions dealing with SQLite databases.Cyrille Bagard
2019-05-07Appended a suffix to temporary files.Cyrille Bagard
2019-05-07Created a small function to compare pointers to strings.Cyrille Bagard
2019-05-07Read raw Dex items by extending the API.Cyrille Bagard
2019-05-04Created a GLib object for the Dex pool.Cyrille Bagard
2019-05-04Setup helpers for Python bindings documentation.Cyrille Bagard
2019-04-28Fixed a Python binding signature.Cyrille Bagard
2019-04-20Counted available references between instructions.Cyrille Bagard
2019-04-19Restricted instructions iterators to get routine contents.Cyrille Bagard
2019-04-19Given access to Dalvik architecture from the Python bindingsCyrille Bagard
2019-04-14Provided a link to routines from Dex methods.Cyrille Bagard
2019-04-14Typo.Cyrille Bagard
2019-04-09Introduced a new theme format.Cyrille Bagard
2019-04-02Fixed some installation paths.Cyrille Bagard
2019-03-27Distributed one extra picture for the About dialog box.Cyrille Bagard
2019-03-26Typo.Cyrille Bagard
2019-03-26Given the priority to string.h from system includes.Cyrille Bagard
2019-03-25Released lock in all cases.Cyrille Bagard
2019-03-25Avoided stack overflows with empty dynamic parameters.Cyrille Bagard
2019-03-23Removed references to local sources if required.Cyrille Bagard
2019-03-22Typo.Cyrille Bagard
2019-03-22Updated code to support one Python 3.7 API change.Cyrille Bagard
2019-03-22Handled properly program dependencies.Cyrille Bagard
2019-03-21Prevented a floating point exception while zooming.Cyrille Bagard
2019-03-20Included toolbar buttons into scaled rendering.Cyrille Bagard
2019-03-20Introduced zoom in graph view.Cyrille Bagard
2019-03-18Painted an extra translucent background on blocks.Cyrille Bagard