Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-22 | Reorganized the global variables for the work queue singleton. | Cyrille Bagard | |
2017-08-17 | Resolved some extra program header types specific to ARM. | 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-07-15 | Truncated binary portions to fit the binary content size if needed. | Cyrille Bagard | |
2017-07-08 | Scrolled to the main address at startup without using a nested function. | Cyrille Bagard | |
2017-05-16 | Merged routines into symbols. | Cyrille Bagard | |
2017-05-12 | Added the ELF strings to the preloaded instruction list. | Cyrille Bagard | |
2017-03-31 | Extracted strings from some extra ELF sections. | Cyrille Bagard | |
2017-03-29 | Handled areas which are not allocated in memory. | Cyrille Bagard | |
2017-03-22 | Ensured all string symbols referenced by instructions get a label. | Cyrille Bagard | |
2017-03-20 | Taken the last byte into account when analyzing the string section. | Cyrille Bagard | |
2017-03-19 | Removed the useless STP_FUNCTION symbol type. | Cyrille Bagard | |
2017-01-15 | Improved symbol resolving using fully defined locations. | 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-12 | Applied some code refactoring to remove usages of GBinFormat in favor of ↵ | Cyrille Bagard | |
GExeFormat. | |||
2016-12-04 | Read ELF notes when requested. | Cyrille Bagard | |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard | |
2016-10-09 | Loaded all Dex pool items using several threads. | Cyrille Bagard | |
2016-09-11 | Displayed more details about the loading process in the status bar. | Cyrille Bagard | |
2016-05-19 | Loaded the ELF internal symbols using all the available CPUs. | Cyrille Bagard | |
2016-05-13 | Inserted symbols and routines using an optimized 100 times faster method. | Cyrille Bagard | |
2016-05-07 | Added debug code to avoid crashes with wrongly disassembled binaries. | 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 | |
2015-12-29 | Handled ELF overlapping program and section headers. | Cyrille Bagard | |
2015-12-28 | Defined layers to register all kinds of binary portions. | Cyrille Bagard | |
2015-12-16 | Dealt with empty ranges in the early states of disassembled symbols. | 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-11-04 | Fixed some bugs and defined some first test cases. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@604 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-10-16 | Prevented some mistakes pointed by Melkor. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@599 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-13 | Done not load ELF files as DWARF information. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@591 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-10-01 | Fixed the support of ELF internal arrays. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@583 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-10-01 | Rewritten the whole support of DEX file format. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@581 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-09-19 | Extended the prototype for matching formats in order to get it suitable for ↵ | Cyrille Bagard | |
plugins. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@577 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-09-11 | Created an interface from the original GBinContent object. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@576 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-08-12 | Extended the loading process of binary formats to prepare the DWARF support. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@568 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-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-05-06 | Removed some GCC warnings by casting variables or moving definitions. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@532 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a | |||
2015-04-30 | Fixed implicit declarations of functions causing crashes. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@523 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-29 | Used real virtual addresses when describing ELF items. | Cyrille Bagard | |
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@496 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-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 |