summaryrefslogtreecommitdiff
path: root/plugins/stackvars/stackvars.c
AgeCommit message (Expand)Author
2021-02-14Delete a very old and unused plugin.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2018-06-28Replaced all calls to the old API dealing with routine location.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-01-24Typo.Cyrille Bagard
2017-11-26Increased the reference counter for provided operands and updated code.Cyrille Bagard
2017-05-14Begun to clean the symbol interface.Cyrille Bagard
2017-04-20Shared immediate operands in order to avoid useless allocations.Cyrille Bagard
2017-03-06Locked access to instruction operands when needed.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-11-03Counted references for each provided binary format.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-11-05Removed the old interface for rendering lines.Cyrille Bagard
2012-08-12Cleaned the code and handled file binaries properly.Cyrille Bagard
2009-09-30Parsed and replaced ModRM operands.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-07-26Moved the openida_binary structure to a GOpenidaBinary GLib object.Cyrille Bagard
2009-07-19Encapsulated all recognized variables in the stack using a new plugin (need t...Cyrille Bagard