Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-05 | Typo. | Cyrille Bagard | |
2022-02-21 | Define the first steps towards format serialization. | Cyrille Bagard | |
2021-09-26 | Provide a serialization capability for operands. | Cyrille Bagard | |
2021-08-14 | Improve the object padding exploitation for operands. | Cyrille Bagard | |
2021-04-05 | Build a partial working support for the PE format. | Cyrille Bagard | |
2020-07-27 | Replaced all BLC_* constants by the new DLC_* values. | Cyrille Bagard | |
2020-07-26 | Avoided fixed columns when filling lines with locations. | Cyrille Bagard | |
2020-07-14 | Typo. | Cyrille Bagard | |
2020-04-12 | Improved support of type prefix for symbols. | Cyrille Bagard | |
2020-04-09 | Created extra flags for binary symbols. | Cyrille Bagard | |
2020-04-09 | Compressed the size of the symbol structures. | Cyrille Bagard | |
2020-02-04 | Updated copyright headers. | Cyrille Bagard | |
2019-11-11 | Extended the Python bindings. | Cyrille Bagard | |
2019-08-14 | Updated the Python bindings for binary symbols. | Cyrille Bagard | |
2018-12-08 | Compared symbols using their location only to prevent duplicated symbols. | Cyrille Bagard | |
2018-10-23 | Indented code labels in the assembly views. | Cyrille Bagard | |
2018-07-14 | Begun to switch to abstract locations in internal rendering buffers. | Cyrille Bagard | |
2018-07-04 | Updated the API for building symbol labels. | Cyrille Bagard | |
2018-06-17 | Reduced coverage of symbols used as line generators. | Cyrille Bagard | |
2018-04-05 | Changed Foobar to Chrysalide in all GPL headers. | Cyrille Bagard | |
2018-02-11 | Updated the prototype used to get symbol label. | Cyrille Bagard | |
2017-12-08 | Introduced the symbol visibility. | Cyrille Bagard | |
2017-05-16 | Merged routines into symbols. | Cyrille Bagard | |
2017-05-14 | Processed all the routines using the symbol list. | Cyrille Bagard | |
2017-05-14 | Begun to clean the symbol interface. | Cyrille Bagard | |
2017-05-10 | Removed the link to binary content used for printing from instructions. | Cyrille Bagard | |
2017-04-22 | Shared target operands in memory when possible. | Cyrille Bagard | |
2017-03-24 | Built routine digest for tooltip hints. | Cyrille Bagard | |
2017-03-19 | Removed the useless STP_FUNCTION symbol type. | 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-12-29 | Cut binary data into several areas using all the available CPUs and less memory. | Cyrille Bagard | |
2016-12-13 | Ensured all symbol comments match their symbol address. | Cyrille Bagard | |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard | |
2016-09-26 | Defined a proper cache for routine names with their packages. | Cyrille Bagard | |
2016-03-15 | Marked lines which are able to start a group of lines as width managers. | Cyrille Bagard | |
2015-10-14 | Discarded code symbols as symbols already containing instructions when ↵ | Cyrille Bagard | |
disassembling. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@595 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-10-14 | Forced the full definition of locations to fix the search of symbols. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@594 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-07-17 | Updated the Python bindings. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@552 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-07-12 | Cleaned the code handling binary symbols. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@548 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-06-12 | Improved loading speed with binary search of sorted arrays. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@538 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-03-18 | Computed limits for all routines according to existing symbols. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@491 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-03-11 | Loaded the ELF header at a proper virtual address. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@488 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-03-08 | Listed all idenfied read only strings in a dedicated panel. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@483 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-03-03 | Loaded and displayed found strings in ELF. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@481 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-02-24 | Shown a loaded view at its entry point at the beginning. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@479 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-30 | Bound a symbol for each loaded value for 'ldr' instructions. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@462 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-01-25 | Added a fixed address for the start of the '.plt' section and improved the ↵ | Cyrille Bagard | |
disassembly process. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@460 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-12-14 | Shown label of loaded symbols when possible. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@441 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a |