Age | Commit message (Expand) | Author |
2017-08-27 | Ensured a string is properly loaded as expected before returning success. | Cyrille Bagard |
2017-08-27 | Handled Dalvik code definition loading with more care. | Cyrille Bagard |
2017-08-27 | Took into account that loading types from the Dex pool may fail. | Cyrille Bagard |
2017-08-27 | Took into account that some instruction creations may fail. | Cyrille Bagard |
2017-08-27 | Replaced a deprecated function in the About box. | Cyrille Bagard |
2017-08-27 | Fixed some bugs in the error panel. | Cyrille Bagard |
2017-08-27 | Deleted the reference to the main window in all panels. | Cyrille Bagard |
2017-08-26 | Removed most of the functions using the editor items as global access to acti... | Cyrille Bagard |
2017-08-22 | Reorganized the global variables for the work queue singleton. | Cyrille Bagard |
2017-08-21 | Fixed installation directories. | Cyrille Bagard |
2017-08-21 | Changed cursors using up-to-date GDK functions. | Cyrille Bagard |
2017-08-20 | Replaced calls to deprecated functions building RSA keys. | Cyrille Bagard |
2017-08-17 | Resolved some extra program header types specific to ARM. | Cyrille Bagard |
2017-08-17 | Skipped all empty binary portions as they are useless. | Cyrille Bagard |
2017-08-17 | Computed an initial basic location by default when collecting areas to disass... | Cyrille Bagard |
2017-08-16 | Kept only the first submission when preloading instructions. | Cyrille Bagard |
2017-08-16 | Ensured all registered binary portions are fully included in the file. | Cyrille Bagard |
2017-08-15 | Checked for out-of-bound data access without triggering integer overflow. | Cyrille Bagard |
2017-08-15 | Found a location for disassembly prologues in all cases. | Cyrille Bagard |
2017-08-13 | Fixed a GLib warning at runtime. | Cyrille Bagard |
2017-08-13 | Listed all errors occurred while loading a binary file. | Cyrille Bagard |
2017-08-12 | Fixed a bug occurring when content filenames do not contain directory separat... | Cyrille Bagard |
2017-08-12 | Added a batch mode and a way to load binaries from command line. | Cyrille Bagard |
2017-08-07 | Stored all errors detected when loading and disassembling a binary file. | Cyrille Bagard |
2017-08-06 | Created a new task to update panel contents. | Cyrille Bagard |
2017-08-05 | Protected a bit stronger the access to the bitfield of the instructions cover... | Cyrille Bagard |
2017-08-05 | Handled any partial replaced instruction when replacing instructions. | Cyrille Bagard |
2017-07-28 | Replaced all calls to the deprecated gtk_menu_popup() function. | Cyrille Bagard |
2017-07-28 | Fixed another bug by removing another nested function. | Cyrille Bagard |
2017-07-28 | Fixed compilation warnings. | Cyrille Bagard |
2017-07-28 | Replaced the deprecated readdir_r() function by readdir() calls. | Cyrille Bagard |
2017-07-27 | Fixed several mistakes in the Python bindings. | Cyrille Bagard |
2017-07-26 | Transformed the remaining nested functions dealing with menus. | Cyrille Bagard |
2017-07-26 | Added a missing g_object_ref() before g_object_unref(). | Cyrille Bagard |
2017-07-15 | Skipped out of bound routine when computing basic blocks. | Cyrille Bagard |
2017-07-15 | Truncated binary portions to fit the binary content size if needed. | Cyrille Bagard |
2017-07-14 | Incremented the reference counter for an attached buffer view. | Cyrille Bagard |
2017-07-14 | Fixed some atomic accesses and a few memory leaks in flat arrays. | Cyrille Bagard |
2017-07-12 | Taken into account that raw immediate values can be used more than once. | Cyrille Bagard |
2017-07-12 | Fixed the computation of dominators for the loops detection. | Cyrille Bagard |
2017-07-12 | Removed the too complex memory share system. | Cyrille Bagard |
2017-07-08 | Scrolled to the main address at startup without using a nested function. | Cyrille Bagard |
2017-07-07 | Fixed an out-of-bound write when defining portion descriptions. | Cyrille Bagard |
2017-07-07 | Freed the disassembling task only once. | Cyrille Bagard |
2017-07-06 | Replaced the use of a nested function in a delayed invocation by a direct call. | Cyrille Bagard |
2017-06-02 | Cleaned the code of the entry point. | Cyrille Bagard |
2017-05-23 | Fixed memory leaks by destroying delayed works after processing. | Cyrille Bagard |
2017-05-22 | Fixed a memory leak with the built list of disassembling areas. | Cyrille Bagard |
2017-05-21 | Stored and deleted instruction hooks using the GObject facilities. | Cyrille Bagard |
2017-05-21 | Refined the whole share system for operands. | Cyrille Bagard |