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
/
raw.c
Age
Commit message (
Expand
)
Author
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-12-30
Rewritten the line buffers using generators and on-demand building to save me...
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-10-29
Reduced once again the size of the main instruction structure.
Cyrille Bagard
2016-10-23
Deleted a level of data to reduce the memory fingerprint.
Cyrille Bagard
2016-09-12
Fixed two more bugs when annotating Dex code items.
Cyrille Bagard
2016-05-22
Extended the compiler to transform all the new ARMv7 encoding definitions.
Cyrille Bagard
2016-05-04
Created special instructions for real undefined behaviors.
Cyrille Bagard
2016-02-09
Built raw instructions from uleb128 values.
Cyrille Bagard
2016-01-21
Defined some raw primitives to write or delete comments.
Cyrille Bagard
2015-12-15
Stored and provided the encoding used by an instruction.
Cyrille Bagard
2015-11-27
Fixed binary string format in immediate operands.
Cyrille Bagard
2015-07-24
Replaced all remaining raw accesses to binary contents with the GBinContent w...
Cyrille Bagard
2015-03-19
Fixed an invalid cast between two GLib instances in some cases.
Cyrille Bagard
2015-03-03
Loaded and displayed found strings in ELF.
Cyrille Bagard
2015-02-16
Added a basic support for Mobicore truslets.
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-12-04
Provided a new way to build the full name of each instruction and cached it.
Cyrille Bagard
2014-11-24
Cleaned operands, using class functions and destructors.
Cyrille Bagard
2014-09-17
Introduced memory ranges.
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