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
2020-08-22
Defined paths to access to the instruction operands.
Cyrille Bagard
2020-07-27
Replaced all BLC_* constants by the new DLC_* values.
Cyrille Bagard
2020-07-26
Avoided fixed columns when filling lines with locations.
Cyrille Bagard
2020-07-14
Typo.
Cyrille Bagard
2020-03-01
Cleaned the instruction flags when requested.
Cyrille Bagard
2020-02-04
Updated copyright headers.
Cyrille Bagard
2020-02-04
Moved the definition of a lock bit.
Cyrille Bagard
2020-02-02
Relied on flags for raw instructions.
Cyrille Bagard
2020-01-30
Compressed some architecture instruction properties.
Cyrille Bagard
2019-11-11
Extended the Python bindings.
Cyrille Bagard
2019-05-30
Introduced a new flag for instruction calls.
Cyrille Bagard
2019-02-05
Fixed a huge number of memory leaks.
Cyrille Bagard
2019-01-26
Extended the Python API.
Cyrille Bagard
2018-08-06
Secured the links between instructions.
Cyrille Bagard
2018-08-03
Provided all instruction links at once.
Cyrille Bagard
2018-08-03
Updated the reference counters when providing instruction links.
Cyrille Bagard
2018-07-19
Deleted all references to any asm syntax.
Cyrille Bagard
2018-07-14
Begun to switch to abstract locations in internal rendering buffers.
Cyrille Bagard
2018-06-19
Provided instruction unique identifiers as requested.
Cyrille Bagard
2018-05-14
Created an instruction database for Chrysalide.
Cyrille Bagard
2018-05-14
Used unique identifiers for instructions everywhere.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2018-04-02
Rewritten the whole instruction definition format.
Cyrille Bagard
2018-03-08
Prepared instructions to generate tooltips.
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-05-21
Stored and deleted instruction hooks using the GObject facilities.
Cyrille Bagard
2017-05-21
Refined the whole share system for operands.
Cyrille Bagard
2017-05-10
Removed the link to binary content used for printing from instructions.
Cyrille Bagard
2017-05-05
Inserted preloaded format information from instructions instead of symbols.
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-07
Created arrays with low memory footprint.
Cyrille Bagard
2017-03-06
Locked access to instruction operands when needed.
Cyrille Bagard
2017-03-03
Limited the quantity of binary code shown for arrays.
Cyrille Bagard
2017-03-02
Filled rendering lines with relative binary contents.
Cyrille Bagard
2017-01-27
Avoided deadlocks in access to instruction sources and destinations.
Cyrille Bagard
2017-01-02
Unlinked instructions to save memory.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-12-30
Rewritten the line buffers using generators and on-demand building to save me...
Cyrille Bagard
2016-12-15
Removed dead code.
Cyrille Bagard
2016-12-12
Removed most of the code related to non-working decompilation.
Cyrille Bagard
2016-12-12
Applied some code refactoring to remove usages of GBinFormat in favor of GExe...
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-10-29
Reduced once again the size of the main instruction structure.
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-10-28
Stored instruction hooks in the data section rather than in the heap.
Cyrille Bagard
[next]