Age | Commit message (Expand) | Author |
2018-01-13 | Handled the logs from the GUI, the command line and the Python bindings. | Cyrille Bagard |
2018-01-07 | Fixed a bug when reading the compressed database. | Cyrille Bagard |
2017-11-26 | Increased the reference counter for provided operands and updated code. | Cyrille Bagard |
2017-11-12 | Defined a new interface for displaying loaded contents. | Cyrille Bagard |
2017-08-26 | Removed most of the functions using the editor items as global access to acti... | Cyrille Bagard |
2017-08-20 | Replaced calls to deprecated functions building RSA keys. | Cyrille Bagard |
2017-08-12 | Added a batch mode and a way to load binaries from command line. | 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-20 | Shared immediate operands in order to avoid useless allocations. | 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-03-06 | Locked access to instruction operands when needed. | Cyrille Bagard |
2017-03-03 | Fixed a buggy code when updating database for connected clients. | Cyrille Bagard |
2017-02-28 | Defined abstract packed buffers to transfert data. | Cyrille Bagard |
2017-02-19 | Created client/server certificates on demand for a given identity. | Cyrille Bagard |
2017-02-07 | Provided a way to create SSL certificates. | 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-11 | Prepared the new organization of display widgets. | 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-23 | Deleted a level of data to reduce the memory fingerprint. | Cyrille Bagard |
2016-10-15 | Built proper comments for all the Dalvik switch cases. | 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-04-27 | Avoided freezes by refreshing the GUI in the main loop only. | Cyrille Bagard |
2016-04-25 | Applied the libssl official example completely to prevent a crash in some cases. | Cyrille Bagard |
2016-04-11 | Distinguished the internal server from the remote one using Unix sockets. | Cyrille Bagard |
2016-04-09 | Signed and verified the MD5 hash of a given user name. | Cyrille Bagard |
2016-04-09 | Created user public and private RSA keys if needed. | Cyrille Bagard |
2016-03-16 | Created a new feature and stored all main moves in the database. | 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-12-01 | Moved the mkpath() function to a proper location. | Cyrille Bagard |
2015-11-11 | Fixed most of the warnings about use of uninitialized data. | Cyrille Bagard |
2015-08-05 | Run updates on collected items activity changes. | Cyrille Bagard |
2015-08-04 | Fixed a bug: do not treat the timestamp as a boolean value. | Cyrille Bagard |
2015-07-30 | Removed collection items by deactivating them using the activity timestamps. | Cyrille Bagard |
2015-07-29 | Handled NULL properly in SQL requests and fixed the recording of updated items. | Cyrille Bagard |
2015-07-28 | Begun to manage collection items as active or inactive using timestamps. | Cyrille Bagard |
2015-07-24 | Applied or canceled the effect of collected items on a given binary. | Cyrille Bagard |
2015-07-22 | Fortified the client/server protocol and first exchanges. | Cyrille Bagard |
2015-06-12 | Improved loading speed with binary search of sorted arrays. | Cyrille Bagard |