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
/
binary.c
Age
Commit message (
Expand
)
Author
2009-02-18
Begun to rewrite the way rendering lines are managed.
Cyrille Bagard
2009-02-16
Begun to add a real support of DragAndDropping for panels.
Cyrille Bagard
2009-01-29
Begun to support PE binaries.
Cyrille Bagard
2009-01-25
Supported the Java Class file format.
Cyrille Bagard
2008-11-10
Shown/hidden virtual addresses / binary code.
Cyrille Bagard
2008-10-30
Displayed all found strings on binary loading.
Cyrille Bagard
2008-10-12
Provided default code parts to analyze.
Cyrille Bagard
2008-10-05
Added a basic support of project files.
Cyrille Bagard
2008-09-11
Provided capabilities to resolve symbols for given addresses.
Cyrille Bagard
2008-09-06
Added a panel allowing to browse found symbols.
Cyrille Bagard
2008-08-31
Looked for symbols of function.
Cyrille Bagard
2008-08-24
Got and inserted debug comments into code.
Cyrille Bagard
2008-08-22
Made a first try to get all registered prototypes of functions.
Cyrille Bagard
2008-08-08
Prepared to handle the DWARF debug format.
Cyrille Bagard
2008-07-31
Handled the virtual offset and fixed the operand-size overriding.
Cyrille Bagard
2008-07-29
Loaded the executable part of an ELF file.
Cyrille Bagard
2008-07-28
Adapted the size of the GtkSnippet widget.
Cyrille Bagard
2008-07-27
Fixed a bug when reading immediate values.
Cyrille Bagard
2008-07-27
Supported new x86 opcodes (nop and mov).
Cyrille Bagard
2008-07-26
Parsed x86 binary data and displayed the result.
Cyrille Bagard