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
/
links.c
Age
Commit message (
Expand
)
Author
2020-06-21
Reorganized the code for target operands.
Cyrille Bagard
2020-02-18
Relocated the raw instructions.
Cyrille Bagard
2020-02-04
Updated copyright headers.
Cyrille Bagard
2020-01-15
Reorganized the architecture operands.
Cyrille Bagard
2019-02-19
Ensured all natural links are well created.
Cyrille Bagard
2019-02-05
Fixed a huge number of memory leaks.
Cyrille Bagard
2018-08-03
Updated the reference counters when providing instruction links.
Cyrille Bagard
2018-07-19
Created an interface for jumping to addresses from operands.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2017-11-26
Increased the reference counter for provided operands and updated code.
Cyrille Bagard
2017-07-12
Removed the too complex memory share system.
Cyrille Bagard
2017-04-22
Shared target operands in memory when possible.
Cyrille Bagard
2017-04-20
Shared immediate operands in order to avoid useless allocations.
Cyrille Bagard
2017-04-13
Simplified the way links between instructions are handled.
Cyrille Bagard
2017-03-08
Reduced the number of produced reference links.
Cyrille Bagard
2017-03-08
Fixed conditions for adding missing natural execution flow links.
Cyrille Bagard
2017-03-08
Removed the instruction link type meaning there is no link.
Cyrille Bagard
2017-03-06
Locked access to instruction operands when needed.
Cyrille Bagard
2017-01-27
Established natural links between instructions only when relevant.
Cyrille Bagard
2017-01-15
Improved symbol resolving using fully defined locations.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-12-15
Defined proper accesses to instructions loaded by a processor.
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-10-28
Optimized access to instruction sources and destinations.
Cyrille Bagard
2016-10-28
Cleaned the structure for instructions a little bit.
Cyrille Bagard
2016-05-30
Resolved a suitable symbol depending on the request tolerance.
Cyrille Bagard
2016-04-24
Handled hooks and rules in Dalvik opcodes definitions.
Cyrille Bagard
2016-04-20
Protected all concurrent accesses to sources and destinations of instructions.
Cyrille Bagard
2016-04-03
Reorganized the whole disassembling process and displayed the relative progre...
Cyrille Bagard
2016-02-10
Improved the support of the DEX format.
Cyrille Bagard
2015-10-14
Forced the full definition of locations to fix the search of symbols.
Cyrille Bagard
2015-07-12
Defined AIF_RETURN_POINT to replace the previous 'return' accessors.
Cyrille Bagard
2015-05-05
Fixed a bug when creating natural execution flows.
Cyrille Bagard
2015-03-31
Saved some progress in the definition of basic blocks.
Cyrille Bagard
2015-03-08
Handle cross references as well as entry points.
Cyrille Bagard
2014-12-16
Created operands for resolving symbols in disassembly code.
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
2012-12-10
Took care of Dalvik switch cases.
Cyrille Bagard
2012-11-25
Fortified Chrysalide a little bit against wrong APK files.
Cyrille Bagard
2012-11-19
Handled Dalvik exception handlers in the graphic view.
Cyrille Bagard
2010-12-20
Begun to clean the code by moving the disassembling process into disass/.
Cyrille Bagard