summaryrefslogtreecommitdiff
path: root/src/analysis/db/items/comment.c
AgeCommit message (Expand)Author
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-06-01Improve the code quality by renaming the type for packed buffers.Cyrille Bagard
2020-09-21Defined lock mechanism for buffer caches.Cyrille Bagard
2020-09-07Rewritten some code managing comments.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.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
2019-11-11Extended the Python bindings.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-12Extended the Python API for update databases.Cyrille Bagard
2019-09-11Built suitable dynamic labels 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-16Updated the move entry from database items.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-05Changed Foobar to Chrysalide in all GPL headers.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-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
2017-02-28Defined abstract packed buffers to transfert data.Cyrille Bagard
2017-01-14Fixed a bug about pure comments containing code.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-12-15Defined proper accesses to instructions loaded by a processor.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-28Optimized access to instruction sources and destinations.Cyrille Bagard
2016-10-14Handled Dalvik simple switch cases without fallthrough.Cyrille Bagard
2016-09-08Fixed a bug by transfering variable argument lists properly.Cyrille Bagard
2016-03-13Given more flexibility to the field names of locations in XML databases.Cyrille Bagard
2016-01-23Created storable items for user comments.Cyrille Bagard
2016-01-16Changed the display of a segment containing the value of an immediate.Cyrille Bagard
2015-07-28Begun to manage collection items as active or inactive using timestamps.Cyrille Bagard
2015-07-22Fortified the client/server protocol and first exchanges.Cyrille Bagard
2014-08-18Inserted storages and collections into loaded binaries (first steps).Cyrille Bagard