index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
Makefile.am
Age
Commit message (
Expand
)
Author
2020-06-21
Reorganized the code for target operands.
Cyrille Bagard
2020-06-07
Reorganized the operands behaving like proxies.
Cyrille Bagard
2020-02-18
Relocated the raw instructions.
Cyrille Bagard
2020-02-17
Relocated the undefined instructions.
Cyrille Bagard
2020-01-15
Reorganized the architecture operands.
Cyrille Bagard
2019-01-31
Created Python bindings for undefined instructions.
Cyrille Bagard
2018-12-07
Moved some core features into plugins.
Cyrille Bagard
2018-08-06
Introduced some extra kinds of objects to render disassembled code.
Cyrille Bagard
2018-07-19
Created an interface for jumping to addresses from operands.
Cyrille Bagard
2018-05-28
Relied on register objects as often as possible.
Cyrille Bagard
2018-05-14
Created an instruction database for Chrysalide.
Cyrille Bagard
2018-04-22
Installed the core headers in the right place for plugins.
Cyrille Bagard
2017-12-02
Created a plugin for the ARM support.
Cyrille Bagard
2017-10-18
Created plugins for the Dex and Dalvik support.
Cyrille Bagard
2017-07-12
Removed the too complex memory share system.
Cyrille Bagard
2017-02-14
Fixed the creation of distribution tarballs.
Cyrille Bagard
2016-12-14
Provided an iterator for instructions.
Cyrille Bagard
2016-11-27
Saved memory space by sharing arch GObjects.
Cyrille Bagard
2016-05-04
Created special instructions for real undefined behaviors.
Cyrille Bagard
2016-04-24
Handled hooks and rules in Dalvik opcodes definitions.
Cyrille Bagard
2016-01-12
Disabled the old way to disassemble instructions.
Cyrille Bagard
2015-03-31
Saved some progress in the definition of basic blocks.
Cyrille Bagard
2014-12-16
Created operands for resolving symbols in disassembly code.
Cyrille Bagard
2014-11-24
Disabled old and unsupported architectures.
Cyrille Bagard
2014-08-19
Added a demo symbol when loading an ELF header.
Cyrille Bagard
2014-06-25
Built the first steps to upgrade to Python3.
Cyrille Bagard
2014-05-29
Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...
Cyrille Bagard
2012-12-04
Listed accesses to registers.
Cyrille Bagard
2011-10-12
Processed skipped instructions and used contexts.
Cyrille Bagard
2010-11-11
Built some expressions for the decompilation tree.
Cyrille Bagard
2010-06-27
Defined the minimal instruction size for a given architecture.
Cyrille Bagard
2010-05-13
Supported Dalvik VM / DEX (partially).
Cyrille Bagard
2009-12-13
Loaded and saved binary parts.
Cyrille Bagard
2009-08-30
Rendered using the GTK buffer (crappy version).
Cyrille Bagard
2009-05-31
Supported a new architecture (MIPS).
Cyrille Bagard
2009-05-17
Used only the new format of processor/instructions/operands for x86.
Cyrille Bagard
2009-05-11
Reorganized the way the program is built again and added partial support for ...
Cyrille Bagard
2009-05-11
Changed the way the program is built.
Cyrille Bagard
2009-04-25
Saved the current work on plugins.
Cyrille Bagard
2009-04-12
Created a debugging layout and introduced a heavier use of GLib.
Cyrille Bagard
2009-03-14
Turned off lots of warnings by using the _GNU_SOURCE compliance.
Cyrille Bagard
2008-07-26
Parsed x86 binary data and displayed the result.
Cyrille Bagard