summaryrefslogtreecommitdiff
path: root/src/analysis/binary.h
AgeCommit message (Collapse)Author
2014-06-25Given a name and a description for binaries, not always based on a filenames.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@380 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-04-28Updated all copyright headers.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-03-20Created the first steps for a distributed storage.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@368 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-11-05Removed the old interface for rendering lines.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@278 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-11-02Improved the computing and the rendering of the graphic view.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@277 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-08-12Cleaned the code and handled file binaries properly.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@259 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-01-14Updated calls to take the binary rendering options into account.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@225 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-01-01Updated copyright dates.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@221 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@202 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-11-28Loaded all buffers of decompiled files.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@195 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-11-06Defined the entry point for decompilations.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@189 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-11-02Built a linked list of disassembled instructions.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@186 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-07-29Improved the GDB client.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@175 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-04-05Created a plugin to follow the control.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@149 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-01-02Provided ways to load, save and edit some binary parts selection.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@141 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-11-18Saved the current work on binary parts selection.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@137 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-09-19Improved the pyoida module.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@116 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is ↵Cyrille Bagard
empty). git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@105 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-07-31Processed disassembling in a dedicated thread.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@104 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-07-26Moved the openida_binary structure to a GOpenidaBinary GLib object.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@103 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-07-12Read and saved projects from and into XML files.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@91 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-07-04Defined general rendering options using a GLib object.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@89 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-05-17Used only the new format of processor/instructions/operands for x86.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@64 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-04-29Saved the current work on the overjump plugin.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@61 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-04-25Saved the current work on plugins.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@59 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a