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
/
fetch.c
Age
Commit message (
Expand
)
Author
2017-08-16
Kept only the first submission when preloading instructions.
Cyrille Bagard
2017-07-12
Taken into account that raw immediate values can be used more than once.
Cyrille Bagard
2017-07-12
Removed the too complex memory share system.
Cyrille Bagard
2017-05-05
Inserted preloaded format information from instructions instead of symbols.
Cyrille Bagard
2017-04-20
Shared immediate operands in order to avoid useless allocations.
Cyrille Bagard
2017-03-15
Referenced all provided registers from operands.
Cyrille Bagard
2017-03-06
Locked access to instruction operands when needed.
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-17
Removed debug output.
Cyrille Bagard
2016-12-13
Ensured all symbol comments match their symbol address.
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-05-24
Attached priority levels with disassembly starting points.
Cyrille Bagard
2016-05-22
Extended the compiler to transform all the new ARMv7 encoding definitions.
Cyrille Bagard
2016-04-24
Handled hooks and rules in Dalvik opcodes definitions.
Cyrille Bagard
2015-12-16
Tracked the ARM/Thumb areas in a clever way with levels.
Cyrille Bagard
2015-10-14
Forced the full definition of locations to fix the search of symbols.
Cyrille Bagard
2015-07-24
Replaced all remaining raw accesses to binary contents with the GBinContent w...
Cyrille Bagard
2015-07-09
Tried to use virtual addresses as often as possible.
Cyrille Bagard
2015-03-31
Saved some progress in the definition of basic blocks.
Cyrille Bagard