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
/
arch
/
arm
/
v7
/
post.c
Age
Commit message (
Expand
)
Author
2017-07-12
Removed the too complex memory share system.
Cyrille Bagard
2017-05-16
Merged routines into symbols.
Cyrille Bagard
2017-04-22
Shared target operands in memory when possible.
Cyrille Bagard
2017-04-20
Shared immediate operands in order to avoid useless allocations.
Cyrille Bagard
2017-03-06
Locked access to instruction operands when needed.
Cyrille Bagard
2017-01-15
Improved symbol resolving using fully defined locations.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-12-17
Removed debug output.
Cyrille Bagard
2016-12-12
Applied some code refactoring to remove usages of GBinFormat in favor of GExe...
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-04-24
Handled hooks and rules in Dalvik opcodes definitions.
Cyrille Bagard
2016-04-03
Reorganized the whole disassembling process and displayed the relative progre...
Cyrille Bagard
2015-10-14
Forced the full definition of locations to fix the search of symbols.
Cyrille Bagard
2015-07-12
Cleaned the code handling binary symbols.
Cyrille Bagard
2015-05-06
Removed some GCC warnings by casting variables or moving definitions.
Cyrille Bagard
2015-05-05
Made labels for symbols look nicer.
Cyrille Bagard
2015-03-31
Saved some progress in the definition of basic blocks.
Cyrille Bagard
2015-03-18
Computed limits for all routines according to existing symbols.
Cyrille Bagard
2015-03-11
Loaded the ELF header at a proper virtual address.
Cyrille Bagard
2015-03-03
Loaded and displayed found strings in ELF.
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-25
Cleaned all the code for immediate operands.
Cyrille Bagard
2014-12-16
Created operands for resolving symbols in disassembly code.
Cyrille Bagard