summaryrefslogtreecommitdiff
path: root/src/analysis/db/items
AgeCommit message (Expand)Author
2021-06-01Improve the code quality by renaming the type for packed buffers.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-09-21Defined lock mechanism for buffer caches.Cyrille Bagard
2020-09-07Rewritten some code managing comments.Cyrille Bagard
2020-09-01Updated code.Cyrille Bagard
2020-08-22Restored the operand display switch feature.Cyrille Bagard
2020-08-22Improved code.Cyrille Bagard
2020-08-18Refreshed the rendering for newly added bookmarks.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.Cyrille Bagard
2020-07-23Renamed some files.Cyrille Bagard
2020-07-14Typo.Cyrille Bagard
2020-04-29Improved the documentation of the disassembly cache for Python.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-15Reorganized the architecture operands.Cyrille Bagard
2019-11-11Extended the Python bindings.Cyrille Bagard
2019-10-19Initialized exchange strings with a new function.Cyrille Bagard
2019-09-29Simplified bookmarks code.Cyrille Bagard
2019-09-29Removed useless features from DB collections.Cyrille Bagard
2019-09-29Cleaned the DB code a little bit.Cyrille Bagard
2019-09-25Prepared history for database items.Cyrille Bagard
2019-09-17Kept tracks of current active DB items.Cyrille Bagard
2019-09-12Extended the Python API for update databases.Cyrille Bagard
2019-09-11Built suitable dynamic labels for bookmarks.Cyrille Bagard
2019-09-11Reactivated bookmarks for disassembled code.Cyrille Bagard
2019-09-08Updated the database protocol for bookmarks.Cyrille Bagard
2019-05-11Typo.Cyrille Bagard
2019-05-08Updated the core functions dealing with SQLite databases.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2018-08-06Fixed many bugs in the code cache and the width tracker objects.Cyrille Bagard
2018-08-03Updated the reference counters when providing instruction links.Cyrille Bagard
2018-07-23Fixed the analysis database creations.Cyrille Bagard
2018-07-19Deleted all references to any asm syntax.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2018-07-16Updated the move entry from database items.Cyrille Bagard
2018-07-14Used abstract locations to scroll into displays.Cyrille Bagard
2018-07-14Replaced all the remaining concrete locations in internal rendering buffers.Cyrille Bagard
2018-07-14Begun to switch to abstract locations in internal rendering buffers.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.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-11-12Defined a new interface for displaying loaded contents.Cyrille Bagard
2017-08-26Removed most of the functions using the editor items as global access to acti...Cyrille Bagard
2017-07-12Taken into account that raw immediate values can be used more than once.Cyrille Bagard
2017-05-10Removed the link to binary content used for printing from instructions.Cyrille Bagard
2017-05-05Inserted preloaded format information from instructions instead of symbols.Cyrille Bagard
2017-04-20Shared immediate operands in order to avoid useless allocations.Cyrille Bagard
2017-04-19Handled static strings as well as dynamic strings in comments.Cyrille Bagard
2017-04-13Simplified the way links between instructions are handled.Cyrille Bagard
2017-03-29Handled areas which are not allocated in memory.Cyrille Bagard
2017-03-24Fixed various copy/paste mistakes in the database protocol.Cyrille Bagard