summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-12Replaced some database item properties by new flags.Cyrille Bagard
2019-09-11Built suitable dynamic labels for bookmarks.Cyrille Bagard
2019-09-11Reactivated bookmarks for disassembled code.Cyrille Bagard
2019-09-08Used the SSL link with more care.Cyrille Bagard
2019-09-08Provided a way to save the database updates from Python.Cyrille Bagard
2019-09-08Updated the database protocol for bookmarks.Cyrille Bagard
2019-09-05Made server connections easier while running analysis.Cyrille Bagard
2019-09-04Chosen the right strerror_r() function depending on macros settings.Cyrille Bagard
2019-09-02Fixed access to the main menus.Cyrille Bagard
2019-09-01Fixed a compilation warning.Cyrille Bagard
2019-09-01Prepared the update of the user identity from the GUI.Cyrille Bagard
2019-08-29Removed code relative to the old share server version.Cyrille Bagard
2019-08-29Defined a new way to launch updates share servers.Cyrille Bagard
2019-08-19Fixed some concurrency issues with segment reference counters.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2019-08-04Fixed the prototype for receiving data from network.Cyrille Bagard
2019-07-31Added extra error messages to improve plugin loading.Cyrille Bagard
2019-07-31Typo.Cyrille Bagard
2019-07-22Allowed plugins to extend the current theme.Cyrille Bagard
2019-07-20Marked some Dex strings as structural.Cyrille Bagard
2019-07-08Used the right CSS segment to render virtual addresses.Cyrille Bagard
2019-07-08Improved reference tracking for widget disposing.Cyrille Bagard
2019-07-07Added support for Android boot images.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-06-24Prevented GCC to warn about an impossible case.Cyrille Bagard
2019-06-24Referenced all accesses to the main window.Cyrille Bagard
2019-06-02Fixed the caret rendering position.Cyrille Bagard
2019-05-30Provided instruction iterators for basic blocks.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-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-04-20Counted available references between instructions.Cyrille Bagard
2019-04-19Restricted instructions iterators to get routine contents.Cyrille 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-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-22Handled properly program dependencies.Cyrille Bagard