summaryrefslogtreecommitdiff
path: root/src/analysis/db
AgeCommit message (Expand)Author
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
2017-03-06Locked access to instruction operands when needed.Cyrille Bagard
2017-03-03Fixed a buggy code when updating database for connected clients.Cyrille Bagard
2017-02-28Defined abstract packed buffers to transfert data.Cyrille Bagard
2017-02-19Created client/server certificates on demand for a given identity.Cyrille Bagard
2017-02-07Provided a way to create SSL certificates.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-11Prepared the new organization of display widgets.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-23Deleted a level of data to reduce the memory fingerprint.Cyrille Bagard
2016-10-15Built proper comments for all the Dalvik switch cases.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-04-27Avoided freezes by refreshing the GUI in the main loop only.Cyrille Bagard
2016-04-25Applied the libssl official example completely to prevent a crash in some cases.Cyrille Bagard
2016-04-11Distinguished the internal server from the remote one using Unix sockets.Cyrille Bagard
2016-04-09Signed and verified the MD5 hash of a given user name.Cyrille Bagard
2016-04-09Created user public and private RSA keys if needed.Cyrille Bagard
2016-03-16Created a new feature and stored all main moves in the database.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-12-01Moved the mkpath() function to a proper location.Cyrille Bagard
2015-11-11Fixed most of the warnings about use of uninitialized data.Cyrille Bagard
2015-08-05Run updates on collected items activity changes.Cyrille Bagard
2015-08-04Fixed a bug: do not treat the timestamp as a boolean value.Cyrille Bagard
2015-07-30Removed collection items by deactivating them using the activity timestamps.Cyrille Bagard
2015-07-29Handled NULL properly in SQL requests and fixed the recording of updated items.Cyrille Bagard
2015-07-28Begun to manage collection items as active or inactive using timestamps.Cyrille Bagard
2015-07-24Applied or canceled the effect of collected items on a given binary.Cyrille Bagard
2015-07-22Fortified the client/server protocol and first exchanges.Cyrille Bagard
2015-06-12Improved loading speed with binary search of sorted arrays.Cyrille Bagard
2015-04-30Fixed implicit declarations of functions causing crashes.Cyrille Bagard
2015-02-23Fixed a bug: do not close the connection after the initial handshake.Cyrille Bagard
2015-02-10Fixed a bug by reordering the first exchanges.Cyrille Bagard
2015-02-09Created a dialog box to create new bookmarks.Cyrille Bagard
2015-01-05Ensured the right macro is used (XSTR vs STR).Cyrille Bagard
2014-10-16Allowed log messages from every thread contexts.Cyrille Bagard
2014-10-16Stored a bookmark into the data base and saved the archive.Cyrille Bagard
2014-08-18Inserted storages and collections into loaded binaries (first steps).Cyrille Bagard