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
/
instruction.c
Age
Commit message (
Expand
)
Author
2015-07-24
Replaced all remaining raw accesses to binary contents with the GBinContent w...
Cyrille Bagard
2015-07-17
Updated the Python bindings.
Cyrille Bagard
2015-07-12
Defined AIF_RETURN_POINT to replace the previous 'return' accessors.
Cyrille Bagard
2015-04-25
Registered suitable linkage hooks and defined right links between instructions.
Cyrille Bagard
2015-04-05
Fixed various bugs in the graph layout.
Cyrille Bagard
2015-03-31
Saved some progress in the definition of basic blocks.
Cyrille Bagard
2015-03-18
Computed limits for all routines according to existing symbols.
Cyrille Bagard
2015-03-08
Handle cross references as well as entry points.
Cyrille Bagard
2015-02-22
Created a dialog box to select an entry point to display.
Cyrille Bagard
2015-01-24
Introduced conditional calls in instruction definition rules.
Cyrille Bagard
2014-12-25
Cleaned all the code for immediate operands.
Cyrille Bagard
2014-12-16
Created operands for resolving symbols in disassembly code.
Cyrille Bagard
2014-12-04
Provided a new way to build the full name of each instruction and cached it.
Cyrille Bagard
2014-11-29
Displayed segments in the disassembly view.
Cyrille Bagard
2014-11-01
Fixed a bug and displayed the binary code again.
Cyrille Bagard
2014-10-11
Improved the disassembling process using memory ranges.
Cyrille Bagard
2014-09-17
Introduced memory ranges.
Cyrille Bagard
2014-08-25
Loaded lots of ELF header information as symbols.
Cyrille Bagard
2014-08-20
Rewritten some parts of code to increase the binary processing speed.
Cyrille Bagard
2014-08-19
Added a demo symbol when loading an ELF header.
Cyrille Bagard
2014-08-05
Defined the first steps for a new disassembling approach.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2014-04-07
Relied on Cairo for printing code.
Cyrille Bagard
2013-03-19
Defined the first steps towards new graph renderings.
Cyrille Bagard
2013-03-10
Extended and improved some parts of instructions.
Cyrille Bagard
2013-01-31
Saved the first steps of switch instructions decompilation.
Cyrille Bagard
2013-01-09
Restored some parts of the decompilation process using the new basic blocks.
Cyrille Bagard
2012-12-16
Reintroduced the delayed disassembling of binaries.
Cyrille Bagard
2012-12-08
Cut instructions flow into blocks (to be continued).
Cyrille Bagard
2012-12-04
Listed accesses to registers.
Cyrille Bagard
2012-11-19
Handled Dalvik exception handlers in the graphic view.
Cyrille Bagard
2012-11-05
Removed the old interface for rendering lines.
Cyrille Bagard
2012-09-15
Shown all Android permissions with links to the code.
Cyrille Bagard
2012-07-23
Improved decompilation of Dalvik bytecode.
Cyrille Bagard
2012-03-25
Scrolled to the selected symbol.
Cyrille Bagard
2012-01-01
Updated copyright dates.
Cyrille Bagard
2011-12-23
Decoded Dalvik pseudo-instructions properly.
Cyrille Bagard
2010-12-21
Redefined all existing kinds of Dalvik operands in a proper way.
Cyrille Bagard
2010-12-20
Begun to clean the code by moving the disassembling process into disass/.
Cyrille Bagard
2010-11-11
Built some expressions for the decompilation tree.
Cyrille Bagard
2010-11-02
Built a linked list of disassembled instructions.
Cyrille Bagard
2010-05-17
Given more details for each operand relative to one DEX pool.
Cyrille Bagard
2010-04-11
Cleaned the code by removing all references to the old GtkTextBuffer usage.
Cyrille Bagard
2010-04-11
Provided a faster than GTK display buffer.
Cyrille Bagard
2010-03-21
Allowed a simple export of an assembly content.
Cyrille Bagard
2009-10-07
Created a function to load n x86 operands and supported extra x86 opcodes.
Cyrille Bagard
2009-08-30
Rendered using the GTK buffer (crappy version).
Cyrille Bagard
2009-08-09
Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...
Cyrille Bagard
2009-07-19
Encapsulated all recognized variables in the stack using a new plugin (need t...
Cyrille Bagard
2009-07-18
Computed the end of routines with no limit.
Cyrille Bagard
[next]