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
/
operand.h
Age
Commit message (
Expand
)
Author
2021-09-26
Provide a serialization capability for operands.
Cyrille Bagard
2021-08-14
Improve the object padding exploitation for operands.
Cyrille Bagard
2021-06-01
Improve the code quality by renaming the type for packed buffers.
Cyrille Bagard
2020-08-22
Defined paths to access to the instruction operands.
Cyrille Bagard
2020-07-23
Renamed some files.
Cyrille Bagard
2020-02-04
Updated copyright headers.
Cyrille Bagard
2020-02-04
Created a new interface for renamed operands.
Cyrille Bagard
2019-01-25
Provided API to subclass instructions and operands in Python.
Cyrille Bagard
2018-07-19
Deleted all references to any asm syntax.
Cyrille Bagard
2018-05-14
Created an instruction database for Chrysalide.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2017-05-21
Refined the whole share system for operands.
Cyrille Bagard
2017-03-24
Built tooltips from all kinds of operands.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-12-18
Used a fast sorted array to track shared instances instead of a simple hash t...
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2014-11-24
Cleaned operands, using class functions and destructors.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2012-11-22
Replaced the text of some registers (this and parameters).
Cyrille Bagard
2012-11-05
Removed the old interface for rendering lines.
Cyrille Bagard
2012-01-01
Updated copyright dates.
Cyrille Bagard
2010-11-12
Changed the display of the pseudo registers by using an index.
Cyrille Bagard
2010-11-11
Built some expressions for the decompilation tree.
Cyrille Bagard
2010-08-01
Deleted the 'AsmOperandSize' definition and set the x86 minimal instruction s...
Cyrille Bagard
2009-08-09
Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...
Cyrille Bagard
2009-05-17
Used only the new format of processor/instructions/operands for x86.
Cyrille Bagard
2009-05-11
Reorganized the way the program is built again and added partial support for ...
Cyrille Bagard
2008-11-16
Took care of signed immediate values as well as unsigned ones.
Cyrille Bagard
2008-10-19
Registered symbols found in the PLT.
Cyrille Bagard
2008-09-20
Centralized all the code used to decode instructions.
Cyrille Bagard
2008-09-14
Made the program able to disassemble a simple binary completely.
Cyrille Bagard
2008-07-31
Handled the virtual offset and fixed the operand-size overriding.
Cyrille Bagard
2008-07-27
Supported new x86 opcodes (nop and mov).
Cyrille Bagard
2008-07-26
Parsed x86 binary data and displayed the result.
Cyrille Bagard