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
/
elf
/
elf.c
Age
Commit message (
Expand
)
Author
2015-11-26
Used several threads without lock to disassemble binary code.
Cyrille Bagard
2015-10-13
Done not load ELF files as DWARF information.
Cyrille Bagard
2015-10-09
Deleted duplicated symbols to avoid zero-length areas.
Cyrille Bagard
2015-10-01
Rewritten the whole support of DEX file format.
Cyrille Bagard
2015-09-19
Extended the prototype for matching formats in order to get it suitable for p...
Cyrille Bagard
2015-09-11
Created an interface from the original GBinContent object.
Cyrille Bagard
2015-08-12
Extended the loading process of binary formats to prepare the DWARF support.
Cyrille Bagard
2015-03-29
Used real virtual addresses when describing ELF items.
Cyrille Bagard
2015-03-28
Provided readelf features as an external plugin.
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-02-03
Removed all references to binary parts (GBinPart) and updated the code.
Cyrille Bagard
2015-01-31
Defined many entry points from many identified potential candidates.
Cyrille Bagard
2014-11-29
Displayed segments in the disassembly view.
Cyrille Bagard
2014-09-16
Used the new vmpa_t type in binary portions.
Cyrille Bagard
2014-08-19
Added a demo symbol when loading an ELF header.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2013-08-31
Loaded a binary strip into the editor.
Cyrille Bagard
2012-01-11
Defined new panel definitions for the editor GUI.
Cyrille Bagard
2012-01-01
Updated copyright dates.
Cyrille Bagard
2010-06-27
Defined the minimal instruction size for a given architecture.
Cyrille Bagard
2010-04-05
Reorganized the ELF header (32 or 64 bits).
Cyrille Bagard
2010-03-11
Added first steps for a full PE support.
Cyrille Bagard
2010-01-02
Provided ways to load, save and edit some binary parts selection.
Cyrille Bagard
2009-12-13
Loaded and saved binary parts.
Cyrille Bagard
2009-11-18
Saved the current work on binary parts selection.
Cyrille Bagard
2009-09-15
Restored the code using the program headers when no section is found.
Cyrille Bagard
2009-09-13
Improved the editor window refreshing when several binaries are loaded.
Cyrille Bagard
2009-08-09
Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...
Cyrille Bagard