summaryrefslogtreecommitdiff
path: root/src/arch/immediate.c
AgeCommit message (Expand)Author
2015-11-27Fixed binary string format in immediate operands.Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-07-24Replaced all remaining raw accesses to binary contents with the GBinContent w...Cyrille Bagard
2015-03-08Handle cross references as well as entry points.Cyrille Bagard
2015-02-16Added a basic support for Mobicore truslets.Cyrille Bagard
2014-12-25Cleaned all the code for immediate operands.Cyrille Bagard
2014-12-16Created operands for resolving symbols in disassembly code.Cyrille Bagard
2014-11-24Cleaned operands, using class functions and destructors.Cyrille Bagard
2014-08-19Added a demo symbol when loading an ELF header.Cyrille Bagard
2014-07-31Improved the way code is decoded by avoiding to propagate the base address ev...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-06-30Provided first basic support for a few ARM instructions.Cyrille Bagard
2013-01-09Fixed immediates output by defining a default column for rendering codes.Cyrille Bagard
2012-11-05Removed the old interface for rendering lines.Cyrille Bagard
2012-01-14Removed a lot of warnings when printing 64 values.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2010-12-21Redefined all existing kinds of Dalvik operands in a proper way.Cyrille Bagard
2010-12-02Improved the rendering of decompiled Dex code.Cyrille Bagard
2010-11-11Built some expressions for the decompilation tree.Cyrille Bagard
2010-06-27Defined the minimal instruction size for a given architecture.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard
2010-04-11Cleaned the code by removing all references to the old GtkTextBuffer usage.Cyrille Bagard
2010-04-11Provided a faster than GTK display buffer.Cyrille Bagard
2010-03-21Allowed a simple export of an assembly content.Cyrille Bagard
2009-10-05Loaded .rel.plt symbols even for shared libraries.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-15Restored the routine address resolution.Cyrille Bagard
2009-06-16Made links between lines of code (x86 only).Cyrille Bagard
2009-05-31Supported a new architecture (MIPS).Cyrille Bagard
2009-05-24Supported nine extra x86 opcodes.Cyrille Bagard
2009-05-18Fixed various bugs in the last commit.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