Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-19 | Given their own structure to rendering options. | Cyrille Bagard | |
2018-06-17 | Got access to external files thanks to new core functions. | Cyrille Bagard | |
2018-04-05 | Changed Foobar to Chrysalide in all GPL headers. | Cyrille Bagard | |
2018-04-02 | Removed lots of uninitialized uses, mostly in NDEBUG mode. | Cyrille Bagard | |
2017-03-29 | Handled areas which are not allocated in memory. | Cyrille Bagard | |
2017-03-21 | Displayed the first line content of each entry point again. | Cyrille Bagard | |
2017-03-02 | Removed dead code. | Cyrille Bagard | |
2017-03-02 | Filled rendering lines with relative binary contents. | Cyrille Bagard | |
2017-01-03 | Unreferenced all relative segments when a line is deleted. | 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 ↵ | Cyrille Bagard | |
memory. | |||
2016-11-06 | Added margins between columns only after non-empty columns. | Cyrille Bagard | |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard | |
2016-10-23 | Deleted a level of data to reduce the memory fingerprint. | Cyrille Bagard | |
2016-10-23 | Memorized all creators of line content at the line level and saved memory. | Cyrille Bagard | |
2016-05-03 | Fixed two bugs in the code buffer system. | Cyrille Bagard | |
2016-05-01 | Handled all width measures per view in a dedicated manager. | Cyrille Bagard | |
2016-04-23 | Limited the length of displayed SHA1 binary value for Dex files. | Cyrille Bagard | |
2016-02-01 | Defined all Dalvik instructions to get generated by d2c. | Cyrille Bagard | |
2016-01-23 | Created storable items for user comments. | Cyrille Bagard | |
2016-01-21 | Defined some raw primitives to write or delete comments. | Cyrille Bagard | |
2016-01-17 | Updated the width of a modified line. | Cyrille Bagard | |
2016-01-16 | Changed the display of a segment containing the value of an immediate. | Cyrille Bagard | |
2015-12-09 | Fixed a bug by ensuring a Cairo surface is defined before painting it. | Cyrille Bagard | |
2015-12-09 | Removed debug code showing lines managing columns groups. | Cyrille Bagard | |
2015-12-09 | Avoided to throw comments too far by defining local columns managers. | Cyrille Bagard | |
2015-11-01 | Always set a string literal as string format to please -Wformat-security. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@602 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-07-24 | Replaced all remaining raw accesses to binary contents with the GBinContent ↵ | Cyrille Bagard | |
wrapper in binary formats. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@555 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-04-12 | Highlighted the current segment on caret location changes. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@511 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-04-11 | Fixed the remaining bugs in all kinds of navigation in buffer views. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@509 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-04-09 | Fixed all known bugs with the keyboard-based navigation in buffer views. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@507 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-03-08 | Handle cross references as well as entry points. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@482 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-02-23 | Fixed a bug: do not close the connection after the initial handshake. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@478 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-02-22 | Created a dialog box to select an entry point to display. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@476 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-02-11 | Marked buffer lines as containing an entry point when needed. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@470 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-01-15 | Exported disassembled content in plain text or HTML format properly. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@455 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-01-05 | Changed the way addresses are printed. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@449 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-12-10 | Loaded major segment properties for an external GTK3 theme and defined some ↵ | Cyrille Bagard | |
new rendering categories. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@440 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-11-29 | Displayed segments in the disassembly view. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@429 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-11-01 | Moved the caret with mouse and keyboard. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@417 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-10-21 | Cleaned, fixed and improved the rules for the display of view columns. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@416 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-09-17 | Introduced memory ranges. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@406 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-08-26 | Looked for coordinates using the new addresses definitions. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@394 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-08-20 | Rewritten some parts of code to increase the binary processing speed. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@391 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-08-16 | Improved the code for handling vmpa_t definitions. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@388 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-08-05 | Defined the first steps for a new disassembling approach. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@387 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-04-28 | Updated all copyright headers. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-04-23 | Fixed a bug by avoiding one hardcoded path when looking for a picture. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@371 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-04-07 | Relied on Cairo for printing code. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@369 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2013-06-02 | Saved some progress about edition views. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@348 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a |