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
/
analysis
/
disass
/
disassembler.c
Age
Commit message (
Expand
)
Author
2015-09-19
Extended the prototype for matching formats in order to get it suitable for p...
Cyrille Bagard
2015-07-24
Replaced all remaining raw accesses to binary contents with the GBinContent w...
Cyrille Bagard
2015-06-12
Improved loading speed with binary search of sorted arrays.
Cyrille Bagard
2015-05-05
Fixed a bug when creating natural execution flows.
Cyrille Bagard
2015-04-25
Included a new plugin to mark calls to exit() functions as return points.
Cyrille Bagard
2015-04-04
Detected loops in disassembled instructions once again.
Cyrille Bagard
2015-04-04
Updated the disassembling process order and defined ranks for basic routines.
Cyrille Bagard
2015-03-31
Saved some progress in the definition of basic blocks.
Cyrille Bagard
2015-03-21
Restored a limited but working version of basic blocks definitions.
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-17
Defined, computed and stored the checksum in the binary content manager.
Cyrille Bagard
2015-02-09
Registered all the supported processors in the system code.
Cyrille Bagard
2015-02-03
Removed all references to binary parts (GBinPart) and updated the code.
Cyrille Bagard
2015-01-26
Begun to rewrite the whole plugins system.
Cyrille Bagard
2015-01-04
Disabled lots of debug messages and fixed some symbols related bugs.
Cyrille Bagard
2014-12-31
Resolved links in disassembled instructions.
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-06-25
Given a name and a description for binaries, not always based on a filenames.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2013-06-08
Removed all usages of gdk_threads_enter()/gdk_threads_leave() in the status bar.
Cyrille Bagard
2013-03-19
Defined the first steps towards new graph renderings.
Cyrille Bagard
2013-02-10
Improved the disassembling process by handling loops in code.
Cyrille Bagard
2013-01-09
Fixed immediates output by defining a default column for rendering codes.
Cyrille Bagard
2013-01-01
Fixed the computing of basic blocks and used them in graphic views.
Cyrille Bagard
2012-12-18
Created a proper panel for the Android permissions in the editor.
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-11-22
Replaced the text of some registers (this and parameters).
Cyrille Bagard
2012-08-12
Cleaned the code and handled file binaries properly.
Cyrille Bagard
2012-08-06
Saved progress toward the Android permissions display.
Cyrille Bagard
2012-08-03
Loaded the permissions used by an APK file.
Cyrille Bagard
2012-07-14
Limited all routines using code from binary.c.
Cyrille Bagard
2012-07-01
Built the graph view when defining a target address.
Cyrille Bagard
2012-04-01
Changed various names in favour of Chrysalide.
Cyrille Bagard
2012-01-11
Defined new panel definitions for the editor GUI.
Cyrille Bagard
2012-01-01
Updated copyright dates.
Cyrille Bagard
2011-10-05
Supported a few more Dalvik opcodes.
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