Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-08 | Introduced the symbol visibility. | Cyrille Bagard | |
2017-10-01 | Defined the ELF support as plugin. | Cyrille Bagard | |
2017-08-07 | Stored all errors detected when loading and disassembling a binary file. | Cyrille Bagard | |
2017-05-16 | Merged routines into symbols. | Cyrille Bagard | |
2017-05-14 | Stopped to memorize the routines as a subset of symbols. | Cyrille Bagard | |
2017-05-12 | Added the ELF strings to the preloaded instruction list. | Cyrille Bagard | |
2017-05-07 | Made the preloading process work as intended. | Cyrille Bagard | |
2017-05-05 | Inserted preloaded format information from instructions instead of symbols. | Cyrille Bagard | |
2017-03-22 | Ensured all string symbols referenced by instructions get a label. | Cyrille Bagard | |
2017-01-15 | Improved symbol resolving using fully defined locations. | Cyrille Bagard | |
2017-01-15 | Ensured that symbols always take priority over the disassembled code. | 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-29 | Cut binary data into several areas using all the available CPUs and less memory. | Cyrille Bagard | |
2016-12-12 | Removed most of the code related to non-working decompilation. | Cyrille Bagard | |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard | |
2016-10-02 | Given more flexibility to qinsert() for the inserted item. | Cyrille Bagard | |
2016-09-11 | Displayed more details about the loading process in the status bar. | Cyrille Bagard | |
2016-05-30 | Resolved a suitable symbol depending on the request tolerance. | Cyrille Bagard | |
2016-05-24 | Attached priority levels with disassembly starting points. | Cyrille Bagard | |
2016-05-19 | Loaded the ELF internal symbols using all the available CPUs. | Cyrille Bagard | |
2016-05-13 | Fixed a lot of compilation warnings. | Cyrille Bagard | |
2016-05-13 | Inserted symbols and routines using an optimized 100 times faster method. | Cyrille Bagard | |
2016-03-14 | Improved the basic support of Dwarf information. | Cyrille Bagard | |
2016-02-10 | Improved the support of the DEX format. | Cyrille Bagard | |
2016-01-10 | Fixed a bug when the replacing string contains the replaced pattern. | Cyrille Bagard | |
2016-01-03 | Removed deprecated direct management of routines. | Cyrille Bagard | |
2015-12-29 | Protected all accesses to the symbols list using read locks. | Cyrille Bagard | |
2015-12-16 | Tracked the ARM/Thumb areas in a clever way with levels. | Cyrille Bagard | |
2015-12-16 | Built a new improved status bar for instructions information. | Cyrille Bagard | |
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-10-13 | Kept all information about real addresses for routine symbols (ARM vs Thumb). | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@593 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-10-09 | Deleted duplicated symbols to avoid zero-length areas. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@589 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-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-05-06 | Displayed a tooltip for strings or code symbols in buffer views. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@530 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-04-26 | Loaded internal smybols ; created entry points only when needed. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@520 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-03-28 | Provided readelf features as an external plugin. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@495 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-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-17 | Defined, computed and stored the checksum in the binary content manager. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@474 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-02-16 | Added a basic support for Mobicore truslets. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@472 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-02-11 | Registered all the supported formats in the system code. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@471 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-02-09 | Registered all the supported processors in the system code. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@467 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-26 | Begun to rewrite the whole plugins system. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@461 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-12-25 | Cleaned all the code for immediate operands. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@444 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2014-12-16 | Created operands for resolving symbols in disassembly code. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@442 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a |