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
/
analysis
/
disass
/
fetch.c
Age
Commit message (
Expand
)
Author
2015-11-27
Protected other data access using locks.
Cyrille Bagard
2015-11-26
Used several threads without lock to disassemble binary code.
Cyrille Bagard
2015-10-13
Kept all information about real addresses for routine symbols (ARM vs Thumb).
Cyrille Bagard
2015-07-24
Replaced all remaining raw accesses to binary contents with the GBinContent w...
Cyrille Bagard
2015-07-16
Used the binary contents a little bit more.
Cyrille Bagard
2015-07-09
Tried to use virtual addresses as often as possible.
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
2015-01-25
Added a fixed address for the start of the '.plt' section and improved the di...
Cyrille Bagard
2015-01-24
Introduced conditional calls in instruction definition rules.
Cyrille Bagard
2014-12-31
Resolved links in disassembled instructions.
Cyrille Bagard
2014-12-30
Tracked each binary area during the disassembling process and tried to follow...
Cyrille Bagard
2014-12-25
Cleaned all the code for immediate operands.
Cyrille Bagard
2014-12-16
Created operands for resolving symbols in disassembly code.
Cyrille Bagard
2014-10-11
Improved the disassembling process using memory ranges.
Cyrille Bagard
2014-10-07
Created a compiler for architecture instruction definitions.
Cyrille Bagard
2014-10-06
Got prepared to disassemble some ARMv7 instructions.
Cyrille Bagard
2014-09-17
Introduced memory ranges.
Cyrille Bagard
2014-09-01
Loaded some ELF symbols from DYNSYM and SYMTAB sections.
Cyrille Bagard
2014-08-27
Shown full ELF sections definitions.
Cyrille Bagard
2014-08-25
Loaded lots of ELF header information as symbols.
Cyrille Bagard
2014-08-19
Added a demo symbol when loading an ELF header.
Cyrille Bagard
2014-08-16
Improved the code for handling vmpa_t definitions.
Cyrille Bagard
2014-08-05
Defined the first steps for a new disassembling approach.
Cyrille Bagard
2014-07-31
Improved the way code is decoded by avoiding to propagate the base address ev...
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2013-06-08
Removed all usages of gdk_threads_enter()/gdk_threads_leave() in the status bar.
Cyrille Bagard
2012-08-12
Cleaned the code and handled file binaries properly.
Cyrille Bagard
2012-07-14
Limited all routines using code from binary.c.
Cyrille Bagard
2012-03-05
Printed the string values of the Dex pool in the operand rendering.
Cyrille Bagard
2012-01-01
Updated copyright dates.
Cyrille Bagard
2011-10-12
Processed skipped instructions and used contexts.
Cyrille Bagard
2011-10-05
Supported a few more Dalvik opcodes.
Cyrille Bagard
2010-12-20
Begun to clean the code by moving the disassembling process into disass/.
Cyrille Bagard