index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
format
/
format.h
Age
Commit message (
Expand
)
Author
2017-08-27
Handled Dalvik code definition loading with more care.
Cyrille Bagard
2017-08-13
Listed all errors occurred while loading a binary file.
Cyrille Bagard
2017-08-07
Stored all errors detected when loading and disassembling a binary file.
Cyrille Bagard
2017-05-14
Stopped to memorize the routines as a subset of symbols.
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-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-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-05-30
Resolved a suitable symbol depending on the request tolerance.
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-01-03
Removed deprecated direct management of routines.
Cyrille Bagard
2015-12-16
Built a new improved status bar for instructions information.
Cyrille Bagard
2015-10-13
Kept all information about real addresses for routine symbols (ARM vs Thumb).
Cyrille Bagard
2015-09-11
Created an interface from the original GBinContent object.
Cyrille Bagard
2015-07-24
Replaced all remaining raw accesses to binary contents with the GBinContent w...
Cyrille Bagard
2015-06-12
Improved loading speed with binary search of sorted arrays.
Cyrille Bagard
2015-05-06
Displayed a tooltip for strings or code symbols in buffer views.
Cyrille Bagard
2015-04-26
Loaded internal smybols ; created entry points only when needed.
Cyrille Bagard
2015-03-03
Loaded and displayed found strings in ELF.
Cyrille Bagard
2015-02-24
Shown a loaded view at its entry point at the beginning.
Cyrille Bagard
2015-02-17
Defined, computed and stored the checksum in the binary content manager.
Cyrille Bagard
2015-02-11
Registered all the supported formats in the system code.
Cyrille Bagard
2015-02-09
Registered all the supported processors in the system code.
Cyrille Bagard
2015-01-31
Defined many entry points from many identified potential candidates.
Cyrille Bagard
2015-01-30
Bound a symbol for each loaded value for 'ldr' instructions.
Cyrille Bagard
2014-12-25
Cleaned all the code for immediate operands.
Cyrille Bagard
2014-09-21
Showed information about a selected address in the status bar.
Cyrille Bagard
2014-09-01
Loaded some ELF symbols from DYNSYM and SYMTAB sections.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2013-01-20
Fixed some GCC warnings.
Cyrille Bagard
2013-01-14
Cleaned the context used for decompilations.
Cyrille Bagard
2012-12-21
Resolved relative addresses for routines and fixed bugs related to PyGObjects...
Cyrille Bagard
2012-07-29
Updated all decompiled instructions using right pseudo registers.
Cyrille Bagard
2012-01-01
Updated copyright dates.
Cyrille Bagard
2011-10-01
Defined the first real [python] plugin.
Cyrille Bagard
2010-12-02
Improved the rendering of decompiled Dex code.
Cyrille Bagard
2010-11-28
Loaded all buffers of decompiled files.
Cyrille Bagard
2010-11-14
Loaded source file from Dex classes.
Cyrille Bagard
2010-11-11
Built some expressions for the decompilation tree.
Cyrille Bagard
2010-05-13
Supported Dalvik VM / DEX (partially).
Cyrille Bagard
2010-04-24
Updated a little bit the Java part (welcome back).
Cyrille Bagard
2010-03-11
Added first steps for a full PE support.
Cyrille Bagard
2009-09-30
Parsed and replaced ModRM operands.
Cyrille Bagard
2009-08-09
Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...
Cyrille Bagard