index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
analysis
/
db
/
items
/
comment.c
Age
Commit message (
Expand
)
Author
2019-09-29
Removed useless features from DB collections.
Cyrille Bagard
2019-09-29
Cleaned the DB code a little bit.
Cyrille Bagard
2019-09-25
Prepared history for database items.
Cyrille Bagard
2019-09-12
Extended the Python API for update databases.
Cyrille Bagard
2019-09-11
Built suitable dynamic labels for bookmarks.
Cyrille Bagard
2019-05-11
Typo.
Cyrille Bagard
2019-05-08
Updated the core functions dealing with SQLite databases.
Cyrille Bagard
2019-02-05
Fixed a huge number of memory leaks.
Cyrille Bagard
2018-08-06
Fixed many bugs in the code cache and the width tracker objects.
Cyrille Bagard
2018-08-03
Updated the reference counters when providing instruction links.
Cyrille Bagard
2018-07-23
Fixed the analysis database creations.
Cyrille Bagard
2018-07-16
Updated the move entry from database items.
Cyrille Bagard
2018-07-14
Replaced all the remaining concrete locations in internal rendering buffers.
Cyrille Bagard
2018-07-14
Begun to switch to abstract locations in internal rendering buffers.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2017-07-12
Taken into account that raw immediate values can be used more than once.
Cyrille Bagard
2017-05-10
Removed the link to binary content used for printing from instructions.
Cyrille Bagard
2017-05-05
Inserted preloaded format information from instructions instead of symbols.
Cyrille Bagard
2017-04-19
Handled static strings as well as dynamic strings in comments.
Cyrille Bagard
2017-04-13
Simplified the way links between instructions are handled.
Cyrille Bagard
2017-03-29
Handled areas which are not allocated in memory.
Cyrille Bagard
2017-03-24
Fixed various copy/paste mistakes in the database protocol.
Cyrille Bagard
2017-02-28
Defined abstract packed buffers to transfert data.
Cyrille Bagard
2017-01-14
Fixed a bug about pure comments containing code.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-12-30
Rewritten the line buffers using generators and on-demand building to save me...
Cyrille Bagard
2016-12-15
Defined proper accesses to instructions loaded by a processor.
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-10-28
Optimized access to instruction sources and destinations.
Cyrille Bagard
2016-10-14
Handled Dalvik simple switch cases without fallthrough.
Cyrille Bagard
2016-09-08
Fixed a bug by transfering variable argument lists properly.
Cyrille Bagard
2016-03-13
Given more flexibility to the field names of locations in XML databases.
Cyrille Bagard
2016-01-23
Created storable items for user comments.
Cyrille Bagard
2016-01-16
Changed the display of a segment containing the value of an immediate.
Cyrille Bagard
2015-07-28
Begun to manage collection items as active or inactive using timestamps.
Cyrille Bagard
2015-07-22
Fortified the client/server protocol and first exchanges.
Cyrille Bagard
2014-08-18
Inserted storages and collections into loaded binaries (first steps).
Cyrille Bagard