summaryrefslogtreecommitdiff
path: root/src/arch/processor.c
AgeCommit message (Collapse)Author
2017-03-29Handled areas which are not allocated in memory.Cyrille Bagard
2017-03-24Built routine digest for tooltip hints.Cyrille Bagard
2017-02-14Fixed a typo that breaks compilation if DEBUG is not defined.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-23Collected the loaded instructions using all available processors.Cyrille Bagard
2016-12-15Defined proper accesses to instructions loaded by a processor.Cyrille Bagard
2016-12-14Provided an iterator for instructions.Cyrille Bagard
2016-12-12Removed most of the code related to non-working decompilation.Cyrille Bagard
2016-12-12Applied some code refactoring to remove usages of GBinFormat in favor of ↵Cyrille Bagard
GExeFormat.
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-04-03Reorganized the whole disassembling process and displayed the relative ↵Cyrille Bagard
progression.
2016-02-10Improved the support of the DEX format.Cyrille Bagard
2016-02-01Defined all Dalvik instructions to get generated by d2c.Cyrille Bagard
2016-01-12Disabled the old way to disassemble instructions.Cyrille Bagard
2015-12-29Avoided to crash by being too strict with addresses provided by clicks on ↵Cyrille Bagard
the binary strip.
2015-10-07Introduced code coverages to reduce search time.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@588 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-10-06Optimized the search of instructions a little bit using routine coverages.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@587 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@576 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-07-17Updated the Python bindings.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@552 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-07-16Used the binary contents a little bit more.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@551 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-06-12Improved loading speed with binary search of sorted arrays.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@538 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-04-20Transmitted the focus when a limit has been reached while using he keyboard.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@514 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-03-31Saved some progress in the definition of basic blocks.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@497 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@467 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-11-24Disabled old and unsupported architectures.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@425 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-10-06Got prepared to disassemble some ARMv7 instructions.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@409 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-10-01Prepared the ground for the ARMv7 architecture.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@408 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-08-05Defined the first steps for a new disassembling approach.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@387 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-07-31Improved the way code is decoded by avoiding to propagate the base address ↵Cyrille Bagard
everywhere. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@385 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-04-28Updated all copyright headers.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-12-28Created Python objects for the GtkBlockView widgets and fixed some bugs.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@311 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-07-29Updated all decompiled instructions using right pseudo registers.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@253 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-03-05Printed the string values of the Dex pool in the operand rendering.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@237 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-01-11Defined new panel definitions for the editor GUI.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@223 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-01-01Updated copyright dates.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@221 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2011-12-27Added support for more Dalvik opcodes.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@220 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2011-10-12Processed skipped instructions and used contexts.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@212 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-06-27Defined the minimal instruction size for a given architecture.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@171 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@155 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is ↵Cyrille Bagard
empty). git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@105 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-06-08Refreshed the panel dealing with found symbols.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@72 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-05-31Supported a new architecture (MIPS).Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@67 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-05-17Used only the new format of processor/instructions/operands for x86.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@64 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-05-11Reorganized the way the program is built again and added partial support for ↵Cyrille Bagard
the JVM. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@63 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-04-25Saved the current work on plugins.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@59 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-03-15Avoided to crash when analysing crackmes such as grainne.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@55 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-11-10Shown/hidden virtual addresses / binary code.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@41 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-10-30Displayed all found strings on binary loading.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@40 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-10-26Completed support of the 0x81 and 0xc1 opcodes.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@37 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2008-10-19Registered symbols found in the PLT.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@35 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a