index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
d2c
/
spec.c
Age
Commit message (
Expand
)
Author
2016-12-31
Updated all copyrights.
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-28
Stored instruction hooks in the data section rather than in the heap.
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
2016-01-30
Introduced a format switch to distinguish different kinds of definitions.
Cyrille Bagard
2015-12-15
Stored and provided the encoding used by an instruction.
Cyrille Bagard
2015-07-30
Produced a label for bad exit only if needed.
Cyrille Bagard
2015-03-18
Computed limits for all routines according to existing symbols.
Cyrille Bagard
2015-01-24
Introduced conditional calls in instruction definition rules.
Cyrille Bagard
2015-01-10
Extended the grammar to allow hooks inclusion.
Cyrille Bagard
2014-12-04
Provided a new way to build the full name of each instruction and cached it.
Cyrille Bagard
2014-12-03
Begun to support more than the only 'ARMv7' architecture for ARM (ARM / Thumb...
Cyrille Bagard
2014-12-02
Extended the compiler by allowing more than one type of Thumb.
Cyrille Bagard
2014-11-15
Given the d2c compiler its own directory.
Cyrille Bagard