summaryrefslogtreecommitdiff
path: root/src/arch/operand.c
AgeCommit message (Expand)Author
2017-04-20Shared immediate operands in order to avoid useless allocations.Cyrille Bagard
2017-03-24Built tooltips from all kinds of operands.Cyrille Bagard
2017-03-05Compressed the size of operands with no alternative rendering.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-18Used a fast sorted array to track shared instances instead of a simple hash t...Cyrille Bagard
2016-12-18Shared all Dalvik operands between all their users.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-23Deleted a level of data to reduce the memory fingerprint.Cyrille Bagard
2014-11-24Cleaned operands, using class functions and destructors.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-11-22Replaced the text of some registers (this and parameters).Cyrille Bagard
2012-11-05Removed the old interface for rendering lines.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2010-11-12Changed the display of the pseudo registers by using an index.Cyrille Bagard
2010-11-11Built some expressions for the decompilation tree.Cyrille Bagard
2009-08-30Rendered using the GTK buffer (crappy version).Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-05-17Used only the new format of processor/instructions/operands for x86.Cyrille Bagard
2009-05-11Reorganized the way the program is built again and added partial support for ...Cyrille Bagard
2008-11-16Took care of signed immediate values as well as unsigned ones.Cyrille Bagard
2008-10-19Registered symbols found in the PLT.Cyrille Bagard
2008-09-14Made the program able to disassemble a simple binary completely.Cyrille Bagard
2008-07-31Handled the virtual offset and fixed the operand-size overriding.Cyrille Bagard
2008-07-27Fixed a bug when reading immediate values.Cyrille Bagard
2008-07-27Supported new x86 opcodes (nop and mov).Cyrille Bagard
2008-07-26Parsed x86 binary data and displayed the result.Cyrille Bagard