summaryrefslogtreecommitdiff
path: root/src/arch/processor.c
AgeCommit message (Expand)Author
2021-08-21Define all architecture instructions as serializable.Cyrille Bagard
2021-08-20Prepare architecture processors for serialization.Cyrille Bagard
2020-04-21Redefined the interface for creating new processors from Python.Cyrille Bagard
2020-04-19Changed the way the key for an architecture is provided.Cyrille Bagard
2020-02-18Relocated the raw instructions.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2019-02-03Fixed various memory leaks.Cyrille Bagard
2018-12-07Relied on GObject introspection and dynamic gtypes to inherit in Python.Cyrille Bagard
2018-11-13Exported extra processor features.Cyrille Bagard
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-08-06Allowed to add or remove instructions once a binary analysis is over.Cyrille Bagard
2018-06-06Hidden virtual addresses when code runs in a VM.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-02-05Fixed the compilation in non debug mode.Cyrille Bagard
2018-01-17Cleaned the definition of architecture processors.Cyrille Bagard
2018-01-13Created a real iterator for symbols.Cyrille Bagard
2017-08-07Stored all errors detected when loading and disassembling a binary file.Cyrille Bagard
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 GExe...Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-04-03Reorganized the whole disassembling process and displayed the relative progre...Cyrille Bagard
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 the...Cyrille Bagard
2015-10-07Introduced code coverages to reduce search time.Cyrille Bagard
2015-10-06Optimized the search of instructions a little bit using routine coverages.Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-07-17Updated the Python bindings.Cyrille Bagard
2015-07-16Used the binary contents a little bit more.Cyrille Bagard
2015-06-12Improved loading speed with binary search of sorted arrays.Cyrille Bagard
2015-04-20Transmitted the focus when a limit has been reached while using he keyboard.Cyrille Bagard
2015-03-31Saved some progress in the definition of basic blocks.Cyrille Bagard
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
2014-11-24Disabled old and unsupported architectures.Cyrille Bagard
2014-10-06Got prepared to disassemble some ARMv7 instructions.Cyrille Bagard
2014-10-01Prepared the ground for the ARMv7 architecture.Cyrille Bagard
2014-08-05Defined the first steps for a new disassembling approach.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
2012-12-28Created Python objects for the GtkBlockView widgets and fixed some bugs.Cyrille Bagard