Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-14 | Updated the Python bindings for binary symbols. | Cyrille Bagard | |
2018-08-02 | Introduced symbols dedicated to strings. | Cyrille Bagard | |
2018-07-04 | Updated the API for building symbol labels. | 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 | Begun to clean the symbol interface. | Cyrille Bagard | |
2017-04-29 | Improved the behavior of immediate operands display. | Cyrille Bagard | |
2017-04-22 | Shared target operands in memory when possible. | 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-03-19 | Removed the useless STP_FUNCTION symbol type. | Cyrille Bagard | |
2017-01-06 | Checked if a symbol exists right before adding it to the symbol list. | 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-03-15 | Marked lines which are able to start a group of lines as width managers. | 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-11-26 | Used several threads without lock to disassemble binary code. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@610 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-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-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-01-31 | Defined many entry points from many identified potential candidates. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@463 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-04 | Disabled lots of debug messages and fixed some symbols related bugs. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@447 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 | |||
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-09-01 | Loaded some ELF symbols from DYNSYM and SYMTAB sections. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@397 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-08-25 | Loaded lots of ELF header information as symbols. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@393 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-08-19 | Added a demo symbol when loading an ELF header. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@390 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 | |||
2009-12-01 | Improved the Itanium demangling. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@139 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2009-09-30 | Parsed and replaced ModRM operands. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@121 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2009-08-09 | Reorganized the way formats are handled (Java and PE got disabled, Dwarf is ↵ | Cyrille Bagard | |
empty). git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@105 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a |