12-12-28 Cyrille Bagard * plugins/pychrysa/analysis/binaries/module.c: * plugins/pychrysa/analysis/module.c: * plugins/pychrysa/arch/module.c: * plugins/pychrysa/debug/module.c: * plugins/pychrysa/format/dex/module.c: * plugins/pychrysa/format/module.c: * plugins/pychrysa/glibext/module.c: Fix the check of the return value from PyModule_AddObject(). * plugins/pychrysa/gtkext/blockview.c: * plugins/pychrysa/gtkext/blockview.h: New entries: create Python objects for the GtkBlockView widgets. * plugins/pychrysa/gtkext/Makefile.am: * plugins/pychrysa/gtkext/module.c: Fix the check of the return value from PyModule_AddObject(). Register the BlockView object. * plugins/pychrysa/gui/module.c: * plugins/pychrysa/gui/panels/module.c: Fix the check of the return value from PyModule_AddObject(). * plugins/pychrysa/pychrysa.c: Follow the official FAQ for initializing pygobject and pygtk in the right way. * src/arch/processor.c: Avoid undefined symbol when compiling in non debug mode. 12-12-27 Cyrille Bagard * configure.ac: Synchronize the list of Makefiles to build with sources. 12-12-22 Cyrille Bagard * plugins/pychrysa/analysis/py_binary.c: * plugins/pychrysa/analysis/py_binary.h: * plugins/pychrysa/analysis/py_line.c: * plugins/pychrysa/analysis/py_line_code.c: * plugins/pychrysa/analysis/py_line_code.h: * plugins/pychrysa/analysis/py_line.h: * plugins/pychrysa/analysis/py_line-int.h: Delete old useless files. * src/plugins/Makefile.am: Update comments. * src/plugins/pyoida/linsyscalls/oidapgi.py: * src/plugins/pyoida/Makefile.am: * src/plugins/pyoida/py_binary.c: * src/plugins/pyoida/py_binary.h: * src/plugins/pyoida/py_line.c: * src/plugins/pyoida/py_line.h: * src/plugins/pyoida/py_log.c: * src/plugins/pyoida/py_log.h: * src/plugins/pyoida/pyoida.c: * src/plugins/pyoida/pyoida.h: Delete old useless files. 12-12-22 Cyrille Bagard * configure.ac: Add the new Makfile from the 'plugins/pychrysa/analysis/binaries' directory to AC_CONFIG_FILES. * plugins/pychrysa/analysis/binaries/file.c: * plugins/pychrysa/analysis/binaries/file.h: * plugins/pychrysa/analysis/binaries/Makefile.am: * plugins/pychrysa/analysis/binaries/module.c: * plugins/pychrysa/analysis/binaries/module.h: New entries: introduce the real object for file binaries. * plugins/pychrysa/analysis/binary.c: * plugins/pychrysa/analysis/binary.h: Fix bugs related to PyGObjects construction. Update the code. * plugins/pychrysa/analysis/Makefile.am: Add the 'binaries/libpychrysaanalysisbinaries.la' file to libpychrysaanalysis_la_LIBADD and 'binaries' to SUBDIRS. * plugins/pychrysa/analysis/module.c: Register the 'binaries' module. * plugins/pychrysa/analysis/roptions.c: Fix leaks when returning the Py_None singleton. * plugins/pychrysa/arch/instruction.c: * plugins/pychrysa/arch/instruction.h: Fix memory leaks in the iterator and bugs related to PyGObjects construction. * plugins/pychrysa/arch/processor.c: Clean the code. * plugins/pychrysa/debug/debugger.c: Fix leaks when returning the Py_None singleton. * plugins/pychrysa/format/dex/class.c: * plugins/pychrysa/format/dex/class.h: * plugins/pychrysa/format/dex/dex.c: * plugins/pychrysa/format/dex/dex.h: Fix memory leaks and search for relative addresses. Fix bugs related to PyGObjects construction. * plugins/pychrysa/format/executable.c: Disable the py_executable_format_from_c() function. * plugins/pychrysa/format/format.c: * plugins/pychrysa/format/format.h: Fix memory leaks and search for relative addresses. Fix bugs related to PyGObjects construction. * plugins/pychrysa/format/module.c: Register the 'BinaryFormat' Python object. * plugins/pychrysa/glibext/bufferline.c: * plugins/pychrysa/glibext/bufferline.h: Fix bugs related to PyGObjects construction. * plugins/pychrysa/glibext/codebuffer.c: * plugins/pychrysa/glibext/codebuffer.h: * plugins/pychrysa/gtkext/viewpanel.c: * plugins/pychrysa/gtkext/viewpanel.h: Fix bugs related to PyGObjects construction. Fix leaks when returning the Py_None singleton. * plugins/pychrysa/gui/editem.c: Update the code. * plugins/pychrysa/gui/panels/panel.c: Fix memory leaks. * plugins/pychrysa/plugin.c: Fix memory leaks and clean the code. * plugins/pychrysa/pychrysa.c: Change the threshold of the Python garbage collector, as there still are memory leaks to fix. * plugins/pychrysa/quirks.c: * plugins/pychrysa/quirks.h: Increase the threshold of the Python garbage collector. * plugins/python/androperms/androperms.py: * plugins/python/androperms/db.py: * plugins/python/androperms/panel.py: Clean the code and display relative addresses. * src/analysis/routine.c: * src/analysis/routine.h: Provide the long name of a given routine. * src/format/format.c: * src/format/format.h: Resolve relative addresses for routines. 12-12-21 Cyrille Bagard * configure.ac: Use Python debug libraries in debug mode. * plugins/pychrysa/pychrysa.c: * plugins/pychrysa/pychrysa.h: Update. * src/main.c: * src/plugins/pglist.c: * src/plugins/pglist.h: * src/plugins/plugin.c: * src/plugins/plugin-int.h: Unload loaded plugins and (start to) avoid memory leaks. 12-12-19 Cyrille Bagard * src/analysis/binaries/file.c: Improve the 'finalize' method. * src/analysis/binary.c: Improve the cleaning process of loaded binaries and fix a bug when loading fails. * src/format/format.c: Remove debug output. 12-12-18 Cyrille Bagard * configure.ac: Add the new Makfile from the 'plugins/pychrysa/gtkext directory to AC_CONFIG_FILES. * plugins/pychrysa/glibext/module.c: Typo. * plugins/pychrysa/gtkext/Makefile.am: * plugins/pychrysa/gtkext/module.c: * plugins/pychrysa/gtkext/module.h: * plugins/pychrysa/gtkext/viewpanel.c: * plugins/pychrysa/gtkext/viewpanel.h: New entries: introduce a little support of view panels in Python. * plugins/pychrysa/gui/editem.c: * plugins/pychrysa/gui/editem.h: New entries: create editor items in Python. * plugins/pychrysa/gui/Makefile.am: Add the 'editem.[ch]' files to libpychrysagui_la_SOURCES. * plugins/pychrysa/gui/module.c: Load the EditorItem type. * plugins/pychrysa/gui/panels/panel.c: * plugins/pychrysa/gui/panels/panel.h: Clean and update the code. * plugins/pychrysa/helpers.c: * plugins/pychrysa/helpers.h: New entries: provide a simple public way to run Python methods from C code. * plugins/pychrysa/Makefile.am: Add the 'helpers.[ch]' files to pychrysa_la_SOURCES, 'gtkext/libpychrysagtkext.la' to and pychrysa_la_LIBADD and 'gtkext' to SUBDIRS. * plugins/pychrysa/plugin.c: Clean the code and init Python plugins as the real ones. * plugins/pychrysa/pychrysa.c: Load the gtkext module. * plugins/pychrysa/quirks.c: * plugins/pychrysa/quirks.h: Add a dirty function to retrieve the Python object of an already converted GLib object, without using the creation method of PyGObject. * plugins/python/androperms/androperms.py: Create a proper panel for the Android permissions in the editor. * plugins/python/androperms/db.py: New entry: group database access here. * plugins/python/androperms/Makefile.am: Add the 'db.py' file to androperms_DATA. * plugins/python/androperms/panel.py: Create a proper panel for the Android permissions in the editor. * src/analysis/blocks/flow.c: * src/analysis/disass/disassembler.c: * src/analysis/disass/macro.c: Disable debug output. * src/plugins/pglist.c: * src/plugins/plugin.c: * src/plugins/plugin.h: Init the plugins in a single place: before adding them to the main list. * src/plugins/plugin-int.h: Typo. Store the plugin filename. 12-12-16 Cyrille Bagard * src/analysis/binary.c: * src/analysis/disass/disassembler.c: * src/analysis/disass/disassembler.h: Reintroduce the delayed disassembling of binaries. * src/analysis/disass/output.c: * src/analysis/disass/output.h: Give information about the progress while printing. * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: Retrieve the last instruction of a list. * src/glibext/delayed.c: Prevent the current work being deleted on the "work-completed" signal, and then being updated. * src/gtkext/gtkextstatusbar.c: Reintroduce GDK locks in the official way. * src/main.c: Reintroduce GDK locks in the official way. * src/plugins/pglist.c: * src/plugins/pglist.h: Provide a global way to protect GTK accesses when dealing with plugins. * src/project.c: Protect GTK accesses when being notified of completed disassembly. 12-12-16 Cyrille Bagard * configure.ac: Change the output filename for the GLib marshals. * src/debug/debugger.c: * src/glibext/gcodebuffer.c: Update code. * src/glibext/Makefile.am: Fix the compilation by processing the GLib marshals sooner (glibext is built before gtkext). * src/gtkext/gtkdockstation.c: * src/gtkext/gtkviewpanel.c: Update code. * src/gtkext/Makefile.am: Remove the old compilation rules. 12-12-13 Cyrille Bagard * plugins/pychrysa/gui/panels/panel.c: * plugins/pychrysa/quirks.c: * plugins/pychrysa/quirks.h: Allow classes which derive from GObject to receive arguments in their constructor (dirty hack). * plugins/python/androperms/androperms.py: * plugins/python/androperms/panel.py: Update code. 12-12-12 Cyrille Bagard * src/analysis/binary.c: Remove addresses in graphical views by default. * src/gtkext/gtkgraphview.c: Update code, remove the (now) useless 'requisition' field and fix bugs: sizes are updated when selected other routines and the values provided to the glance panel produce no truncated display anymore. * src/gtkext/gtkviewpanel.c: * src/gtkext/gtkviewpanel.h: * src/gtkext/gtkviewpanel-int.h: Provide a way to update views when rendering options are updated. * src/gui/panels/glance.c: Do not use scroll bar values when computing required dimensions anymore, as they are already added in the got requisition values. * src/project.c: Use the right rendering options when loading graphical views. 12-12-11 Cyrille Bagard * src/decomp/output.c: Update code. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: Provide access to merging column and its width. * src/glibext/gcodebuffer.c: Fix/improve the computing of buffer lines cached dimensions. 12-12-11 Cyrille Bagard * plugins/androhelpers/androhelpers.c: Check for Dex format and handle a new process. * plugins/androhelpers/Makefile.am: Add the 'switch.[ch]' files to libandrohelpers_la_SOURCES. * plugins/androhelpers/params.c: Remove the check of the processed format. * plugins/androhelpers/switch.c: * plugins/androhelpers/switch.h: New entries: take care of Dalvik switch cases. * plugins/androhelpers/try_n_catch.c: Typo. Remove the check of the processed format. * src/analysis/disass/links.c: Update code for the new link. * src/arch/instruction.h: Create a new kind of link, for switch cases. * src/format/dex/dex_def.h: * src/format/dex/dex-int.c: * src/format/dex/dex-int.h: Support the data relative to Dalvik switches. * src/gtkext/graph/layout.c: Update code for the new link. 12-12-10 Cyrille Bagard * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: * src/glibext/gbuffersegment.c: * src/glibext/gbuffersegment.h: * src/glibext/gcodebuffer.c: Use Cairo for rendering text. Try to avoid a bug when dealing with fonts / Pango context ; still need to be properly fixed. Avoid a memory leak for the PangoContext singleton used in the program. * src/glibext/gfontcache.c: * src/glibext/gfontcache.h: New entries: try to centralize all the things needing for text rendering here ; still need to be digged / improved... * src/glibext/Makefile.am: Add the 'gfontcache.[ch]' files to libglibext_la_SOURCES. * src/main.c: Create and delete the PangoContext singleton used in the program. 12-12-08 Cyrille Bagard * configure.ac: Add the new Makfile from the 'src/analysis/blocks' directory to AC_CONFIG_FILES. * plugins/androhelpers/androhelpers.c: * plugins/androhelpers/try_n_catch.c: * plugins/androhelpers/try_n_catch.h: Link exception as soon as possible. * src/analysis/block.c: * src/analysis/block.h: * src/analysis/block-int.h: * src/analysis/blocks/flow.c: * src/analysis/blocks/flow.h: * src/analysis/blocks/Makefile.am: * src/analysis/blocks/virtual.c: * src/analysis/blocks/virtual.h: New entries: cut instructions flow into blocks (to be continued). * src/analysis/decomp/decompiler.c: * src/analysis/decomp/il.c: Remove debug output. * src/analysis/disass/disassembler.c: Add a new phase of disassembling. * src/analysis/disass/macro.c: * src/analysis/disass/macro.h: New entries: cut instructions flow into blocks (to be continued). * src/analysis/disass/Makefile.am: Add the macro.[ch] files to libanalysisdisass_la_SOURCES. * src/analysis/Makefile.am: Add the block*[ch] files to libanalysis_la_SOURCES, blocks/libanalysisblocks.la file to libanalysis_la_LIBADD and blocks to SUBDIRS. * src/analysis/routine.h: Include the 'block.h' header for later use. * src/arch/instruction.c: Initialize the access list of registers for instructions without operand. * src/plugins/plugin-def.h: Add the PGA_BINARY_GROUPED action for plugins. 12-12-05 Cyrille Bagard * src/common/extstr.c: Fix memory leaks. * src/editor.c: Clean the code (back to early versions!). * src/gtkext/gtkviewpanel.c: Fix an ending crash: GtkScrolledWindow sends NULL GtkAdjustments when terminating. 12-12-04 Cyrille Bagard * src/gtkext/gtkbufferview.c: Draw a dirty preview for buffer views. 12-12-04 Cyrille Bagard * src/arch/dalvik/instruction.c: List accesses to Dalvik registers. * src/arch/dalvik/instruction.h: * src/arch/dalvik/opcodes/add.c: * src/arch/dalvik/opcodes/aget.c: * src/arch/dalvik/opcodes/and.c: * src/arch/dalvik/opcodes/array.c: * src/arch/dalvik/opcodes/cmp.c: * src/arch/dalvik/opcodes/const.c: * src/arch/dalvik/opcodes/div.c: * src/arch/dalvik/opcodes/iget.c: * src/arch/dalvik/opcodes/instanceof.c: * src/arch/dalvik/opcodes/move.c: * src/arch/dalvik/opcodes/mul.c: * src/arch/dalvik/opcodes/neg.c: * src/arch/dalvik/opcodes/new.c: * src/arch/dalvik/opcodes/not.c: * src/arch/dalvik/opcodes/or.c: * src/arch/dalvik/opcodes/rem.c: * src/arch/dalvik/opcodes/rsub.c: * src/arch/dalvik/opcodes/sget.c: * src/arch/dalvik/opcodes/shl.c: * src/arch/dalvik/opcodes/shr.c: * src/arch/dalvik/opcodes/sub.c: * src/arch/dalvik/opcodes/to.c: * src/arch/dalvik/opcodes/ushr.c: * src/arch/dalvik/opcodes/xor.c: Mark all write access to registers. * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: Introduce a function to mark write access easyly. * src/arch/dalvik/operands/register.c: * src/arch/dalvik/operands/register.h: Update code. Remember if the operand is written. * src/arch/dalvik/register.c: * src/arch/dalvik/register.h: Update code. * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: List accesses to registers. * src/arch/Makefile.am: Add the 'register-int.h' and 'register.[ch] files to libarch_la_SOURCES. * src/arch/register.c: * src/arch/register.h: * src/arch/register-int.h: New entries: define generic registers. 12-11-28 Cyrille Bagard * src/analysis/decomp/decompiler.c: Start the decompilation process here. * src/analysis/decomp/il.c: * src/analysis/decomp/il.h: New entries: follow the excution flow to decompile instructions. * src/analysis/decomp/Makefile.am: Add the il.[ch] and reduce.[ch] files to libanalysisdecomp_la_SOURCES. * src/analysis/decomp/reduce.c: * src/analysis/decomp/reduce.h: New entries: to be completed. * src/analysis/routine.c: Update code. * src/arch/archbase.c: * src/arch/archbase.h: Compare addresses. * src/arch/dalvik/context.c: Break the generator of free variables. * src/arch/dalvik/decomp/if.c: * src/arch/dalvik/decomp/invoke.c: * src/arch/dalvik/decomp/move.c: * src/arch/dalvik/decomp/translate.h: * src/arch/dalvik/instruction.c: Support more instructions during the decompilation process. * src/decomp/expr/access.c: * src/decomp/expr/arithm.c: * src/decomp/expr/array.c: * src/decomp/expr/assign.c: * src/decomp/expr/block.c: * src/decomp/expr/call.c: * src/decomp/expr/cond.c: * src/decomp/expr/immediate.c: * src/decomp/expr/pseudo.c: * src/decomp/expr/return.c: * src/decomp/expr/text.c: Update code. * src/decomp/instr/ite.c: * src/decomp/instr/ite.h: Define the two code blocks (then/else) relative to the instruction. * src/decomp/instruction.c: * src/decomp/instruction.h: * src/decomp/instruction-int.h: Begin to implement a visitor pattern. Update the code for rendering. * src/decomp/lang/java.c: * src/decomp/output.c: * src/decomp/output.h: * src/decomp/output-int.h: Start and finish code block. 12-11-25 Cyrille Bagard * src/gui/panels/panel.c: Ensure that automatic resizing fits well for small screen resolutions. 12-11-25 Cyrille Bagard * plugins/androhelpers/try_n_catch.c: * src/analysis/disass/links.c: * src/arch/dalvik/decomp/const.c: * src/arch/dalvik/operands/pool.c: * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: Fortify Chrysalide a little bit against wrong APK files. 12-11-23 Cyrille Bagard * plugins/androhelpers/params.c: Remove forgot debug code. 12-11-23 Cyrille Bagard * plugins/androhelpers/androhelpers.c: Update the code. * plugins/androhelpers/Makefile.am: Add the params.[ch] files to libandrohelpers_la_SOURCES. * plugins/androhelpers/params.c: * plugins/androhelpers/params.h: New entries: replace the text of some registers (this and parameters). * plugins/androhelpers/try_n_catch.c: Typo. * src/analysis/disass/disassembler.c: Update the way plugins are run. * src/arch/operand.c: * src/arch/operand.h: * src/arch/operand-int.h: Provide a way to set alternative text for rendering operands. * src/plugins/pglist.c: * src/plugins/pglist.h: * src/plugins/plugin.c: Provide an easier way to run plugins on binaries. * src/plugins/plugin-def.h: Refine actions which can be run on binaries. 12-11-22 Cyrille Bagard * plugins/androhelpers/try_n_catch.c: Rewrite parts of the Android plugin to insert indications about exceptions. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: * src/glibext/gbuffersegment.c: Introduce a new style for code indications. * src/glibext/gcodebuffer.c: * src/glibext/gcodebuffer.h: Add a function to complete in order to insert line at given addresses. 12-11-20 Cyrille Bagard * src/gui/panels/glance.c: Avoid flickering when playing on the borders of the glance panel. 12-11-20 Cyrille Bagard * plugins/androhelpers/try_n_catch.c: Fix some links to Dalvik exception handlers. 12-11-19 Cyrille Bagard * configure.ac: Add the new Makfiles from the 'plugins/androhelpers' and 'plugins/pychrysa/format/dex' directories to AC_CONFIG_FILES. Remove the old 'plugins/dexresolver' one. * plugins/androhelpers/androhelpers.c: * plugins/androhelpers/androhelpers.h: * plugins/androhelpers/Makefile.am: * plugins/androhelpers/try_n_catch.c: * plugins/androhelpers/try_n_catch.h: New entries: handle Dalvik exception handlers in the graphic view. * plugins/Makefile.am: Add androhelpers to SUBDIRS. * plugins/pychrysa/analysis/binary.c: Improve a little bit the Python interface. * plugins/pychrysa/format/dex/class.c: * plugins/pychrysa/format/dex/class.h: * plugins/pychrysa/format/dex/dex.c: * plugins/pychrysa/format/dex/dex.h: * plugins/pychrysa/format/dex/Makefile.am: * plugins/pychrysa/format/dex/module.c: * plugins/pychrysa/format/dex/module.h: New entries: define the Dex format for Python. * plugins/pychrysa/format/executable.c: * plugins/pychrysa/format/executable.h: Improve a little bit the Python interface. * plugins/pychrysa/format/format.c: * plugins/pychrysa/format/format.h: New entries: define formats for Python. * plugins/pychrysa/format/Makefile.am: * plugins/pychrysa/format/module.c: Improve a little bit the Python interface. * src/analysis/disass/links.c: Create all links between instructions here. * src/analysis/type-int.h: New entry: add a missing file. * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: Provide the previous instruction when asked. Extend links between instructions (with something to fix ?). * src/common/leb128.h: Improve leb128 support. * src/format/dex/class.c: * src/format/dex/class.h: * src/format/dex/dex.c: * src/format/dex/dex_def.h: * src/format/dex/dex.h: * src/format/dex/dex-int.c: * src/format/dex/dex-int.h: * src/format/dex/method.c: * src/format/dex/method.h: Load more Dex/Dalvik structures and provides access to them. * src/gtkext/graph/dot.c: Handle more kinds of links. Compare colors using strcmp(). * src/gtkext/graph/layout.c: Handle more kinds of links. Do not create virtual links for the expected excution flow anymore. * src/gtkext/gtkgraphview.c: Fix a bug in case of return instruction. * src/gtkext/gtklinkrenderer.c: * src/gtkext/gtklinkrenderer.h: Handle more kinds of links. * src/plugins/plugin.c: Update code. 12-11-13 Cyrille Bagard * src/arch/dalvik/instruction.c: Optimize the decoding of Dalvik opcodes. 12-11-13 Cyrille Bagard * src/arch/dalvik/instruction.c: Add links for 'goto' instructions too. * src/gtkext/graph/dot.c: Typos. * src/gtkext/graph/layout.c: Mark 'return' instructions as pitfalls. * src/gtkext/graph/node.c: Avoid a graphical bug with wrong edges. * src/gtkext/gtkgraphview.c: Typos. Add more space around the right and bottom sides. 12-11-11 Cyrille Bagard * src/gtkext/gtkdockstation.c: Fix a bug by saving the title of a panel when changing its active widget. 12-11-11 Cyrille Bagard * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction-def.h: Register the remaining instructions for a full Dalvik opcodes support. * src/arch/dalvik/opcodes/and.c: * src/arch/dalvik/opcodes/array.c: * src/arch/dalvik/opcodes/div.c: Complete support for some kinds of instructions. * src/arch/dalvik/opcodes/instanceof.c: New entry: add support for the instance-of' opcode. * src/arch/dalvik/opcodes/Makefile.am: Add the instanceof.c, monitor.c, neg.c, not.c and throw.c files to libarchdalvikopcodes_la_SOURCES. * src/arch/dalvik/opcodes/monitor.c: New entry: add support for the 'monitor' opcode. * src/arch/dalvik/opcodes/move.c: * src/arch/dalvik/opcodes/mul.c: Complete support for some kinds of instructions. * src/arch/dalvik/opcodes/neg.c: * src/arch/dalvik/opcodes/not.c: New entry: add support for the 'neg' and 'not' opcodes. * src/arch/dalvik/opcodes/opcodes.h: * src/arch/dalvik/opcodes/or.c: * src/arch/dalvik/opcodes/rem.c: * src/arch/dalvik/opcodes/sub.c: Complete support for some kinds of instructions. * src/arch/dalvik/opcodes/throw.c: New entry: add support for the 'throw' opcode. * src/arch/dalvik/opcodes/xor.c: Complete support for some kinds of instructions. * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: Load operands of type '32x'. * src/arch/dalvik/processor.c: Update code with the new opcodes. 12-11-10 Cyrille Bagard * src/gtkext/graph/node.c: Store sizes in the destination graph view when defining children position. * src/gtkext/gtkgraphview.c: * src/gtkext/gtkgraphview.h: Draw preview of graph views. Store the size of all children. Remove the old code of previous versions. * src/gtkext/gtklinkrenderer.c: * src/gtkext/gtklinkrenderer.h: Allow to draw links without arrow. * src/gtkext/gtkviewpanel.c: * src/gtkext/gtkviewpanel.h: * src/gtkext/gtkviewpanel-int.h: Draw preview of view panels. * src/gui/editem.c: * src/gui/editem.h: * src/gui/editem-int.h: Notify when a view changes its content. * src/gui/panels/glance.c: * src/gui/panels/glance.h: Provide a nice way to get a small preview of the current graph. * src/gui/panels/Makefile.am: Add the glance.[ch] files to libguipanels_la_SOURCES. * src/gui/panels/panel.c: Load the glance panel. * src/gui/panels/symbols.c: Change the location of the panel ("e" -> "eM") for a better rendering. * src/panels/glimpse.c: * src/panels/glimpse.h: Moved and renamed entries. 12-11-06 Cyrille Bagard * src/arch/dalvik/instruction.c: Fix graphs by adding some missing Dalvik return opcodes. 12-11-05 Cyrille Bagard * plugins/dexresolver/context.c: * plugins/dexresolver/context.h: * plugins/dexresolver/Makefile.am: * plugins/dexresolver/operand.c: * plugins/dexresolver/operand.h: * plugins/dexresolver/plugin.c: * plugins/dexresolver/plugin.h: Delete these useless entries. * plugins/Makefile.am: Update the SUBDIRS. * plugins/pychrysa/analysis/exporter.c: * plugins/pychrysa/analysis/exporter.h: * plugins/pychrysa/analysis/exporter-int.h: * plugins/pychrysa/analysis/line.c: * plugins/pychrysa/analysis/line.h: Deleted entries. * plugins/pychrysa/analysis/Makefile.am: * plugins/stackvars/operand.c: * plugins/stackvars/stackvars.c: * plugins/stackvars/stackvars.h: Update code. * plugins/theseus/Makefile.am: * plugins/theseus/theseus.c: * plugins/theseus/theseus.h: Deleted entries. * src/analysis/binary.h: Update code. * src/analysis/exporter.c: * src/analysis/exporter.h: * src/analysis/exporter-int.h: * src/analysis/line.c: * src/analysis/line_code.c: * src/analysis/line_code.h: * src/analysis/line_comment.c: * src/analysis/line_comment.h: * src/analysis/line.h: * src/analysis/line-int.h: * src/analysis/line_prologue.c: * src/analysis/line_prologue.h: Deleted entries. * src/analysis/Makefile.am: * src/arch/dalvik/register.c: * src/arch/immediate.c: * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: * src/arch/jvm/operand.c: * src/arch/mips/operand.c: * src/arch/operand.c: * src/arch/operand.h: * src/arch/operand-int.h: * src/arch/x86/Makefile.am: * src/arch/x86/operands/data.c: * src/arch/x86/operands/modrm.c: * src/arch/x86/operands/modrm.h: * src/arch/x86/operands/moffs.c: * src/arch/x86/operands/register.c: * src/arch/x86/operands/register.h: * src/arch/x86/operands/relative.c: * src/arch/x86/register.c: * src/arch/x86/register.h: Update code. * src/arch/x86/registers.c: * src/arch/x86/registers.h: Renamed entries. * src/dialogs/add_shellcode.c: * src/dialogs/export.h: * src/gui/panels/log.c: * src/gui/panels/panel-int.h: * src/gui/tb/toolbar.c: * src/project.h: Update code. 12-11-02 Cyrille Bagard * configure.ac: Move the Makefile of the graph directory. * src/analysis/binary.c: * src/analysis/binary.h: * src/analysis/binary-int.h: Define display options for each kind of view. * src/arch/dalvik/instruction.c: Provide links from Dalvik instructions. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: Define COL_MARGIN in the header file. * src/glibext/gcodebuffer.c: Compute size of buffers more accurately. Fix a bug when looking for a line using an address. * src/graph/dot.c: * src/graph/dot.h: * src/graph/layout.c: * src/graph/layout.h: * src/graph/Makefile.am: * src/graph/node.c: * src/graph/node.h: Moved entries. * src/gtkext/graph/dot.c: * src/gtkext/graph/dot.h: * src/gtkext/graph/layout.c: * src/gtkext/graph/layout.h: * src/gtkext/graph/Makefile.am: * src/gtkext/graph/node.c: * src/gtkext/graph/node.h: Improve the computing and the rendering of the graphic view. * src/gtkext/gtkgraphview.c: * src/gtkext/gtklinkrenderer.c: * src/gtkext/gtklinkrenderer.h: Improve the computing and the rendering of the graphic view. * src/gtkext/gtkviewpanel.c: Fix a bug: use the real requested size of a panel. * src/gtkext/Makefile.am: Add graph/libgtkextgraph.la to libgtkext_la_LIBADD. * src/Makefile.am: Remove all references to the graph directory. * src/project.c: Update code. 12-10-28 Cyrille Bagard * src/arch/archbase.c: Remove GCC warnings about print format. * src/format/dex/dex.c: * src/format/dex/pool.c: * src/format/dex/pool.h: Register all strings found in the Dex pool. * src/format/symbol.c: Remove a GCC warning by fixing a typo. * src/gtkext/easygtk.c: * src/gtkext/easygtk.h: Provide a function to create menus with image. * src/gui/panels/Makefile.am: Add the strings.[ch] files to libguipanels_la_SOURCES. * src/gui/panels/panel.c: * src/gui/panels/panel-int.h: Rewrite some parts of the code to improve panel docking. * src/gui/panels/strings.c: * src/gui/panels/strings.h: Move entries: update the code of the old panel and display found strings again. * src/gui/panels/symbols.c: * src/gui/panels/symbols.h: Typo and clean the code. 12-10-22 Cyrille Bagard * src/panel/log.c: * src/panel/log.h: * src/panel/Makefile.am: * src/panel/panels.c: * src/panel/panels.h: * src/panel/registers.c: * src/panel/registers.h: * src/panel/strings.c: * src/panel/strings.h: * src/panel/symbols.c: * src/panel/symbols.h: Deleted entries: clean the repository. 12-10-18 Cyrille Bagard * configure.ac: Add the new Makfiles from the src/arch/x86/opcodes and src/arch/x86/operands directories to AC_CONFIG_FILES. * src/arch/dalvik/operands/register.c: Typo. * src/arch/x86/Makefile.am: Update libarchx86_la_SOURCES, libarchx86_la_LIBADD and SUBDIRS. * src/arch/x86/op_adc.c: * src/arch/x86/op_add.c: * src/arch/x86/op_and.c: * src/arch/x86/op_arpl.c: * src/arch/x86/op_call.c: * src/arch/x86/op_cld.c: * src/arch/x86/op_cmp.c: * src/arch/x86/op_cmps.c: Moved entries: move these files to opcodes/. * src/arch/x86/opcodes/adc.c: * src/arch/x86/opcodes/add.c: * src/arch/x86/opcodes/and.c: * src/arch/x86/opcodes/arpl.c: * src/arch/x86/opcodes/call.c: * src/arch/x86/opcodes/cld.c: * src/arch/x86/opcodes/cmp.c: * src/arch/x86/opcodes/cmps.c: * src/arch/x86/opcodes/dec.c: * src/arch/x86/opcodes.h: Moved entry: move this file to opcodes/. * src/arch/x86/opcodes/hlt.c: * src/arch/x86/opcodes/inc.c: * src/arch/x86/opcodes/int.c: * src/arch/x86/opcodes/jump.c: * src/arch/x86/opcodes/lea.c: * src/arch/x86/opcodes/leave.c: * src/arch/x86/opcodes/Makefile.am: * src/arch/x86/opcodes/mov.c: * src/arch/x86/opcodes/movs.c: * src/arch/x86/opcodes/movsx.c: * src/arch/x86/opcodes/movzx.c: * src/arch/x86/opcodes/mul.c: * src/arch/x86/opcodes/nop.c: * src/arch/x86/opcodes/not.c: * src/arch/x86/opcodes/opcodes.h: * src/arch/x86/opcodes/or.c: * src/arch/x86/opcodes/pop.c: * src/arch/x86/opcodes/push.c: * src/arch/x86/opcodes/rcl.c: * src/arch/x86/opcodes/rcr.c: * src/arch/x86/opcodes/ret.c: * src/arch/x86/opcodes/rol.c: * src/arch/x86/opcodes/ror.c: * src/arch/x86/opcodes/sar.c: * src/arch/x86/opcodes/sbb.c: * src/arch/x86/opcodes/scas.c: * src/arch/x86/opcodes/set.c: * src/arch/x86/opcodes/shl.c: * src/arch/x86/opcodes/shr.c: * src/arch/x86/opcodes/stos.c: * src/arch/x86/opcodes/sub.c: * src/arch/x86/opcodes/test.c: * src/arch/x86/opcodes/xchg.c: * src/arch/x86/opcodes/xor.c: New entries: define a proper location for all x86 opcodes. * src/arch/x86/op_dec.c: Moved entries: move these files to opcodes/. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Update code. * src/arch/x86/operands/data.c: * src/arch/x86/operands/data.h: * src/arch/x86/operands/Makefile.am: * src/arch/x86/operands/modrm.c: * src/arch/x86/operands/modrm.h: * src/arch/x86/operands/moffs.c: * src/arch/x86/operands/moffs.h: * src/arch/x86/operands/register.c: * src/arch/x86/operands/register.h: * src/arch/x86/operands/relative.c: * src/arch/x86/operands/relative.h: New entries: define a proper location for all x86 operands. * src/arch/x86/op_hlt.c: * src/arch/x86/op_inc.c: * src/arch/x86/op_int.c: * src/arch/x86/op_jump.c: * src/arch/x86/op_lea.c: * src/arch/x86/op_leave.c: * src/arch/x86/op_mov.c: * src/arch/x86/op_movs.c: * src/arch/x86/op_movsx.c: * src/arch/x86/op_movzx.c: * src/arch/x86/op_mul.c: * src/arch/x86/op_nop.c: * src/arch/x86/op_not.c: * src/arch/x86/op_or.c: * src/arch/x86/op_pop.c: * src/arch/x86/op_push.c: * src/arch/x86/op_rcl.c: * src/arch/x86/op_rcr.c: * src/arch/x86/op_ret.c: * src/arch/x86/op_rol.c: * src/arch/x86/op_ror.c: * src/arch/x86/op_sar.c: * src/arch/x86/op_sbb.c: * src/arch/x86/op_scas.c: * src/arch/x86/op_set.c: * src/arch/x86/op_shl.c: * src/arch/x86/op_shr.c: * src/arch/x86/op_stos.c: * src/arch/x86/op_sub.c: * src/arch/x86/op_test.c: * src/arch/x86/op_xchg.c: * src/arch/x86/op_xor.c: Moved entries: move these files to opcodes/. * src/arch/x86/processor.c: Update code. 12-10-18 Cyrille Bagard * src/common/endianness.c: * src/common/endianness.h: * src/common/environment.c: * src/common/extstr.c: * src/common/xml.c: * src/common/xml.h: Fix other gcc warnings. 12-10-18 Cyrille Bagard * plugins/pychrysa/Makefile.am: * src/editor.c: Update code. * src/gtkext/easygtk.c: Remove a lot of gcc warnings. * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: * src/gtkext/gtkbinview-int.h: * src/gtkext/gtkdockitem.c: * src/gtkext/gtkdockitem.h: * src/gtkext/gtkdockpanel.c: * src/gtkext/gtkdockpanel.h: Deleted entries. * src/gtkext/gtkgraphview.c: * src/gtkext/gtksourceview.c: * src/gtkext/gtkviewpanel.c: * src/gtkext/gtkviewpanel.h: * src/gtkext/Makefile.am: Remove a lot of gcc warnings. * src/main.c: * src/Makefile.am: * src/panels/panel.c: * src/panels/panel.h: Update code. * src/params.c: * src/params.h: Remove a lot of gcc warnings. * src/project.c: Update code. 12-10-17 Cyrille Bagard * src/common/extstr.c: * src/common/extstr.h: Cut too long strings with an ellipsis. * src/configuration.c: * src/configuration.h: Load and save integer values. * src/gtkext/gtkdockstation.c: Update panels captions again. * src/params.h: Define max lengths for titles. 12-10-17 Cyrille Bagard * src/decomp/output.c: * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: Skip documentation when computing line widths for rendering. 12-10-17 Cyrille Bagard * plugins/pychrysa/plugin.c: The one which reallocs has to become the one which frees ! * src/analysis/binaries/file.c: See plugins/pychrysa/plugin.c. * src/analysis/binary.c: Handle the case where no source is found. * src/arch/dalvik/processor.c: Add missing disassembling call references for DOP_SUB_LONG_2ADDR and DOP_MUL_LONG_2ADDR. * src/format/dex/dex.c: Handle the case where no source is found. * src/format/format.c: See plugins/pychrysa/plugin.c. * src/gtkext/gtksourceview.c: Formally handle the case where no source is found. * src/plugins/plugin.c: See plugins/pychrysa/plugin.c. 12-10-16 Cyrille Bagard * src/analysis/disass/output.c: * src/analysis/routine.c: * src/analysis/routine.h: * src/analysis/type.c: * src/analysis/type.h: * src/analysis/types/basic.c: * src/analysis/types/cse.c: * src/analysis/types/cse-int.h: * src/analysis/types/encaps.c: * src/analysis/types/literal.c: * src/analysis/types/template.c: * src/analysis/variable.c: * src/analysis/variable.h: Properly output routines documentation. * src/decomp/lang/asm.c: * src/decomp/lang/java.c: * src/decomp/output.c: * src/decomp/output.h: * src/decomp/output-int.h: Provide a function to start routines documentation. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: Remember last used column. 12-10-12 Cyrille Bagard * configure.ac: Add the new Makfiles from the src/analysis/types directory to AC_CONFIG_FILES. * plugins/dexresolver/operand.c: * src/analysis/Makefile.am: * src/analysis/routine.c: * src/analysis/routine.h: * src/analysis/type.c: * src/analysis/type.h: Update code. * src/analysis/types/basic.c: * src/analysis/types/basic.h: * src/analysis/types/cse.c: * src/analysis/types/cse.h: * src/analysis/types/cse-int.h: * src/analysis/types/encaps.c: * src/analysis/types/encaps.h: * src/analysis/types/literal.c: * src/analysis/types/literal.h: * src/analysis/types/Makefile.am: * src/analysis/types/template.c: * src/analysis/types/template.h: New entries: reorganize types definitions. * src/analysis/variable.c: * src/analysis/variable.h: * src/arch/dalvik/decomp/new.c: * src/arch/dalvik/operands/pool.c: * src/decomp/lang/asm.c: * src/decomp/lang/java.c: * src/decomp/output.c: * src/decomp/output.h: * src/decomp/output-int.h: * src/format/dex/class.c: * src/format/dex/dex.c: * src/format/dex/pool.c: * src/format/dex/pool.h: * src/format/mangling/context.c: * src/format/mangling/context.h: * src/format/mangling/context-int.h: * src/format/mangling/demangler.c: * src/format/mangling/demangler.h: * src/format/mangling/itanium_gram.y: * src/format/mangling/java_gram.y: * src/gui/panels/symbols.c: Update code. 12-10-08 Cyrille Bagard * plugins/python/androperms/android.png: Add pictures to the list of Android permissions. * plugins/python/androperms/androperms.py: New entry: picture for the treeview. * plugins/python/androperms/Makefile.am: Add the new *.png files to androperms_DATA. * plugins/python/androperms/panel.py: Add pictures to the list of Android permissions. * plugins/python/androperms/routine.png: New entry: picture for the treeview. 12-10-07 Cyrille Bagard * src/gtkext/easygtk.h: Deal with GtkRequisition structures. * src/gui/panels/panel.c: Try to resize the panels when the editor is resized. * src/gui/panels/symbols.c: Store the perfect size for GTK. 12-09-23 Cyrille Bagard * src/common/fnv1a.c: * src/common/fnv1a.h: New entries: compute hashes of string values. * src/common/Makefile.am: Add the fnv1a.[ch] files to libcommon_la_SOURCES. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: * src/glibext/gbuffersegment.c: * src/glibext/gbuffersegment.h: * src/glibext/gcodebuffer.c: * src/glibext/gcodebuffer.h: Select segments for highlighting. * src/gtkext/gtkblockview.c: * src/gtkext/gtkbufferview.c: * src/gtkext/gtkbufferview-int.h: When selecting segments, highlight all the same content. 12-09-17 Cyrille Bagard * plugins/python/androperms/androperms.py: Change the destination area of the permissions panel. * src/gtkext/gtkdockstation.c: Fix compilation warnings. Show the last added tab first. * src/gui/panels/panel.c: Fix a bug when splitting panels. 12-09-15 Cyrille Bagard * configure.ac: Add the new Makfiles from the plugins/pychrysa/gui and plugins/pychrysa/gui/panels directories to AC_CONFIG_FILES. * plugins/pychrysa/arch/instruction.c: Provide the keyword used in an instruction. * plugins/pychrysa/gui/Makefile.am: * plugins/pychrysa/gui/module.c: * plugins/pychrysa/gui/module.h: * plugins/pychrysa/gui/panels/Makefile.am: * plugins/pychrysa/gui/panels/module.c: * plugins/pychrysa/gui/panels/module.h: * plugins/pychrysa/gui/panels/panel.c: * plugins/pychrysa/gui/panels/panel.h: New entries: allow plugins to add panels in the editor. * plugins/pychrysa/Makefile.am: Reorganize binaries. * plugins/pychrysa/pychrysa.c: Store the global reference area and load the gui module. * plugins/pychrysa/quirks.c: * plugins/pychrysa/quirks.h: Update Gil access (!) and store the global reference here. * plugins/python/androperms/androperms.py: * plugins/python/androperms/panel.py: Show all Android permissions with links to the code. * src/analysis/routine.c: * src/analysis/type.c: Cosmetic. * src/arch/instruction.c: * src/arch/instruction.h: Provide the keyword used in an instruction. * src/gui/Makefile.am: * src/gui/menus/Makefile.am: Reorganize binaries. * src/gui/panels/panel.c: Remove dead code. * src/Makefile.am: Reorganize and rename all binaries. 12-08-20 Cyrille Bagard * pixmaps/drop_bottom_hover.png: * pixmaps/drop_bottom.png: * pixmaps/drop_center_hover.png: * pixmaps/drop_center.png: * pixmaps/drop_left_hover.png: * pixmaps/drop_left.png: * pixmaps/drop_right_hover.png: * pixmaps/drop_right.png: * pixmaps/drop_top_hover.png: * pixmaps/drop_top.png: * pixmaps/dropwin_back.png: Delete unused pictures. * pixmaps/Makefile.am: Handle the new 'welcome.png' picture. * pixmaps/welcome.png: Create a background for the welcome panel. * src/editor.c: Disable old code which was still displayed. * src/gui/menus/file.c: * src/gui/panels/log.c: * src/gui/panels/log.h: Update code when loading panels. * src/gui/panels/Makefile.am: Add the 'welcome.[ch]' files to libguipanels_la_SOURCES. * src/gui/panels/panel.c: * src/gui/panels/panel.h: * src/gui/panels/panel-int.h: Rewrite a cleaner way to dock panels. * src/gui/panels/symbols.h: Typo. * src/gui/panels/welcome.c: * src/gui/panels/welcome.h: New entries: provide a welcome panel for empty startup. * src/main.c: * src/project.c: * src/project.h: Update code when loading panels. 12-08-17 Cyrille Bagard * src/gtkext/gtkdockpanel.c: Remove all references to the drop window. * src/gtkext/gtkdropwindow.c: * src/gtkext/gtkdropwindow.h: Deleted entries. * src/gtkext/Makefile.am: Remove all references to the drop window. 12-08-13 Cyrille Bagard * configure.ac: Add the new Makefile from the 'src/analysis/binaries directory to AC_CONFIG_FILES. * plugins/dexresolver/context.c: * plugins/dexresolver/context.h: * plugins/dexresolver/plugin.c: * plugins/dexresolver/plugin.h: * plugins/pychrysa/analysis/binary.c: * plugins/pychrysa/analysis/binary.h: * plugins/pychrysa/analysis/py_binary.c: * plugins/pychrysa/analysis/py_binary.h: * plugins/pychrysa/plugin.c: * plugins/stackvars/stackvars.c: * plugins/stackvars/stackvars.h: * plugins/theseus/theseus.c: * plugins/theseus/theseus.h: Update code. * src/analysis/binaries/file.c: * src/analysis/binaries/file.h: * src/analysis/binaries/Makefile.am: New entries: handle file binaries properly. * src/analysis/binary.c: * src/analysis/binary.h: Clean and update the code. * src/analysis/binary-int.h: New entry: store the code shared by binaries here. * src/analysis/decomp/decompiler.c: * src/analysis/decomp/decompiler.h: * src/analysis/disass/disassembler.c: * src/analysis/disass/disassembler.h: * src/analysis/disass/fetch.c: * src/analysis/disass/fetch.h: Update code. * src/analysis/Makefile.am: Add the binaries/libanalysisbinaries.la file to libanalysis_la_LIBADD and binaries to SUBDIRS. * src/debug/debugger.c: * src/debug/debugger.h: * src/debug/debugger-int.h: * src/debug/jdwp/debugger.c: * src/debug/jdwp/debugger.h: * src/debug/remgdb/gdb.c: * src/debug/remgdb/gdb.h: * src/dialogs/add_shellcode.c: * src/dialogs/binparts.c: * src/dialogs/binparts.h: * src/dialogs/export.c: * src/dialogs/export.h: * src/dialogs/plugins.c: * src/dialogs/plugins.h: * src/editor.c: * src/graph/layout.c: Update code. * src/gtkext/easygtk.c: * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: * src/gtkext/gtkbinview-int.h: * src/gtkext/gtkblockview.c: * src/gtkext/gtkdockpanel.c: * src/gtkext/gtkdockstation.c: * src/gtkext/gtkgraphview.c: * src/gtkext/gtksourceview.c: * src/gtkext/gtkviewpanel.c: * src/gtkext/gtkviewpanel.h: * src/gtkext/gtkviewpanel-int.h: Update code and make it compile with the lastest versions of GTK. * src/gui/editem.c: * src/gui/editem.h: * src/gui/editem-int.h: * src/gui/menus/binary.c: * src/gui/menus/debug.c: * src/gui/menus/project.c: * src/gui/menus/view.c: * src/gui/panels/symbols.c: * src/gui/tb/source.c: * src/panels/breaks.c: * src/panels/panel.c: * src/panels/panel.h: * src/panels/panel-int.h: * src/plugins/plugin.c: * src/plugins/plugin.h: * src/plugins/plugin-int.h: * src/project.c: * src/project.h: Update code. 12-08-06 Cyrille Bagard * configure.ac: Add the new Makefile from the 'plugins/pychrysa/glibext' directory to AC_CONFIG_FILES. * plugins/pychrysa/analysis/binary.c: * plugins/pychrysa/analysis/binary.h: Typos. Provide disassembled instructions and buffer. * plugins/pychrysa/arch/instruction.c: * plugins/pychrysa/arch/instruction.h: New entries: add instructions access to Python plugins. * plugins/pychrysa/arch/Makefile.am: Add the instruction.[ch] files to libpychrysaarch_la_SOURCES. * plugins/pychrysa/arch/module.c: Add instructions access to Python plugins. * plugins/pychrysa/glibext/bufferline.c: * plugins/pychrysa/glibext/bufferline.h: * plugins/pychrysa/glibext/codebuffer.c: * plugins/pychrysa/glibext/codebuffer.h: * plugins/pychrysa/glibext/Makefile.am: * plugins/pychrysa/glibext/module.c: * plugins/pychrysa/glibext/module.h: New entries: give access to internal buffers for Python. * plugins/pychrysa/Makefile.am: Add glibext/libpychrysaglibext.la to pychrysa_la_LIBADD and glibext to SUBDIRS. * plugins/pychrysa/plugin.c: Test a way to add PyGtk widgets in the editor. * plugins/pychrysa/pychrysa.c: Load glibext Python module. * plugins/python/androperms/androperms.py: Play with the new features. * plugins/python/androperms/Makefile.am: Add the androperms.db and panel.py files to androperms_DATA and download the first one if needed. * plugins/python/androperms/panel.py: New entry: build the beta resulting tree for permissions. * src/analysis/binary.c: * src/analysis/disass/disassembler.c: * src/analysis/disass/disassembler.h: Make sure the disassembled buffer is available as soon as plugins may be called. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: * src/glibext/gbuffersegment.c: * src/glibext/gbuffersegment.h: Provide the displayed text of buffer lines. * src/glibext/gcodebuffer.c: * src/glibext/gcodebuffer.h: Find buffer lines by addresses. * src/gui/menus/project.c: Look at the project directory first when adding files to projects. * src/project.c: Save the current project for reloading it at next startup. 12-08-06 Cyrille Bagard * src/gui/menus/project.c: * src/main.c: * src/params.h: * src/project.c: Improve projects managment. 12-08-06 Cyrille Bagard * configure.ac: * src/dialogs/export.c: Fix the compilation on Ubuntu Lucid. 12-08-03 Cyrille Bagard * configure.ac: Add the new Makefile from the 'plugins/python/androperms' directory to AC_CONFIG_FILES. * plugins/pychrysa/analysis/binary.c: * plugins/pychrysa/analysis/binary.h: Rewrite all the code. * plugins/pychrysa/analysis/Makefile.am: Add LIBPYGOBJECT_CFLAGS to INCLUDES. * plugins/pychrysa/analysis/module.c: Update code and remove old one. * plugins/pychrysa/debug/debugger.c: Typo. * plugins/pychrysa/plugin.c: Define PGA_DISASS_PROCESS. Execute actions on binaries in Python plugins. * plugins/pychrysa/pychrysa.c: * plugins/pychrysa/pychrysa.h: Define the final name of the plugin and print loading messages. * plugins/python/androperms/androperms.py: * plugins/python/androperms/defs.py: * plugins/python/androperms/__init__.py: * plugins/python/androperms/Makefile.am: * plugins/python/androperms/manifest.py: * plugins/python/androperms/parser.py: * plugins/python/androperms/reader.py: * plugins/python/androperms/stack.py: * plugins/python/androperms/string.py: New entries: load the permissions used by an APK file. * plugins/python/apkfiles/apkfiles.py: Check for an AndroidManifest.xml file to validate the format. * plugins/python/Makefile.am: Add androperms to SUBDIRS. * src/analysis/binary.c: Move code into disass/disassembler.c. * src/analysis/decomp/decompiler.c: Disable debug messages. * src/analysis/disass/disassembler.c: * src/analysis/disass/disassembler.h: Execute plugin actions on the disassembly is done. * src/format/dex/method.c: Disable debug messages. * src/gui/panels/log.c: * src/gui/panels/log.h: Redefine the steps for rebuilding variadic messages. * src/plugins/plugin.c: * src/plugins/plugin-def.h: * src/plugins/plugin.h: * src/plugins/plugin-int.h: Allow plugins to log messages. 12-08-03 Cyrille Bagard * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction-def.h: * src/arch/dalvik/opcodes/add.c: * src/arch/dalvik/opcodes/mul.c: * src/arch/dalvik/opcodes/opcodes.h: * src/arch/dalvik/opcodes/sub.c: * src/arch/dalvik/processor.c: Support all kinds of add/sub/mul opcodes. 12-07-29 Cyrille Bagard * src/analysis/decomp/decompiler.c: Decompile using a new loaded context. * src/arch/dalvik/context.c: * src/arch/dalvik/context.h: Allow definitions of decompilation context by processor. * src/arch/dalvik/decomp/aget.c: * src/arch/dalvik/decomp/aput.c: * src/arch/dalvik/decomp/arithm.c: * src/arch/dalvik/decomp/array.c: * src/arch/dalvik/decomp/const.c: * src/arch/dalvik/decomp/if.c: * src/arch/dalvik/decomp/iget.c: * src/arch/dalvik/decomp/invoke.c: * src/arch/dalvik/decomp/iput.c: * src/arch/dalvik/decomp/move.c: * src/arch/dalvik/decomp/new.c: * src/arch/dalvik/decomp/ret.c: Update all decompiled instructions using right pseudo registers. * src/arch/dalvik/operands/register.c: * src/arch/dalvik/operands/register.h: Provide the index of a given register. * src/arch/dalvik/processor.c: Allow definitions of decompilation context by processor. * src/arch/dalvik/register.c: * src/arch/dalvik/register.h: Provide the internal version of Dalvik registers. * src/arch/processor.c: * src/arch/processor.h: * src/arch/processor-int.h: * src/decomp/context.c: * src/decomp/context.h: Allow definitions of decompilation context by processor. * src/decomp/context-int.h: New entry: allow definitions by processor. * src/decomp/expr/pseudo.c: * src/decomp/expr/pseudo.h: Define a name for each register. * src/decomp/Makefile.am: Add the context-int.h file to libdecomp_la_SOURCES. * src/format/dex/class.c: * src/format/dex/class.h: * src/format/dex/dex.c: * src/format/dex/dex-int.h: Find methods by addresses. * src/format/dex/method.c: * src/format/dex/method.h: Provide the offset of methods and information about used registers. * src/format/format.c: * src/format/format.h: Use the provided decompilation context and attach the current routine. 12-07-23 Cyrille Bagard * src/analysis/routine.c: * src/analysis/routine.h: Provide a wrapper for building constructors quickly and highlight routines in code rendering. * src/analysis/variable.c: Cut long names. * src/arch/dalvik/decomp/array.c: Disable debug code. * src/arch/dalvik/decomp/const.c: Load constant strings. * src/arch/dalvik/decomp/iget.c: New entries: extend decompilation. * src/arch/dalvik/decomp/invoke.c: Improve decompilation. * src/arch/dalvik/decomp/iput.c: New entries: extend decompilation. * src/arch/dalvik/decomp/Makefile.am: Add the iget.c, iput.c, move.c and new.c files to libarchdalvikdecomp_la_SOURCES. * src/arch/dalvik/decomp/move.c: * src/arch/dalvik/decomp/new.c: New entries: extend decompilation. * src/arch/dalvik/decomp/translate.h: * src/arch/dalvik/instruction.c: Update decompilation methods. * src/arch/dalvik/opcodes/move.c: Typo. * src/arch/dalvik/operands/args.c: * src/arch/dalvik/operands/args.h: Provide arguments on demand. * src/arch/instruction.c: Link a new decompiled instruction with the others. * src/decomp/context.c: * src/decomp/context.h: Store and provide the list of current decompiled instructions. * src/decomp/expr/access.c: * src/decomp/expr/access.h: New entries: create an expression for accesses. * src/decomp/expr/assign.c: * src/decomp/expr/assign.h: Provide source and destination expressions. * src/decomp/expr/call.c: * src/decomp/expr/call.h: Add arguments when calling. * src/decomp/expr/Makefile.am: Add the access.[ch] and text.[ch] files to libdecompexpr_la_SOURCES. * src/decomp/expr/pseudo.c: * src/decomp/expr/pseudo.h: Improve the rendering of variable, in case of fields. * src/decomp/expr/text.c: * src/decomp/expr/text.h: New entries: display data as text. * src/decomp/instruction.c: * src/decomp/instruction.h: * src/decomp/instruction-int.h: Link all decompiled instructions. * src/decomp/lang/asm.c: Highlight routines in code rendering. * src/format/dex/method.c: Print debug information about used registers. * src/format/format.c: Take delivery of decompiled instructions. 12-07-15 Cyrille Bagard * pixmaps/chrysalide_128.png: * pixmaps/chrysalide_32.png: * pixmaps/chrysalide_64.png: New entries: define scaled icons for the editor window. * pixmaps/Makefile.am: * src/editor.c: Set a scaled icons list for the application. 12-07-14 Cyrille Bagard * src/analysis/binary.c: Remove old code. * src/analysis/disass/disassembler.c: Limit all routines again, thus allowing decompilation again. * src/analysis/disass/fetch.c: Fix warnings. * src/analysis/disass/limit.c: * src/analysis/disass/limit.h: New entries: limit all routines using code from binary.c. * src/analysis/disass/Makefile.am: Add the limit.[ch] files to libanalysisdisass_la_SOURCES. * src/analysis/disass/output.c: * src/analysis/disass/output.h: Fix warnings. * src/decomp/lang/java.c: Indent routines body. 12-07-14 Cyrille Bagard * src/decomp/lang/java.c: * src/glibext/gcodebuffer.c: * src/glibext/gcodebuffer.h: Indent the output of decompilations. 12-07-08 Cyrille Bagard * po/fr.po: * src/analysis/decomp/decompiler.c: Update translations. * src/format/dex/dex.c: * src/format/format.c: * src/gtkext/gtksourceview.c: Fix the display of code source. 12-07-01 Cyrille Bagard * src/analysis/binary.c: * src/analysis/disass/disassembler.c: * src/analysis/disass/disassembler.h: Provide disassembled instructions when done with disassembling. * src/format/dex/method.c: Set the method size. * src/glibext/gcodebuffer.c: Draw the restricted part of the buffer correctly. * src/graph/node.c: Typo. * src/gtkext/gtkgraphview.c: * src/gtkext/gtkviewpanel.c: * src/gtkext/gtkviewpanel-int.h: Build the graph view when defining a target address. 12-06-30 Cyrille Bagard * src/glibext/gcodebuffer.c: Improve the function providing line indexes from addresses. 12-06-24 Cyrille Bagard * src/glibext/gcodebuffer.c: * src/glibext/gcodebuffer.h: Restrict views to address ranges. * src/graph/dot.c: * src/graph/layout.c: * src/graph/layout.h: * src/graph/node.c: * src/graph/node.h: Update graph code to match current code widgets. * src/gtkext/gtkblockview.c: * src/gtkext/gtkbufferview.c: * src/gtkext/gtkbufferview.h: * src/gtkext/gtkgraphview.c: * src/gtkext/gtkviewpanel.c: * src/gtkext/gtkviewpanel.h: Update code to prepare the return of graph views. 12-04-02 Cyrille Bagard * po/fr.po: * po/openida.pot: * src/analysis/disass/disassembler.c: * src/editor.c: Change various names in favour of Chrysalide. 12-04-02 Cyrille Bagard * src/format/mangling/java_gram.y: * src/format/mangling/java_tok.l: Process the Java demangling of array types and do not print '[' characters anymore. 12-04-01 Cyrille Bagard * po/fr.po: * po/openida.pot: * po/POTFILES.in: Update all translations. * src/editor.c: Remove old File menu entries. * src/gtkext/gtkdockstation.c: * src/gtkext/gtkdockstation.h: Undock a panel item on demand. * src/gui/menus/file.c: Move all File menu entries here. * src/gui/panels/panel.c: * src/gui/panels/panel.h: Undock a panel item on demand. * src/project.c: Hide the binaries of a closed project. 12-03-25 Cyrille Bagard * src/arch/dalvik/pseudo/fill.c: * src/arch/dalvik/pseudo/switch.c: * src/arch/instruction.c: Update all g_code_buffer_append_new_line() calls. * src/decomp/expr/block.c: * src/decomp/instruction.c: * src/decomp/lang/asm.c: * src/decomp/lang/java.c: Mark g_code_buffer_append_new_line() call as "to fix". * src/editor.c: Provide the reference pointer to panels. * src/format/dex/class.c: Mark g_code_buffer_append_new_line() call as "to fix". * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: * src/glibext/gcodebuffer.c: * src/glibext/gcodebuffer.h: Scroll to a given address. * src/gtkext/gtkbinview-int.h: Disable get_addr_coordinates_fc() definition here. * src/gtkext/gtkbufferview.c: Scroll to a given address. * src/gtkext/gtkdockstation.c: Restore previous selected tab when changing content. * src/gtkext/gtkviewpanel.c: * src/gtkext/gtkviewpanel.h: * src/gtkext/gtkviewpanel-int.h: Scroll to a given address. * src/gui/panels/panel.c: * src/gui/panels/panel.h: * src/gui/panels/panel-int.h: Memorize the global reference pointer. * src/gui/panels/symbols.c: * src/gui/panels/symbols.h: Scroll to the selected symbol. Handle a reference pointer. 12-03-17 Cyrille Bagard * configure.ac: * plugins/Makefile.am: * plugins/pychrysa/analysis/Makefile.am: * plugins/pychrysa/arch/Makefile.am: * plugins/pychrysa/debug/Makefile.am: * plugins/pychrysa/format/Makefile.am: * plugins/pychrysa/Makefile.am: Update the new used directories. * plugins/pychrysa/plugin.c: * plugins/pychrysa/pychrysa.c: * plugins/pychrysa/pychrysa.h: Remove some gcc warnings. * plugins/pychrysa/pyoida.c: * plugins/pychrysa/pyoida.h: Renamed entries: see pychrysa.[ch]. * plugins/pyoida/analysis/binary.c: * plugins/pyoida/analysis/binary.h: * plugins/pyoida/analysis/exporter.c: * plugins/pyoida/analysis/exporter.h: * plugins/pyoida/analysis/exporter-int.h: * plugins/pyoida/analysis/line.c: * plugins/pyoida/analysis/line.h: * plugins/pyoida/analysis/Makefile.am: * plugins/pyoida/analysis/module.c: * plugins/pyoida/analysis/module.h: * plugins/pyoida/analysis/py_binary.c: * plugins/pyoida/analysis/py_binary.h: * plugins/pyoida/analysis/py_line.c: * plugins/pyoida/analysis/py_line_code.c: * plugins/pyoida/analysis/py_line_code.h: * plugins/pyoida/analysis/py_line.h: * plugins/pyoida/analysis/py_line-int.h: * plugins/pyoida/analysis/roptions.c: * plugins/pyoida/analysis/roptions.h: * plugins/pyoida/arch/archbase.c: * plugins/pyoida/arch/archbase.h: * plugins/pyoida/arch/Makefile.am: * plugins/pyoida/arch/module.c: * plugins/pyoida/arch/module.h: * plugins/pyoida/arch/processor.c: * plugins/pyoida/arch/processor.h: * plugins/pyoida/debug/debugger.c: * plugins/pyoida/debug/debugger.h: * plugins/pyoida/debug/Makefile.am: * plugins/pyoida/debug/module.c: * plugins/pyoida/debug/module.h: * plugins/pyoida/format/executable.c: * plugins/pyoida/format/executable.h: * plugins/pyoida/format/Makefile.am: * plugins/pyoida/format/module.c: * plugins/pyoida/format/module.h: * plugins/pyoida/linsyscalls/oidapgi.py: * plugins/pyoida/Makefile.am: * plugins/pyoida/plugin.c: * plugins/pyoida/plugin.h: * plugins/pyoida/py_log.c: * plugins/pyoida/py_log.h: * plugins/pyoida/pyoida.c: * plugins/pyoida/pyoida.h: * plugins/pyoida/quirks.c: * plugins/pyoida/quirks.h: Moved entries: welcome to the pychrysa directory ! * plugins/python/apkfiles/apkfiles.py: Update the importation. 12-03-11 Cyrille Bagard * po/fr.po: Update translations relative to the exportation dialog. * src/dialogs/export.c: Update the exportation dialog. * src/editor.c: Remove old code. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: * src/glibext/gbuffersegment.h: Start to be able to export lines content. * src/glibext/gcodebuffer.c: * src/glibext/gcodebuffer.h: Define a way to scan all lines of a code buffer. * src/gui/menus/binary.c: * src/gui/menus/binary.h: New entries: provide a Binary menu. * src/gui/menus/Makefile.am: Add the binary.[ch] files to libguimenus_la_SOURCES. * src/gui/menus/menubar.c: Load the Binary menu. 12-03-07 Cyrille Bagard * src/arch/dalvik/operands/pool.c: Print raw types, fields and methods when rendering the disassembled code. 12-03-05 Cyrille Bagard * plugins/theseus/theseus.c: * src/analysis/disass/fetch.c: * src/arch/dalvik/opcodes/add.c: * src/arch/dalvik/opcodes/aget.c: * src/arch/dalvik/opcodes/and.c: * src/arch/dalvik/opcodes/aput.c: * src/arch/dalvik/opcodes/array.c: * src/arch/dalvik/opcodes/check.c: * src/arch/dalvik/opcodes/cmp.c: * src/arch/dalvik/opcodes/const.c: * src/arch/dalvik/opcodes/div.c: * src/arch/dalvik/opcodes/goto.c: * src/arch/dalvik/opcodes/if.c: * src/arch/dalvik/opcodes/iget.c: * src/arch/dalvik/opcodes/invoke.c: * src/arch/dalvik/opcodes/iput.c: * src/arch/dalvik/opcodes/move.c: * src/arch/dalvik/opcodes/mul.c: * src/arch/dalvik/opcodes/new.c: * src/arch/dalvik/opcodes/nop.c: * src/arch/dalvik/opcodes/opcodes.h: * src/arch/dalvik/opcodes/or.c: * src/arch/dalvik/opcodes/rem.c: * src/arch/dalvik/opcodes/ret.c: * src/arch/dalvik/opcodes/rsub.c: * src/arch/dalvik/opcodes/sget.c: * src/arch/dalvik/opcodes/shl.c: * src/arch/dalvik/opcodes/shr.c: * src/arch/dalvik/opcodes/sput.c: * src/arch/dalvik/opcodes/sub.c: * src/arch/dalvik/opcodes/switch.c: * src/arch/dalvik/opcodes/to.c: * src/arch/dalvik/opcodes/ushr.c: * src/arch/dalvik/opcodes/xor.c: * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: Update calls. * src/arch/dalvik/operands/pool.c: * src/arch/dalvik/operands/pool.h: Print the string values of the Dex pool in the operand rendering. * src/arch/dalvik/processor.c: * src/arch/processor.c: * src/arch/processor.h: * src/arch/processor-int.h Transmit the format related to the instructions. * src/format/elf/helper_x86.c: Update calls. 12-03-01 Cyrille Bagard * pixmaps/chrysalide_text.png: * pixmaps/chrysalide_text.xcf: New entries: create new pictures for the new name. * src/dialogs/about.c Update the About dialog window with the name 'Chrysalide'. 12-02-18 Cyrille Bagard * plugins/pyoida/debug/debugger.c: * plugins/python/exectracer/exectracer.py: * src/debug/debugger.c: * src/debug/debugger.h: * src/debug/debugger-int.h: * src/debug/jdwp/debugger.c: Retrieve the frames stack from the running process. * src/debug/jdwp/jdwp_def.h: Support the Frames command. * src/debug/jdwp/misc/location.c: * src/debug/jdwp/misc/location.h: New entries: load JVM locations. * src/debug/jdwp/misc/Makefile.am: Add the location.[ch] files to libdebugjdwpmisc_la_SOURCES. * src/debug/jdwp/sets/list.c: * src/debug/jdwp/sets/list.h: Extend the payload with new requests/replies. * src/debug/jdwp/sets/thread.c: Fix a bug when getting a thread name. Get all frames of a given thread. * src/debug/jdwp/sets/thread.h: Get all frames of a given thread. 12-02-17 Cyrille Bagard * plugins/pyoida/debug/debugger.c: Write a wrapper for listing all running threads. * plugins/pyoida/debug/module.c: Properly register the Python debug module. * plugins/pyoida/Makefile.am: Add the quirks.[ch] files to pyoida_la_SOURCES. * plugins/pyoida/pyoida.c: Init PyGObjects quirks. * plugins/pyoida/quirks.c: * plugins/pyoida/quirks.h: New entries: setup extra glue between the GLib et PyGObject. * plugins/python/exectracer/exectracer.py: Print all running threads. * src/debug/debugger.c: * src/debug/debugger.h: * src/debug/debugger-int.h: List all running threads. * src/debug/jdwp/debugger.c: List all running threads, properly free packets and get used VM memory sizes. * src/debug/jdwp/jdwp_def.h: Allow to get threads name and WM memory sizes. * src/debug/jdwp/misc/header.c: * src/debug/jdwp/misc/header.h: Update packet length when needed. * src/debug/jdwp/misc/id.c: * src/debug/jdwp/misc/id.h: New entries: handle common identifiers. * src/debug/jdwp/misc/Makefile.am: Add the id.[ch] files to libdebugjdwpmisc_la_SOURCES. * src/debug/jdwp/packet.c: * src/debug/jdwp/packet.h: Free all packets and define payload for requests. * src/debug/jdwp/sets/list.c: * src/debug/jdwp/sets/list.h: Setup a binary payload for requests. * src/debug/jdwp/sets/Makefile.am: Add the thread.[ch] files to libdebugjdwpsets_la_SOURCES. * src/debug/jdwp/sets/thread.c: * src/debug/jdwp/sets/thread.h: New entries: get thread names. * src/debug/jdwp/sets/vm.c: * src/debug/jdwp/sets/vm.h: Deal with VM memory sizes and threads. * src/debug/jdwp/tcp.c: Disable debug code and free packets. * src/debug/packet.c: * src/debug/packet.h: Extract a packet from a packets list. * src/debug/stream.c: Extract the selected packet for processing. * src/debug/stream-int.h: Free packets. 12-02-01 Cyrille Bagard * configure.ac: Activate GTK_DISABLE_DEPRECATED again to avoid some warnings. * src/gtkext/easygtk.c: * src/gtkext/gtkbufferview.c: * src/gtkext/gtkdockitem.h: * src/gtkext/gtkdockpanel.c: * src/gtkext/gtkdockpanel.h: * src/gtkext/gtkdockstation.h: * src/gtkext/gtkdropwindow.h: * src/gtkext/gtkextstatusbar.h: * src/gtkext/gtkviewpanel.c: * src/gui/panels/symbols.c: * src/panels/breaks.c: Fix the code to discard deprecated usages. 12-02-01 Cyrille Bagard * configure.ac: Check for pygobject-2.0 and add the new Makefile from the 'plugins/pyoida/debug' directory to AC_CONFIG_FILES. * plugins/pyoida/debug/debugger.c: * plugins/pyoida/debug/debugger.h: * plugins/pyoida/debug/Makefile.am: * plugins/pyoida/debug/module.c: * plugins/pyoida/debug/module.h: New entries: provide a debug module for Python plugins using the PyGObject API. * plugins/pyoida/Makefile.am: Add debug/libpyoidadebug.la to pyoida_la_LIBADD, LIBPYGOBJECT_LIBS to pyoida_la_LDFLAGS and debug to SUBDIRS. * plugins/pyoida/plugin.c: Use the new Python GObject. * plugins/pyoida/pyoida.c: Load PyGObject API and register the debug module. * plugins/python/exectracer/exectracer.py: Add a debug message. 12-02-01 Cyrille Bagard * configure.ac: Add the new Makefile from the 'plugins/python/exectracer' directory to AC_CONFIG_FILES. * plugins/pyoida/plugin.c: Provide interfaces to use debuggers in plugins. * plugins/python/exectracer/exectracer.py: * plugins/python/exectracer/__init__.py: * plugins/python/exectracer/Makefile.am: New entries: introduce a new python plugin. * src/debug/debugger.c: * src/debug/debugger.h: Load the JDWP debugger. * src/debug/debuggers.c: * src/debug/debuggers.h: Deleted empty entries. * src/editor.c: Add debug code in the old menu to test debuggers. * src/plugins/plugin.c: * src/plugins/plugin-def.h: * src/plugins/plugin.h: * src/plugins/plugin-int.h: Provide interfaces to use debuggers in plugins. 12-01-30 Cyrille Bagard * src/editor.c: Remove all dead code relative to the Project menu. * src/gtkext/gtkextstatusbar.c: Do not use GDK threads lock anymore (FIXME). * src/gui/editem.c: * src/gui/editem.h: * src/gui/editem-int.h: Update on project content change. * src/gui/menus/file.c: Typo. * src/gui/menus/Makefile.am: Add the project.[ch] files to libguimenus_la_SOURCES. * src/gui/menus/menubar.c: Load the Project menu and update it when needed. * src/gui/menus/project.c: * src/gui/menus/project.h: New entries: provide a Project menu. * src/gui/menus/view.c: * src/gui/menus/view.h: Typo. * src/gui/tb/source.c: Disable all updates of the toolbar item. * src/main.c: Do not use GDK threads lock anymore (FIXME). * src/project.c: * src/project.h: Reorganize the code. Do not use GDK threads lock anymore (FIXME). 12-01-26 Cyrille Bagard * po/fr.po: Update translations for the File menu. * src/dialogs/add_shellcode.c: * src/dialogs/add_shellcode.h: * src/editor.c: * src/gui/menus/debug.c: Update code. * src/gui/menus/file.c: * src/gui/menus/file.h: Move recent projects list here. * src/gui/menus/view.c: * src/main.c: Update code. * src/project.c: * src/project.h: Rewrite the way projects are managed. 12-01-16 Cyrille Bagard * po/fr.po: Update translations for the View menu. * src/editor.c: Remove old code in favour of view. * src/gtkext/gtkdockstation.c: * src/gtkext/gtkdockstation.h: Allow to change the active widget. * src/gtkext/gtkgraphview.c: * src/gtkext/gtkgraphview.h: Update the graph view code. * src/gtkext/gtkviewpanel.c: Prevent a crash if a view is not attaching its binary. * src/gui/editem.c: * src/gui/editem.h: Provide the current binary. * src/gui/menus/view.c: Add menus to change the current displayed view. 12-01-16 Cyrille Bagard * src/editor.c: Update editor on view change. * src/gtkext/gtkbufferview.c: * src/gtkext/gtkbufferview-int.h: Move the rendering guidelines in the base view widget. * src/gtkext/gtkdockstation.c: * src/gtkext/gtkdockstation.h: Add a signal to notify tab changes. * src/gtkext/gtkviewpanel.c: * src/gtkext/gtkviewpanel.h: * src/gtkext/gtkviewpanel-int.h: Move the rendering guidelines in the base view widget. * src/gui/editem.c: * src/gui/editem.h: Fix a tiny bug and provide the current view panel. * src/gui/menus/menubar.c: * src/gui/menus/view.c: * src/gui/menus/view.h: Update menus on view change. * src/gui/panels/panel.c: * src/gui/panels/panel.h: Connect the "switch-widget" signal to each created dock station. 12-01-14 Cyrille Bagard * src/arch/immediate.c: Remove a lot of warnings when printing 64 values. 12-01-14 Cyrille Bagard * po/fr.po: Update translations for the View menu. * src/analysis/binary.c: * src/analysis/binary.h: Memorize options to render the views. * src/editor.c: Delete old code in the old View menu. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: * src/glibext/gcodebuffer.c: * src/glibext/gcodebuffer.h: * src/gtkext/gtkblockview.c: * src/gtkext/gtkbufferview.c: * src/gtkext/gtkbufferview.h: * src/gtkext/gtkbufferview-int.h: * src/gtkext/gtksourceview.c: * src/gtkext/gtkviewpanel.c: * src/gtkext/gtkviewpanel.h: * src/gtkext/gtkviewpanel-int.h: Update calls to take the binary rendering options into account. * src/gui/menus/Makefile.am: Add the view.[ch] files to libguimenus_la_SOURCES. * src/gui/menus/menubar.c: Register the new View menu. * src/gui/menus/view.c: * src/gui/menus/view.h: New entries: create a new View menu in a proper way. * src/gui/tb/source.c: * src/project.c: Update calls. 12-01-12 Cyrille Bagard * configure.ac: * src/editor.c: * src/Makefile.am: Remove all references to libvte and the Python shell. * src/shell.c: * src/shell.h: Deleted entries. 12-01-11 Cyrille Bagard * configure.ac: Add the new Makefile from the 'src/gui/panels' directory to AC_CONFIG_FILES. * plugins/pyoida/py_log.c: * src/analysis/binary.c: * src/analysis/disass/disassembler.c: Update included headers. * src/arch/processor.c: Disable debug code. * src/debug/jdwp/debugger.c: * src/debug/jdwp/tcp.c: Update included headers. * src/editor.c: Update code. * src/format/dex/class.c: * src/format/dex/method.c: Disable debug code. * src/format/elf/elf.c: * src/format/elf/symbols.c: * src/format/format.c: Update included headers. * src/gtkext/gtkbufferview.c: Fix the code when getting reparented. * src/gtkext/gtkdockstation.c: * src/gtkext/gtkdockstation.h: New entries: build new proper dock station for widgets. * src/gtkext/Makefile.am: Add gtkdockstation.[ch] and gtkbufferview-int.h to libgtkext_la_SOURCES. * src/gui/Makefile.am: Add panels/libguipanels.la to libgui_la_LIBADD. * src/gui/menus/debug.c: * src/gui/panels/log.c: * src/gui/panels/log.h: * src/gui/panels/Makefile.am: * src/gui/panels/panel.c: * src/gui/panels/panel.h: * src/gui/panels/panel-int.h: * src/gui/panels/symbols.c: * src/gui/panels/symbols.h: New entries: define new panel definitions for the editor GUI. * src/panels/log.c: * src/panels/log.h: Deleted entries. * src/panels/Makefile.am: Remove the log.[ch] and symbols.[ch] files from libpanels_la_SOURCES. * src/panels/panel.c: Disable the symbols panel. * src/panels/symbols.c: * src/panels/symbols.h: Deleted entries. * src/project.c: Update code. 12-01-02 Cyrille Bagard * src/dialogs/about.c: Fix the displayed copyright statement. 12-01-01 Cyrille Bagard * plugins/pyoida/plugin.c: * plugins/pyoida/plugin.h: * plugins/pyoida/pyoida.c: * plugins/stackvars/operand.c: * plugins/theseus/theseus.c: * src/analysis/binary.c: * src/analysis/binary.h: * src/analysis/disass/disassembler.c: * src/analysis/disass/fetch.c: * src/analysis/exporter.c: * src/analysis/exporter.h: * src/analysis/exporter-int.h: * src/analysis/line.c: * src/analysis/line_code.c: * src/analysis/line_code.h: * src/analysis/line_comment.c: * src/analysis/line_comment.h: * src/analysis/line.h: * src/analysis/line-int.h: * src/analysis/line_prologue.c: * src/analysis/line_prologue.h: * src/analysis/roptions.c: * src/analysis/roptions.h: * src/analysis/routine.c: * src/analysis/routine.h: * src/analysis/type.c: * src/analysis/type.h: * src/analysis/variable.c: * src/analysis/variable.h: * src/arch/archbase.h: * src/arch/artificial.c: * src/arch/artificial.h: * src/arch/dalvik/decomp/aget.c: * src/arch/dalvik/decomp/aput.c: * src/arch/dalvik/decomp/arithm.c: * src/arch/dalvik/decomp/array.c: * src/arch/dalvik/decomp/const.c: * src/arch/dalvik/decomp/if.c: * src/arch/dalvik/decomp/invoke.c: * src/arch/dalvik/decomp/ret.c: * src/arch/dalvik/decomp/translate.h: * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction.h: * src/arch/dalvik/opcodes/add.c: * src/arch/dalvik/opcodes/aget.c: * src/arch/dalvik/opcodes/and.c: * src/arch/dalvik/opcodes/aput.c: * src/arch/dalvik/opcodes/array.c: * src/arch/dalvik/opcodes/check.c: * src/arch/dalvik/opcodes/cmp.c: * src/arch/dalvik/opcodes/const.c: * src/arch/dalvik/opcodes/div.c: * src/arch/dalvik/opcodes/goto.c: * src/arch/dalvik/opcodes/if.c: * src/arch/dalvik/opcodes/iget.c: * src/arch/dalvik/opcodes/invoke.c: * src/arch/dalvik/opcodes/iput.c: * src/arch/dalvik/opcodes/move.c: * src/arch/dalvik/opcodes/mul.c: * src/arch/dalvik/opcodes/new.c: * src/arch/dalvik/opcodes/nop.c: * src/arch/dalvik/opcodes/opcodes.h: * src/arch/dalvik/opcodes/or.c: * src/arch/dalvik/opcodes/rem.c: * src/arch/dalvik/opcodes/ret.c: * src/arch/dalvik/opcodes/rsub.c: * src/arch/dalvik/opcodes/sget.c: * src/arch/dalvik/opcodes/shl.c: * src/arch/dalvik/opcodes/shr.c: * src/arch/dalvik/opcodes/sput.c: * src/arch/dalvik/opcodes/sub.c: * src/arch/dalvik/opcodes/switch.c: * src/arch/dalvik/opcodes/to.c: * src/arch/dalvik/opcodes/ushr.c: * src/arch/dalvik/opcodes/xor.c: * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: * src/arch/dalvik/operands/register.c: * src/arch/dalvik/operands/register.h: * src/arch/dalvik/processor.c: * src/arch/immediate.c: * src/arch/immediate.h: * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: * src/arch/jvm/opcodes.h: * src/arch/jvm/operand.c: * src/arch/jvm/processor.c: * src/arch/mips/instruction.c: * src/arch/mips/instruction.h: * src/arch/mips/operand.c: * src/arch/mips/operand.h: * src/arch/operand.c: * src/arch/operand.h: * src/arch/operand-int.h: * src/arch/processor.c: * src/arch/processor.h: * src/arch/processor-int.h: * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: * src/arch/x86/op_adc.c: * src/arch/x86/op_add.c: * src/arch/x86/op_and.c: * src/arch/x86/op_call.c: * src/arch/x86/op_cld.c: * src/arch/x86/op_cmp.c: * src/arch/x86/opcodes.h: * src/arch/x86/op_dec.c: * src/arch/x86/operand.c: * src/arch/x86/operand.h: * src/arch/x86/op_hlt.c: * src/arch/x86/op_inc.c: * src/arch/x86/op_int.c: * src/arch/x86/op_jump.c: * src/arch/x86/op_lea.c: * src/arch/x86/op_leave.c: * src/arch/x86/op_mov.c: * src/arch/x86/op_movs.c: * src/arch/x86/op_movsx.c: * src/arch/x86/op_movzx.c: * src/arch/x86/op_mul.c: * src/arch/x86/op_nop.c: * src/arch/x86/op_not.c: * src/arch/x86/op_or.c: * src/arch/x86/op_pop.c: * src/arch/x86/op_push.c: * src/arch/x86/op_rcl.c: * src/arch/x86/op_rcr.c: * src/arch/x86/op_ret.c: * src/arch/x86/op_rol.c: * src/arch/x86/op_ror.c: * src/arch/x86/op_sar.c: * src/arch/x86/op_sbb.c: * src/arch/x86/op_set.c: * src/arch/x86/op_shl.c: * src/arch/x86/op_shr.c: * src/arch/x86/op_stos.c: * src/arch/x86/op_sub.c: * src/arch/x86/op_test.c: * src/arch/x86/op_xchg.c: * src/arch/x86/op_xor.c: * src/arch/x86/processor.c: * src/arch/x86/processor.h: * src/arch/x86/registers.c: * src/common/dllist.c: * src/common/dllist.h: * src/common/endianness.c: * src/common/endianness.h: * src/common/environment.c: * src/common/extstr.c: * src/common/extstr.h: * src/common/macros.h: * src/common/xml.c: * src/common/xml.h: * src/configuration.c: * src/debug/debugger.c: * src/debug/debugger.h: * src/debug/debugger-int.h: * src/debug/jdwp/debugger.c: * src/debug/jdwp/tcp.c: * src/debug/remgdb/gdb.c: * src/debug/remgdb/gdb.h: * src/debug/remgdb/packet.c: * src/debug/remgdb/packet.h: * src/debug/remgdb/stream.c: * src/debug/remgdb/tcp.c: * src/dialogs/about.c: * src/dialogs/add_shellcode.c: * src/dialogs/add_shellcode.h: * src/dialogs/binparts.c: * src/dialogs/binparts.h: * src/editor.c: * src/format/dex/dex.c: * src/format/dex/dex-int.h: * src/format/elf/elf.c: * src/format/elf/elf_def.h: * src/format/elf/elf-int.c: * src/format/elf/elf-int.h: * src/format/elf/helper_x86.c: * src/format/elf/section.c: * src/format/elf/section.h: * src/format/elf/strings.c: * src/format/elf/strings.h: * src/format/elf/symbols.c: * src/format/elf/symbols.h: * src/format/executable.c: * src/format/executable.h: * src/format/executable-int.h: * src/format/exe_format.c: * src/format/exe_format.h: * src/format/exe_format-int.h: * src/format/format.c: * src/format/format.h: * src/format/format-int.h: * src/format/java/attribute.c: * src/format/java/attribute.h: * src/format/java/e_java.c: * src/format/java/e_java.h: * src/format/java/field.c: * src/format/java/field.h: * src/format/java/java.c: * src/format/java/java_def.h: * src/format/java/java.h: * src/format/java/java-int.h: * src/format/java/method.c: * src/format/java/method.h: * src/format/java/pool.c: * src/format/java/pool.h: * src/format/mangling/demangler.c: * src/format/mangling/demangler.h: * src/format/mangling/itanium.h: * src/format/part.c: * src/format/part.h: * src/format/pe/pe.c: * src/format/pe/pe.h: * src/format/pe/pe-int.h: * src/glibext/delayed.c: * src/glibext/delayed.h: * src/glibext/delayed-int.h: * src/gtkext/easygtk.c: * src/gtkext/easygtk.h: * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: * src/gtkext/gtkbinview-int.h: * src/gtkext/gtkblockview.c: * src/gtkext/gtkblockview.h: * src/gtkext/gtkdockitem.c: * src/gtkext/gtkdockitem.h: * src/gtkext/gtkdockpanel.c: * src/gtkext/gtkdockpanel.h: * src/gtkext/gtkdropwindow.c: * src/gtkext/gtkdropwindow.h: * src/gtkext/gtkextstatusbar.c: * src/gtkext/gtkgraphview.c: * src/gtkext/gtksourceview.c: * src/gtkext/support.c: * src/gtkext/support.h: * src/gui/editem.c: * src/gui/editem.h: * src/main.c: * src/panel/log.c: * src/panel/log.h: * src/panel/panels.c: * src/panel/panels.h: * src/panel/registers.c: * src/panel/registers.h: * src/panels/log.c: * src/panels/log.h: * src/panels/panel.c: * src/panels/panel.h: * src/panels/panel-int.h: * src/panels/registers.c: * src/panels/registers.h: * src/panels/strings.c: * src/panels/strings.h: * src/panels/symbols.c: * src/panels/symbols.h: * src/panel/strings.c: * src/panel/strings.h: * src/panel/symbols.c: * src/panel/symbols.h: * src/plugins/pglist.c: * src/plugins/plugin.c: * src/plugins/plugin-def.h: * src/plugins/plugin.h: * src/plugins/plugin-int.h: * src/project.c: * src/project.h: * src/shell.c: * src/shell.h: Update copyright dates. 11-12-27 Cyrille Bagard * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction-def.h: * src/arch/dalvik/opcodes/add.c: * src/arch/dalvik/opcodes/const.c: * src/arch/dalvik/opcodes/div.c: * src/arch/dalvik/opcodes/invoke.c: Add support for more Dalvik opcodes. * src/arch/dalvik/opcodes/Makefile.am: Add the [u]shr.c and switch.c files to libarchdalvikopcodes_la_SOURCES. * src/arch/dalvik/opcodes/move.c: * src/arch/dalvik/opcodes/mul.c: * src/arch/dalvik/opcodes/opcodes.h: * src/arch/dalvik/opcodes/shl.c: Add support for more Dalvik opcodes. * src/arch/dalvik/opcodes/shr.c: * src/arch/dalvik/opcodes/switch.c: * src/arch/dalvik/opcodes/ushr.c: New entries: support [u]shr and *-switch opcodes. * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: Build 31C and 3R* operands types. * src/arch/dalvik/operands/register.c: * src/arch/dalvik/operands/register.h: Allow to build an operand from an existing register instance. * src/arch/dalvik/processor.c: Add support for more Dalvik opcodes. * src/arch/processor.c: Add debug code to print unsupported opcodes. 11-12-26 Cyrille Bagard * configure.ac: Update code. * src/arch/dalvik/decomp/aget.c: * src/arch/dalvik/decomp/aput.c: * src/arch/dalvik/decomp/arithm.c: * src/arch/dalvik/decomp/array.c: * src/arch/dalvik/decomp/const.c: * src/arch/dalvik/decomp/if.c: * src/arch/dalvik/decomp/invoke.c: * src/arch/dalvik/decomp/Makefile.am: * src/arch/dalvik/decomp/ret.c: * src/arch/dalvik/decomp/translate.h: New entries: reorganize all decompilation instructions here. * src/arch/dalvik/dop_aget.c: * src/arch/dalvik/dop_aput.c: * src/arch/dalvik/dop_arithm.c: * src/arch/dalvik/dop_array.c: * src/arch/dalvik/dop_const.c: * src/arch/dalvik/dop_if.c: * src/arch/dalvik/dop_invoke.c: * src/arch/dalvik/dop_ret.c: Deleted entries. * src/arch/dalvik/instruction.c: * src/arch/dalvik/Makefile.am: Update code. * src/arch/dalvik/op_add.c: * src/arch/dalvik/op_aget.c: * src/arch/dalvik/op_and.c: * src/arch/dalvik/op_aput.c:: * src/arch/dalvik/op_array.c: * src/arch/dalvik/op_check.c: * src/arch/dalvik/op_cmp.c: Deleted entries. * src/arch/dalvik/opcodes/add.c: * src/arch/dalvik/opcodes/aget.c: * src/arch/dalvik/opcodes/and.c: * src/arch/dalvik/opcodes/aput.c: * src/arch/dalvik/opcodes/array.c: * src/arch/dalvik/opcodes/check.c: * src/arch/dalvik/opcodes/cmp.c: * src/arch/dalvik/opcodes/const.c: * src/arch/dalvik/opcodes/div.c: * src/arch/dalvik/opcodes/goto.c: * src/arch/dalvik/opcodes.h: * src/arch/dalvik/opcodes/if.c: * src/arch/dalvik/opcodes/iget.c: * src/arch/dalvik/opcodes/invoke.c: * src/arch/dalvik/opcodes/iput.c: * src/arch/dalvik/opcodes/Makefile.am: * src/arch/dalvik/opcodes/move.c: * src/arch/dalvik/opcodes/mul.c: * src/arch/dalvik/opcodes/new.c: * src/arch/dalvik/opcodes/nop.c: * src/arch/dalvik/opcodes/opcodes.h: * src/arch/dalvik/opcodes/or.c: * src/arch/dalvik/opcodes/rem.c: * src/arch/dalvik/opcodes/ret.c: * src/arch/dalvik/opcodes/rsub.c: * src/arch/dalvik/opcodes/sget.c: * src/arch/dalvik/opcodes/shl.c: * src/arch/dalvik/opcodes/sput.c: * src/arch/dalvik/opcodes/sub.c: * src/arch/dalvik/opcodes/to.c: * src/arch/dalvik/opcodes/xor.c: New entries: reorganize all opcodes here. * src/arch/dalvik/op_const.c: * src/arch/dalvik/op_div.c: * src/arch/dalvik/op_goto.c: * src/arch/dalvik/op_if.c: * src/arch/dalvik/op_iget.c: * src/arch/dalvik/op_invoke.c: * src/arch/dalvik/op_iput.c: * src/arch/dalvik/op_move.c: * src/arch/dalvik/op_mul.c: * src/arch/dalvik/op_new.c: * src/arch/dalvik/op_nop.c: * src/arch/dalvik/op_or.c: * src/arch/dalvik/op_rem.c: * src/arch/dalvik/op_ret.c: * src/arch/dalvik/op_rsub.c: * src/arch/dalvik/op_sget.c: * src/arch/dalvik/op_shl.c: * src/arch/dalvik/op_sput.c: * src/arch/dalvik/op_sub.c: * src/arch/dalvik/op_to.c: * src/arch/dalvik/op_xor.c: Deleted entries. * src/arch/dalvik/processor.c: Update code. * src/arch/dalvik/translate.h: Deleted entries. 11-12-26 Cyrille Bagard * src/arch/dalvik/opcodes.h: * src/arch/dalvik/processor.c: * src/arch/dalvik/instruction.c: Update code. * src/arch/dalvik/op_shl.c: New entry: support a few more shl-related opcodes. * src/arch/dalvik/instruction-def.h: Update code. * src/arch/dalvik/Makefile.am: Add the op_shl.c to libarchdalvik_la_SOURCES. 11-12-26 Cyrille Bagard * configure.ac: Add the new Makefiles from the 'plugins/python' and 'plugins/python/apkfiles' directories to AC_CONFIG_FILES. * plugins/Makefile.am: Add python to SUBDIRS. * plugins/python/apkfiles/Makefile.am: * plugins/python/Makefile.am: New entries: install the plugin for APK files. 11-12-23 Cyrille Bagard * configure.ac: Add the new Makefile from the 'src/arch/dalvik/pseudo' directory to AC_CONFIG_FILES. * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction-def.h: * src/arch/dalvik/instruction.h: * src/arch/dalvik/instruction-int.h: Reorganize the definition of Dalvik instructions. * src/arch/dalvik/Makefile.am: Add the instruction-{def,int}.h files to libarchdalvik_la_SOURCES and pseudo/libarchdalvikpseudo.la to libarchdalvik_la_LIBADD. Remove all specins.[ch]-related things. * src/arch/dalvik/processor.c: Decode Dalvik pseudo-instructions. * src/arch/dalvik/pseudo/fill.c: * src/arch/dalvik/pseudo/fill.h: * src/arch/dalvik/pseudo/Makefile.am: * src/arch/dalvik/pseudo/switch.c: * src/arch/dalvik/pseudo/switch.h: New entries: decode pseudo-instructions properly. * src/arch/dalvik/specins.c: * src/arch/dalvik/specins.h: Deleted entries. * src/arch/instruction.c: * src/arch/instruction-int.h: Allow each instruction to provide its own printing method. 11-12-09 Cyrille Bagard * src/configuration.c: Fix an old bug: ensure the path used for configuration does exist before saving it. 11-11-30 Cyrille Bagard * po/fr.po: * po/openida.pot: * po/POTFILES.in: Update translations. * src/gui/menus/file.c: * src/gui/menus/file.h: New entries: terminate the program. * src/gui/menus/Makefile.am: * src/gui/menus/menubar.c: Add the new "File" menu into the main bar. 11-10-26 Cyrille Bagard * src/dialogs/add_shellcode.c: * src/dialogs/add_shellcode.h: New entries: add missing files. 11-10-12 Cyrille Bagard * plugins/theseus/theseus.c: Update code: provide a context when calling g_arch_processor_decode_instruction(). * src/analysis/disass/fetch.c: Update code: provide a context when calling g_arch_processor_decode_instruction(). Count skipped instructions as processed. Fix a bug: count only in DEBUG mode. * src/arch/artificial.c: Mark this kind of instructions as being able to be skipped. * src/arch/artificial.h: Mark this kind of instructions as being able to be skipped. Fix a bug in the definition of the G_TYPE_DB_INSTRUCTION type. * src/arch/context.c: * src/arch/context.h:: * src/arch/context-int.h: * src/arch/dalvik/context.c: * src/arch/dalvik/context.h: New entries: define context for decoding instructions. * src/arch/dalvik/Makefile.am: Add the context.[ch] and specins.[ch] files to libarchdalvik_la_SOURCES. * src/arch/dalvik/processor.c: Process skipped instructions and use contexts. * src/arch/dalvik/specins.c: * src/arch/dalvik/specins.h: New entries: handle special Dalvik opcodes. * src/arch/Makefile.am: Add the context-int.h and context.[ch] files to libarch_la_SOURCES. * src/arch/processor.c: * src/arch/processor.h: * src/arch/processor-int.h: Process skipped instructions and use contexts. * src/format/elf/helper_x86.c: Update code: provide a context when calling g_arch_processor_decode_instruction(). 11-10-05 Cyrille Bagard * src/analysis/disass/disassembler.c: * src/analysis/disass/fetch.c: Count and print the quantity of decoded instruction in DEBUG mode. * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction.h: * src/arch/dalvik/op_array.c: * src/arch/dalvik/opcodes.h: Support a few more Dalvik opcodes. * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: Support two extra operand format: 22x and 31t. * src/arch/dalvik/op_move.c: * src/arch/dalvik/processor.c: Support a few more Dalvik opcodes. * src/format/part.c: * src/format/part.h: Store and provide the quantity of decoded instruction in DEBUG mode. 11-10-01 Cyrille Bagard * plugins/pyoida/plugin.c: * plugins/pyoida/plugin.h: Properly load a Python plugin and define some needed functions for format recognition. * plugins/pyoida/pyoida.c: Browse directories for finding Python plugins. * plugins/python/apkfiles/apkfiles.py: * plugins/python/apkfiles/__init__.py: New entries: define the first real [python] plugin. * src/analysis/binary.c: Start to update call to load_new_format(). * src/common/environment.c: Fix a bug when getting an environment variable. * src/format/dex/dex.c: Dummy fix. * src/format/format.c: * src/format/format.h: Load formats usings plugins too. * src/gtkext/gtksourceview.c: Dummy fix. * src/plugins/plugin.c: * src/plugins/plugin-def.h: * src/plugins/plugin.h: * src/plugins/plugin-int.h: Update interfaces for plugins (mainly those which are looking for formats). 11-07-11 Cyrille Bagard * configure.ac: Define the plugins directory. * src/main.c: Show a small version info with all major used directories. 11-07-11 Cyrille Bagard * src/analysis/binary.c: Load the type of binary from XML. * src/common/xml.c: * src/common/xml.h: Provide a way to specify string attributes in nodes. * src/dialogs/Makefile.am: Add add_shellcode.[ch] to libdialogs_la_SOURCES. * src/editor.c: Define new menus for adding binaries. * src/format/part.c: Update call to [_]add_string_attribute_to_node. * src/gtkext/easygtk.c: * src/gtkext/easygtk.h: Create the 'qck_create_textview()' function. 11-01-06 Cyrille Bagard * po/fr.po: * po/openida.pot: * po/POTFILES.in: Update translations. * src/debug/debugger.c: * src/debug/debugger.h: * src/debug/debugger-int.h: * src/debug/jdwp/debugger.c: Attach the debugger to a given target. * src/debug/jdwp/tcp.c: Provide logs. * src/editor.c: Update code. Typo. * src/gui/menus/debug.c: * src/gui/menus/debug.h: New entries: begin to build the 'Debug' menu. * src/gui/menus/help.c: * src/gui/menus/help.h: Handle an accelerator group. * src/gui/menus/Makefile.am: Add the debug.[ch] files to libguimenus_la_SOURCES. * src/gui/menus/menubar.c: * src/gui/menus/menubar.h: Handle an accelerator group and insert the 'Debug' menu. * src/project.c: * src/project.h: Provide a debugger for a given loaded binary. * src/shell.c: Disable an untranslatable string. 11-01-05 Cyrille Bagard * src/panels/log.c: * src/panels/log.h: Extend the logging system. 11-01-03 Cyrille Bagard * configure.ac: Add the new Makefile from the 'src/gui/menus' directory to AC_CONFIG_FILES. * src/dialogs/Makefile.am: Build a real library. * src/editor.c: Update code. * src/gui/editem.c: * src/gui/editem.h: Retrieve the built GTK widget. * src/gui/Makefile.am: Update libgui_la_LIBADD. * src/gui/menus/help.c: * src/gui/menus/help.h: * src/gui/menus/Makefile.am: * src/gui/menus/menubar.c: * src/gui/menus/menubar.h: New entries: move all menus related stuff here. * src/Makefile.am: Update openida_LDADD. 10-12-31 Cyrille Bagard * configure.ac: Add the new Makefiles from the 'src/debug/jdwp{,misc,sets}' directories to AC_CONFIG_FILES. * src/common/endianness.c: * src/common/endianness.h: Write values using LE or BE encoding. * src/common/Makefile.am: Add net.[ch] to libcommon_la_SOURCES. * src/common/net.c: * src/common/net.h: Provide a generic way to connect to a server via TCP. * src/debug/debugger.h: Rename DGT_COUNT into DGT_COUNT2. * src/debug/jdwp/debugger.c: * src/debug/jdwp/debugger.h: * src/debug/jdwp/jdwp_def.h: * src/debug/jdwp/Makefile.am: * src/debug/jdwp/misc/header.c: * src/debug/jdwp/misc/header.h: * src/debug/jdwp/misc/Makefile.am: * src/debug/jdwp/misc/types.c: * src/debug/jdwp/misc/types.h: * src/debug/jdwp/packet.c: * src/debug/jdwp/packet.h: * src/debug/jdwp/sets/list.c: * src/debug/jdwp/sets/list.h: * src/debug/jdwp/sets/Makefile.am: * src/debug/jdwp/sets/vm.c: * src/debug/jdwp/sets/vm.h: * src/debug/jdwp/tcp.c: * src/debug/jdwp/tcp.h: New entries: support a first basic packet of the Java Debug Wire Protocol. * src/debug/Makefile.am: Add the packet-int.h, packet.[ch], stream-int.h and stream.[ch] files to libdebug_la_SOURCES. Add jdwp/libdebugjdwp.la to libdebug_la_LIBADD. * src/debug/packet.c: * src/debug/packet.h: * src/debug/packet-int.h: New entries: define a generic packet for debugging communications. * src/debug/remgdb/tcp.c: Update code relative to connect_via_tcp(). * src/debug/stream.c: * src/debug/stream.h: * src/debug/stream-int.h: New entries: define a generic handler for debugging communications. 10-12-21 Cyrille Bagard * configure.ac: Add the new Makefile 'src/arch/dalvik/operands' directory to AC_CONFIG_FILES. * src/analysis/disass/disassembler.c: * src/analysis/disass/output.c: * src/analysis/disass/output.h: Print disassembled instructions with found routines. * src/arch/dalvik/Makefile.am: Add 'operands/libarchdalvikoperands.la' to +libarchdalvik_la_LIBADD and 'operands' to SUBDIRS. * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: Cut code into the operands/* files. * src/arch/dalvik/operands/args.c: * src/arch/dalvik/operands/args.h: * src/arch/dalvik/operands/Makefile.am: * src/arch/dalvik/operands/pool.c: * src/arch/dalvik/operands/pool.h: * src/arch/dalvik/operands/register.c: * src/arch/dalvik/operands/register.h: * src/arch/dalvik/operands/target.c: * src/arch/dalvik/operands/target.h: New entries: define all existing kinds of Dalvik operands. * src/arch/dalvik/register.c: * src/arch/dalvik/register.h: Clean code. Print registers into buffer lines. * src/arch/immediate.c: Fix code (BLC_ASSEMBLY_HEAD -> BLC_ASSEMBLY). * src/arch/instruction.c: * src/arch/instruction.h: Mark some functions as deprecated. Print instructions into buffer lines. 10-12-20 Cyrille Bagard * configure.ac: Add the new Makefile 'src/analysis/disass' directory to AC_CONFIG_FILES. * src/analysis/binary.c: Begin to clean the code by moving the disassembling process into disass/. * src/analysis/binary.h: Add a function to provide the buffer of disassembled instructions. * src/analysis/decomp/decompiler.c: Make a better prologue. * src/analysis/disass/disassembler.c: * src/analysis/disass/disassembler.h: * src/analysis/disass/fetch.c: * src/analysis/disass/fetch.h: * src/analysis/disass/links.c: * src/analysis/disass/links.h: * src/analysis/disass/Makefile.am: * src/analysis/disass/output.c: * src/analysis/disass/output.h: New entries: move the disassembling process into several parts here. * src/analysis/Makefile.am: Add 'disass/libanalysisdisass.la' to libanalysis_la_LIBADD and 'disass' to SUBDIRS. * src/arch/archbase.h: Define VMPA_MAX. * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: Register links between instructions. * src/decomp/lang/asm.c: * src/decomp/lang/asm.h: New entries: produce assembly output. * src/decomp/lang/java.c: Introduce long comments. * src/decomp/lang/Makefile.am: Add asm.[ch] to libdecomplang_la_SOURCES. * src/decomp/output.c: * src/decomp/output.h: * src/decomp/output-int.h: Introduce long comments. * src/glibext/delayed.c: * src/glibext/delayed.h: * src/glibext/delayed-int.h: Wait for the completion of a delayed work. * src/gtkext/gtkblockview.c: * src/gtkext/gtkblockview.h: Make the block view inheriting of the buffered view. * src/gtkext/gtkgraphview.c: Disable the graphic view. * src/gtkext/gtksourceview.c: Typo. * src/project.c: Update call to gtk_block_view_new(). 10-12-12 Cyrille Bagard * configure.ac: Add the new Makefile 'src/decomp/instr' directory to AC_CONFIG_FILES. * src/arch/dalvik/dop_array.c: Typo. * src/arch/dalvik/dop_if.c: New entry: decompile branch related instructions. * src/arch/dalvik/instruction.c: Update opcodes list for decompilation. * src/arch/dalvik/Makefile.am: Add dop_if.c to libarchdalvik_la_SOURCES. * src/arch/dalvik/translate.h: Update code. * src/decomp/expr/cond.c: * src/decomp/expr/cond.h: New entries: create an expression for conditions. * src/decomp/expr/Makefile.am: Add cond.[ch] to libdecompexpr_la_SOURCES. * src/decomp/instr/ite.c: * src/decomp/instr/ite.h: * src/decomp/instr/Makefile.am: New entries: create an instruction for the 'If Then Else' blocks. * src/decomp/lang/java.c: Output condition signs. * src/decomp/Makefile.am: Add instr/libdecompinstr.la to libdecomp_la_LIBADD and instr to SUBDIRS. * src/decomp/output.c: * src/decomp/output.h: * src/decomp/output-int.h: Output condition signs. 10-12-09 Cyrille Bagard * configure.ac: * src/debug/debugger.c: * src/debug/Makefile.am: Update code. * src/debug/ptrace/Makefile.am: * src/debug/ptrace/options.c: * src/debug/ptrace/options.h: * src/debug/ptrace/ptrace.c: * src/debug/ptrace/ptrace.h: Remove entries: delete the useless ptrace() based debugger for portability. * src/Makefile.am: Update code. 10-12-09 Cyrille Bagard * src/arch/dalvik/dop_arithm.c: * src/arch/dalvik/instruction.c: * src/arch/dalvik/translate.h: Decompile a few more arithmetic Dex opcodes. 10-12-05 Cyrille Bagard * src/gtkext/gtkbufferview.c: Add scrolling capabilities to buffered view. 10-12-02 Cyrille Bagard * src/arch/dalvik/dop_const.c: Clean code. * src/arch/dalvik/dop_ret.c: New entry: decompile returning instructions. * src/arch/dalvik/instruction.c: Update code. * src/arch/dalvik/Makefile.am: Add dop_ret.c to libarchdalvik_la_SOURCES. * src/arch/dalvik/translate.h: Extend the list of translation routines. * src/decomp/expr/Makefile.am: Add return.[ch] to libdecompexpr_la_SOURCES. * src/decomp/expr/return.c: * src/decomp/expr/return.h: New entries: create an expression for the 'return' keyword. 10-12-02 Cyrille Bagard * src/analysis/decomp/decompiler.c: Change debug code. * src/analysis/routine.c: * src/analysis/routine.h: Print decompiled code of routines. * src/analysis/type.h: Fix included headers. * src/arch/immediate.c: * src/decomp/expr/arithm.c: * src/decomp/expr/array.c: * src/decomp/expr/assign.c: * src/decomp/expr/call.c: * src/decomp/expr/pseudo.c: Fix output area (BLC_ASSEMBLY -> BLC_ASSEMBLY_HEAD). * src/decomp/lang/java.c: * src/decomp/output.c: * src/decomp/output.h: * src/decomp/output-int.h: Extend the output features. * src/format/dex/class.c: * src/format/dex/class.h: * src/format/dex/dex.c: * src/format/dex/method.c: * src/format/dex/method.h: Improve the rendering of decompiled Dex code. * src/format/format.c: Change debug code. * src/format/format.h: Fix included headers. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: Add the RTT_KEY_WORD rendering attribute. * src/gtkext/gtkbufferview.c: Avoid a crash by adding the needed scrolling function. 10-11-28 Cyrille Bagard * configure.ac: Add the new Makefiles from the 'src/gui' and 'src/gui/tb' directories to AC_CONFIG_FILES. * src/analysis/binary.c: * src/analysis/binary.h: Load all buffers of decompiled files. * src/editor.c: Extend the "View" menu. * src/format/dex/dex.c: * src/format/format.c: * src/format/format.h: * src/format/format-int.h: Find all source files in a Dex binary. * src/gtkext/gtkbufferview.c: * src/gtkext/gtkbufferview.h: * src/gtkext/gtkbufferview-int.h: New entries: provide a new GTK widget which can be shared between all views using a buffer for rendering. * src/gtkext/gtksourceview.c: * src/gtkext/gtksourceview.h: Update code. * src/gtkext/Makefile.am: Add gtkbufferview.[ch] and gtkbufferview-int.h to libgtkext_la_SOURCES. * src/gui/editem.c: * src/gui/editem.h: * src/gui/editem-int.h: * src/gui/Makefile.am: * src/gui/tb/Makefile.am: * src/gui/tb/source.c: * src/gui/tb/source.h: * src/gui/tb/toolbar.c: * src/gui/tb/toolbar.h: New entries: create a new framework for GUI items. * src/Makefile.am: Add gui/libgui.la to openida_LDADD. 10-11-15 Cyrille Bagard * src/format/dex/dex.c: Typo. 10-11-14 Cyrille Bagard * src/analysis/decomp/decompiler.c * src/format/dex/class.c * src/format/dex/class.h * src/format/dex/dex.c * src/format/format.c * src/format/format.h * src/format/format-int.h Load source file from Dex classes. 10-11-12 Cyrille Bagard * src/arch/dalvik/dop_aget.c: * src/arch/dalvik/dop_aput.c: * src/arch/dalvik/dop_arithm.c: * src/arch/dalvik/dop_array.c: * src/arch/dalvik/dop_const.c: * src/arch/dalvik/dop_invoke.c: Update code using pseudo registers. * src/arch/dalvik/operand.c: * src/arch/dalvik/register.c: * src/arch/dalvik/register.h: * src/arch/operand.c: * src/arch/operand.h: * src/arch/operand-int.h: Add comparison methods to operands for being able to use them as keys with the GLib maps. * src/decomp/context.c: * src/decomp/context.h: Properly register pseudo registers. * src/decomp/expr/pseudo.c: * src/decomp/expr/pseudo.h: Change the display of theses registers by using an index. * src/glibext/gnhash.c: * src/glibext/gnhash.h: New entries: provide a new hash function for the GLib. * src/glibext/Makefile.am: Add the gnhash.[ch] files to libglibext_la_SOURCES. 10-11-11 Cyrille Bagard * configure.ac: Add the new Makefiles from the 'src/decomp/expr' and 'src/decomp/expr/dalvik' directories to AC_CONFIG_FILES. * plugins/dexresolver/context.c: Add a reminder for improving the code later. * src/analysis/binary.c: Attach instructions to disassembled routines. * src/analysis/decomp/decompiler.c: Improve the decompilation process. * src/analysis/routine.c: * src/analysis/routine.h: Define ways to get/set disassembled/decompiled instructions. * src/arch/dalvik/dop_aget.c: * src/arch/dalvik/dop_aput.c: * src/arch/dalvik/dop_arithm.c: * src/arch/dalvik/dop_array.c: * src/arch/dalvik/dop_const.c: * src/arch/dalvik/dop_invoke.c: New entries: translate some Dalvik opcodes into decompilation expressions. * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction.h: * src/arch/dalvik/Makefile.am: Add the dop*c and translate.h files to libarchdalvik_la_SOURCES. * src/arch/dalvik/translate.h: New entry: register all Dalvik decompilation routines. * src/arch/immediate.c: Print values as human-friendly text in a simple way. * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: Add a function to decompile instructions. * src/arch/Makefile.am: Add the translate.h file to libarch_la_SOURCES. * src/arch/operand.c: * src/arch/operand.h: * src/arch/operand-int.h: Print operands in a new and simple way. * src/arch/translate.h: New entry: define only one prototype. * src/decomp/context.c: * src/decomp/context.h: New entries: prepare a context for the decompilation process. * src/decomp/expr/arithm.c: * src/decomp/expr/arithm.h: * src/decomp/expr/array.c: * src/decomp/expr/array.h: * src/decomp/expr/assign.c: * src/decomp/expr/assign.h: * src/decomp/expr/block.c: * src/decomp/expr/block.h: * src/decomp/expr/call.c: * src/decomp/expr/call.h: * src/decomp/expr/dalvik/array.c: * src/decomp/expr/dalvik/array.h: * src/decomp/expr/dalvik/Makefile.am: * src/decomp/expression.c: * src/decomp/expression.h: * src/decomp/expression-int.h: * src/decomp/expr/immediate.c: * src/decomp/expr/immediate.h: * src/decomp/expr/Makefile.am: * src/decomp/expr/pseudo.c: * src/decomp/expr/pseudo.h: * src/decomp/instruction.c: * src/decomp/instruction.h: * src/decomp/instruction-int.h: New entries: build some expressions for the decompilation tree. * src/decomp/Makefile.am: Add the context.[ch], expression*[ch] and instruction*[ch] files to libdecomp_la_SOURCES. Add expr/libdecompexpr.la to libdecomp_la_LIBADD. * src/decomp/output.h: Define lang_t as identifier for languages. * src/format/format.c: * src/format/format.h: Run the decompilation process and print the results for a given routine. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: Create a new attribute: RTT_PUNCT. * src/Makefile.am: Fix the compilation order and the final link. 10-11-06 Cyrille Bagard * configure.ac: Add the new Makefiles from the 'src/analysis/decomp', 'src/decomp' and 'src/decomp/lang' directories to AC_CONFIG_FILES. * src/analysis/binary.c: * src/analysis/binary.h: Save decompilation works into code buffers. * src/analysis/decomp/decompiler.c: * src/analysis/decomp/decompiler.h: * src/analysis/decomp/Makefile.am: New entries: define the entry point for decompilations. * src/analysis/exporter.h: Move some code into gbufferline.h. * src/analysis/Makefile.am: Build and use decomp/libanalysisdecomp.la. * src/decomp/lang/java.c: * src/decomp/lang/java.h: * src/decomp/lang/Makefile.am: * src/decomp/Makefile.am: * src/decomp/output.c: * src/decomp/output.h: * src/decomp/output-int.h: New entries: provide tools to write code for a given language in a generic way. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: Kill the 'GContentExporter' interface by moving its properties here. * src/glibext/gcodebuffer.c: Fix bugs in rendering. * src/gtkext/gtksourceview.c: Update code to use and draw an internal code buffer. * src/Makefile.am: Use the new libraries. 10-11-04 Cyrille Bagard * i18n.h: New entriy: introduce translations. * Makefile.am: Add po to SUBDIRS. * po/fr.po: * po/LINGUAS: * po/openida.pot: New entries: introduce translations. * po/POTFILES.in: Update the list of files to analyse. * src/analysis/binary.c: * src/editor.c: * src/main.c: Update code. 10-11-02 Cyrille Bagard * src/analysis/binary.c: Typo. 10-11-02 Cyrille Bagard * src/analysis/binary.c: * src/analysis/binary.h: Give a direct access to disassembled instructions. * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: Build a linked list of disassembled instructions. 10-10-25 Cyrille Bagard * src/gtkext/gtkblockview.c: Remove dead code. 10-10-24 Cyrille Bagard * src/editor.c: Display the new panel for viewing source code. * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: * src/gtkext/gtkbinview-int.h: * src/gtkext/gtkblockview.c: * src/gtkext/gtkgraphview.c: Update code. * src/gtkext/gtksourceview.c: * src/gtkext/gtksourceview.h: * src/gtkext/gtkviewpanel.c: * src/gtkext/gtkviewpanel.h: * src/gtkext/gtkviewpanel-int.h: New entries: create new abstraction levels for code rendering. * src/gtkext/Makefile.am: Add gtksourceview.[ch], gtkviewpanel-int.h and gtkviewpanel.[ch] to libgtkext_la_SOURCES. * src/panels/panel.c: * src/panels/panel.h: * src/panels/panel-int.h: * src/panels/symbols.c: Update code. * src/project.c: * src/project.h: Clean the code for loaded binaries and load the source view. 10-10-10 Cyrille Bagard * src/editor.c: * src/gtkext/easygtk.c: * src/gtkext/easygtk.h: Introduce menu item accelerators. 10-08-19 Cyrille Bagard * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: * src/arch/x86/op_cmp.c: * src/arch/x86/opcodes.h: Support several extra x86 instructions. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Support three extra x86 operands. * src/arch/x86/op_movzx.c: * src/arch/x86/op_rcl.c: * src/arch/x86/op_rcr.c: * src/arch/x86/op_ret.c: * src/arch/x86/op_rol.c: * src/arch/x86/op_ror.c: * src/arch/x86/op_sar.c: * src/arch/x86/op_shl.c: * src/arch/x86/op_shr.c: * src/arch/x86/processor.c: Support several extra x86 instructions. 10-08-17 Cyrille Bagard * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: Support several extra x86 instructions. * src/arch/x86/Makefile.am: Add op_cmps.c to libarchx86_la_SOURCES. * src/arch/x86/op_cmp.c: Support several extra x86 instructions. * src/arch/x86/op_cmps.c: New entry: support one cmps instruction. * src/arch/x86/opcodes.h: * src/arch/x86/operand.c: * src/arch/x86/op_jump.c: * src/arch/x86/op_sbb.c: * src/arch/x86/op_set.c: * src/arch/x86/op_sub.c: * src/arch/x86/processor.c: Support several extra x86 instructions. 10-08-10 Cyrille Bagard * src/format/mangling/itanium_tok.l: Improve the code by using Flex functions. 10-08-10 Cyrille Bagard * src/analysis/routine.c: * src/analysis/routine.h: Improve the code. * src/analysis/type.c: * src/analysis/type.h: Fix one warning, one bug in templates and improve the code. * src/format/mangling/demangler.c: Extend the test suite. * src/format/mangling/itanium_gram.y: * src/format/mangling/itanium_tok.l: Improve Itanium demangling. 10-08-01 Cyrille Bagard * src/format/elf/helper_x86.c: * src/format/elf/symbols.c: Update code. * src/format/mangling/demangler.c: * src/format/mangling/demangler.h: Clean the code and provide a fast way to demangle strings. * src/format/mangling/demangler-int.h: Deleted entry. * src/format/mangling/itanium_gram.y: * src/format/mangling/itanium.h: * src/format/mangling/java_gram.y: * src/format/mangling/java.h: Clean the code. 10-08-01 Cyrille Bagard * src/format/elf/helper_x86.c: Print more warnings on decoding failures. * src/format/mangling/context.c: * src/format/mangling/context.h: * src/format/mangling/context-int.h: * src/format/mangling/demangler.c: * src/format/mangling/demangler.h: * src/format/mangling/itanium_gram.y: * src/format/mangling/itanium.h: Update Itanium demangling by using the new contexts. * src/main.c: Update code. 10-08-01 Cyrille Bagard * src/arch/artificial.c: Destroy the instruction on loading error. * src/arch/dalvik/operand.c: * src/arch/mips/operand.c: Update code. * src/arch/operand.h: Delete the 'AsmOperandSize' definition (use MemoryDataSize instead). * src/arch/x86/op_adc.c: * src/arch/x86/op_add.c: * src/arch/x86/op_and.c: * src/arch/x86/op_arpl.c: * src/arch/x86/op_call.c: * src/arch/x86/op_cmp.c: * src/arch/x86/op_dec.c: * src/arch/x86/operand.c: * src/arch/x86/operand.h: * src/arch/x86/op_inc.c: * src/arch/x86/op_int.c: * src/arch/x86/op_jump.c: * src/arch/x86/op_lea.c: * src/arch/x86/op_mov.c: * src/arch/x86/op_movs.c: * src/arch/x86/op_movsx.c: * src/arch/x86/op_movzx.c: * src/arch/x86/op_mul.c: * src/arch/x86/op_not.c: * src/arch/x86/op_or.c: * src/arch/x86/op_pop.c: * src/arch/x86/op_push.c: * src/arch/x86/op_rcl.c: * src/arch/x86/op_rcr.c: * src/arch/x86/op_rol.c: * src/arch/x86/op_ror.c: * src/arch/x86/op_sar.c: * src/arch/x86/op_sbb.c: * src/arch/x86/op_shl.c: * src/arch/x86/op_shr.c: * src/arch/x86/op_stos.c: * src/arch/x86/op_sub.c: * src/arch/x86/op_test.c: * src/arch/x86/op_xchg.c: * src/arch/x86/op_xor.c: Update code. * src/arch/x86/processor.c: Set the x86 minimal instruction size. Update code. * src/arch/x86/processor.h: * src/arch/x86/registers.c: Update code. 10-07-29 Cyrille Bagard * configure.ac: Add one extra definition to src/gtkext/iodamarshal.list. * pixmaps/breakpoint_disabled.png: * pixmaps/breakpoint_normal.png: New entries: add pictures for breakpoints. * pixmaps/Makefile.am: Add breakpoint_disabled.png and breakpoint_normal.png to EXTRA_DIST. * src/analysis/binary.c: * src/analysis/binary.h: Manage breakpoints groups and breakpoint signals. * src/common/cpp.h: New entry: define SIZE_T_MAXLEN. * src/common/endianness.c: * src/common/endianness.h: Read numbers from strings. * src/common/Makefile.am: Add cpp.h to libcommon_la_SOURCES. * src/debug/break.c: * src/debug/break.h: New entries: define breakpoints and breakpoints groups. * src/debug/debugger.c: * src/debug/debugger.h: New entries: improve code. * src/debug/debugger-int.h: Create a new signal for breakpoints. * src/debug/debuggers.c: * src/debug/debuggers.h: Deleted entries. * src/debug/Makefile.am: Remove debuggers.[ch] from libdebug_la_SOURCES and add break.[ch] and debugger.[ch]. * src/debug/ptrace/ptrace.h: Update code. * src/debug/remgdb/gdb.c: * src/debug/remgdb/gdb.h: Improve the GDB client. * src/debug/remgdb/helpers.c: * src/debug/remgdb/helpers.h: New entries: decode one 'Stop Reply' GDB packet. * src/debug/remgdb/Makefile.am: Add helpers.[ch] to libdebugremgdb_la_SOURCES. * src/debug/remgdb/packet.c: * src/debug/remgdb/packet.h: * src/debug/remgdb/stream.c: Ack received GDB packets. * src/editor.c: Update code. * src/glibext/Makefile.am: Add proto.h to libglibext_la_SOURCES. * src/glibext/proto.h: New entry: define GExtFunc prototype. * src/gtkext/gtkblockview.c: Update code. * src/main.c: Clean code. * src/panels/breaks.c: * src/panels/breaks.h: New entries: build a panel for breakpoints. * src/panels/Makefile.am: Add breaks.[ch] to libpanels_la_SOURCES. * src/panels/panel.c: * src/panels/panel.h: * src/panels/panel-int.h: Update panels on binary change. Load the new panel for breakpoints. * src/panels/registers.h: * src/panels/symbols.c: Update code. 10-07-17 Cyrille Bagard * src/debug/Makefile.am: * src/debug/ptrace/Makefile.am: * src/debug/remgdb/Makefile.am: * src/Makefile.am: Reorganize the debug directories. 10-07-17 Cyrille Bagard * src/glibext/gcodebuffer.c: * src/glibext/gcodebuffer.h: * src/gtkext/gtkblockview.c: Restore the breakpoints in the GUI. 10-06-28 Cyrille Bagard * configure.ac: Add the new Makefile from the 'src/arch/arm' directory to AC_CONFIG_FILES. * src/analysis/binary.c: Display a message for the ARM architecture. * src/arch/arm/Makefile.am: * src/arch/arm/processor.c: * src/arch/arm/processor.h: New entries: begin to support the ARM architecture. * src/arch/artificial.c: * src/arch/dalvik/processor.c: Update code. * src/arch/immediate.c: * src/arch/immediate.h: Pad values with 0 when printing if needed. * src/arch/Makefile.am: Add arm/libarcharm.la to libarch_la_LIBADD and arm to SUBDIRS. * src/arch/processor.c: * src/arch/processor.h: * src/arch/processor-int.h: Define the minimal instruction size for a given architecture. * src/format/elf/elf.c: * src/format/elf/elf_def.h: * src/format/executable.h: Recognize the ARM architecture when needed. 10-06-27 Cyrille Bagard * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction.h: Support one sub opcode and fix the conditional jump ones. * src/arch/dalvik/Makefile.am: Add op_sub.c to libarchdalvik_la_SOURCES. * src/arch/dalvik/opcodes.h: Support one sub opcode. * src/arch/dalvik/operand.c: Fix many bugs with the branch targets. * src/arch/dalvik/op_sub.c: New entry: support one sub opcode. * src/arch/dalvik/processor.c: Support one sub opcode and reorganize the conditional jump ones. 10-06-20 Cyrille Bagard * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction.h: Support more Dalvik opcodes. * src/arch/dalvik/Makefile.am: Add op_aget.c, op_aput.c, op_array.c, op_check.c, op_cmp.c, op_goto.c, op_if.c, op_sput.c and op_to.c to libarchdalvik_la_SOURCES. * src/arch/dalvik/op_aget.c: * src/arch/dalvik/op_aput.c: * src/arch/dalvik/op_array.c: * src/arch/dalvik/op_check.c: * src/arch/dalvik/op_cmp.c: New entries: support more Dalvik opcodes. * src/arch/dalvik/opcodes.h: * src/arch/dalvik/op_const.c: * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: Support more Dalvik opcodes. * src/arch/dalvik/op_goto.c: * src/arch/dalvik/op_if.c: New entries: support more Dalvik opcodes. * src/arch/dalvik/op_move.c: * src/arch/dalvik/op_mul.c: * src/arch/dalvik/op_new.c: * src/arch/dalvik/op_ret.c: * src/arch/dalvik/op_sget.c: Support more Dalvik opcodes. * src/arch/dalvik/op_sput.c: * src/arch/dalvik/op_to.c: New entries: support more Dalvik opcodes. * src/arch/dalvik/processor.c: Support more Dalvik opcodes. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Typo. * src/common/endianness.c: Load 64-bit values. 10-06-16 Cyrille Bagard * src/format/dex/dex_def.h: * src/format/dex/method.c: Look at access flags for computing native methods size. 10-06-15 Cyrille Bagard * src/analysis/binary.c: Be sure to stay in loaded binary data. * src/common/endianness.c: * src/common/leb128.c: Report suspicious positions as errors. * src/format/dex/dex-int.c: Handle errors when allocating to much memory. * src/format/dex/method.c: Handle errors when loading methods from the DEX pool. * src/panels/symbols.c: Typo. 10-06-06 Cyrille Bagard * src/analysis/routine.c: Fix a bug: forget the return type when dealing with converting options. 10-06-06 Cyrille Bagard * pixmaps/Makefile.am: Add more pictures to EXTRA_DIST and oidapix_DATA. * pixmaps/symbol_class_classic.png: * pixmaps/symbol_package.png: * pixmaps/symbol_routine_classic.png: * pixmaps/tbutton_collapse.png: * pixmaps/tbutton_expand.png: * pixmaps/tbutton_list_view.png: * pixmaps/tbutton_namespace.png: * pixmaps/tbutton_tree_view.png: New entries: add icons to the symbols panel. * src/analysis/routine.c: * src/analysis/routine.h: Be able to unset the return type. Add a function to get the namespace. Provide more options when converting an item to string. * src/analysis/type.c: * src/analysis/type.h: * src/analysis/variable.c: * src/analysis/variable.h: Provide more options when converting an item to string. * src/format/dex/dex_def.h: * src/format/dex/dex-int.c: * src/format/dex/dex-int.h: Define and load 'type_item' and 'type_list' DEX items. * src/format/dex/pool.c: Properly load the return type and the argument types for a routine. * src/format/mangling/java_gram.y: Fix two bugs: 'V' -> token V and the java_error() prototype. * src/format/mangling/java_tok.l: Remove some debug code. * src/gtkext/easygtk.c: * src/gtkext/easygtk.h: Provide functions to quickly create toolbar items. * src/gtkext/support.c: * src/gtkext/support.h: Provide functions to load images or picture buffers from files. * src/panels/symbols.c: Use a treeview with icons to show all known symbols. * src/panels/symbols.h: Typo. 10-06-02 Cyrille Bagard * src/analysis/binary.c: Insert all foudn routines in a better way. * src/format/dex/class.c: * src/format/dex/class.h: * src/format/dex/dex.c: * src/format/dex/method.c: * src/format/dex/method.h: Register all found routines. 10-05-23 Cyrille Bagard * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction.h: Support extra Dalvik opcodes. * src/arch/dalvik/Makefile.am: Add the op_and, op_div.c, op_or.c, op_rem.c, op_rsub.c and op_xor.c files to libarchdalvik_la_SOURCES. * src/arch/dalvik/op_add.c: Support extra Dalvik opcodes. * src/arch/dalvik/op_and.c: New entry: support extra Dalvik opcodes. * src/arch/dalvik/opcodes.h: Support extra Dalvik opcodes. * src/arch/dalvik/op_div.c: New entry: support extra Dalvik opcodes. * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: Support new kinds of operands: 22S and 23X. * src/arch/dalvik/op_mul.c: Support extra Dalvik opcodes. * src/arch/dalvik/op_or.c: * src/arch/dalvik/op_rem.c: * src/arch/dalvik/op_rsub.c: * src/arch/dalvik/op_xor.c: New entries: support extra Dalvik opcodes. * src/arch/dalvik/processor.c: Support extra Dalvik opcodes. 10-05-21 Cyrille Bagard * src/dialogs/about.c: Typo. * src/format/dex/pool.h: * src/format/dex/pool.c: Increase security by checking the requested index when reading a pool item. 10-05-20 Cyrille Bagard * src/dialogs/about.c: Fix a bug: make sure all figures of revision are displayed. 10-05-20 Cyrille Bagard * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction.h: Add support for a few more Dalvik instructions. * src/arch/dalvik/Makefile.am: Add the op_add.c, op_iget.c, op_iput.c, op_move.c and op_new.c files to libarchdalvik_la_SOURCES. * src/arch/dalvik/op_add.c: New entry: add support for one more Dalvik instruction. * src/arch/dalvik/opcodes.h: * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: Add support for a few more Dalvik instructions. * src/arch/dalvik/op_iget.c: * src/arch/dalvik/op_iput.c: * src/arch/dalvik/op_move.c: * src/arch/dalvik/op_new.c: New entries: add support for a few more Dalvik instructions. * src/arch/dalvik/processor.c: Add support for a few more Dalvik instructions. 10-05-19 Cyrille Bagard * Makefile.am: Update code. * revision.h: Deleted entry. * revision.h.in: New entry: define the pattern of the revision.h file. 10-05-19 Cyrille Bagard * Makefile.am: Fix the computing. 10-05-19 Cyrille Bagard * Makefile.am: Compute the revision number based on SVN. * pixmaps/Makefile.am: Install most of the new pictures. * pixmaps/openida.png: * pixmaps/openida_text.png: * pixmaps/openida_text.xcf: * pixmaps/openida.xcf: * pixmaps/revision_0.png: * pixmaps/revision_1.png: * pixmaps/revision_2.png: * pixmaps/revision_3.png: * pixmaps/revision_4.png: * pixmaps/revision_5.png: * pixmaps/revision_6.png: * pixmaps/revision_7.png: * pixmaps/revision_8.png: * pixmaps/revision_9.png: * pixmaps/revision.png: New entries: add all pictures needed for the about window. * revision.h: Create the header file containing the revision number. * src/dialogs/about.c: * src/dialogs/about.h: New entries: display the about window. * src/dialogs/Makefile.am: Add the about.[ch] to libdialogs_a_SOURCES. * src/dialogs/plugins.h: Typo. * src/editor.c: Add a help/about menu. * src/format/Makefile.am: Exclude the dwarf directory from compilation (for now). * src/gtkext/support.h: Typo. 10-05-17 Cyrille Bagard * configure.ac: Add the new Makefiles from the 'plugins/dexresolver' directory to AC_CONFIG_FILES. * plugins/dexresolver/context.c: * plugins/dexresolver/context.h: * plugins/dexresolver/Makefile.am: * plugins/dexresolver/operand.c: * plugins/dexresolver/operand.h: * plugins/dexresolver/plugin.c: * plugins/dexresolver/plugin.h: New entries: give more details for each operand relative to one DEX pool. * plugins/Makefile.am: Add dexresolver to SUBDIRS. * src/analysis/exporter.c: Define a color for the RTT_STRING attribute. * src/analysis/variable.c: * src/analysis/variable.h: Define more properties for variables. * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: Provide methods to access internal fields of GDalvikPoolOperand instances. * src/arch/instruction.c: * src/arch/instruction.h: Typo. * src/format/dex/dex_def.h: * src/format/dex/dex-int.c: * src/format/dex/dex-int.h: Define and read prototype and field identifiers. Set NO_INDEX. * src/format/dex/pool.c: * src/format/dex/pool.h: Extract strings and fields from the DEX pool. * src/plugins/context.c: * src/plugins/context.h: * src/plugins/context-int.h: New entries: create contexts for each running instance of a plugin. * src/plugins/Makefile.am: Add the context-int.h and context.[ch] files to libplugins_la_SOURCES. * src/plugins/pglist.c: Enable plugins again. * src/plugins/plugin.c: * src/plugins/plugin-def.h: Improve the way plugins are managed: introduce instances and type. * src/plugins/plugin.h: Typo. * src/plugins/plugin-int.h: Improve the way plugins are managed: introduce instances and type. 10-05-13 Cyrille Bagard * configure.ac: Add the new Makefiles from the 'src/arch/dalvik' and 'src/format/dex' directories to AC_CONFIG_FILES. * src/analysis/binary.c: Print a messsage when Dalvik VM is detected. * src/analysis/exporter.c: * src/analysis/exporter.h: Add a new rendering attributes type: RTT_SECTION. * src/analysis/routine.c: * src/analysis/routine.h: * src/analysis/type.c: * src/analysis/type.h: Handle namespaces in types/routines name. * src/arch/archbase.h: Handle 4-bit sizes. * src/arch/artificial.c: Fix a bug: 'db' is not a 'ret' keyword and it must be known. * src/arch/dalvik/instruction.c: * src/arch/dalvik/instruction.h: * src/arch/dalvik/Makefile.am: * src/arch/dalvik/opcodes.h: * src/arch/dalvik/op_const.c: * src/arch/dalvik/operand.c: * src/arch/dalvik/operand.h: * src/arch/dalvik/op_invoke.c: * src/arch/dalvik/op_mul.c: * src/arch/dalvik/op_nop.c: * src/arch/dalvik/op_ret.c: * src/arch/dalvik/op_sget.c: * src/arch/dalvik/processor.c: * src/arch/dalvik/processor.h: * src/arch/dalvik/register.c: * src/arch/dalvik/register.h: Support the Dalvik Virtual Machine (partially). * src/arch/immediate.c: * src/arch/immediate.h: Handle 4-bit values. Use MemoryDataSize instead of the dying AsmOperandSize. * src/arch/jvm/processor.c: Typo. * src/arch/Makefile.am: Add dalvik/libarchdalvik.la to libarch_la_LIBADD and dalvik to SUBDIRS. * src/arch/processor.c: * src/arch/processor.h: Register Dalvik VM as a new architecture. * src/arch/x86/opcodes.h: * src/arch/x86/operand.c: * src/arch/x86/processor.h: Typo. * src/common/endianness.c: * src/common/endianness.h: Read 4-bit values. Use MemoryDataSize instead of the dying AsmOperandSize. * src/common/leb128.c: * src/common/leb128.h: Load LEB128 values here. * src/common/Makefile.am: Add the leb128.[ch] files to libcommon_la_SOURCES. * src/format/dex/class.c: * src/format/dex/class.h: * src/format/dex/dex.c: * src/format/dex/dex_def.h: * src/format/dex/dex.h: * src/format/dex/dex-int.c: * src/format/dex/dex-int.h: * src/format/dex/Makefile.am: * src/format/dex/method.c: * src/format/dex/method.h: * src/format/dex/pool.c: * src/format/dex/pool.h: Support the Dalvik Executable file format (partially). * src/format/executable.h: Add Dalvik as a legal architecture for formats. * src/format/format.c: * src/format/format.h: Add 'Dalvik Executable' as a new supported format. * src/format/format-int.h: Remove a gcc warnings about discarding qualifiers ('const'). * src/format/java/java-int.h: Typo. * src/format/Makefile.am: Add dex/libformatdex.la to libformat_la_LIBADD and dex to SUBDIRS. Dwarf support is currently disabled. * src/format/mangling/context.c: * src/format/mangling/context.h: * src/format/mangling/context-int.h: * src/format/mangling/demangler.c: * src/format/mangling/demangler.h: Change the way demangling is processed: use now contexts to memorize per session states. Get able to decode only types. * src/format/mangling/java_gram.y: * src/format/mangling/java.h: * src/format/mangling/java_tok.l: Add a Java/DEX demangler. * src/format/mangling/Makefile.am: Update the name of the output files in order to be able to have several analysers in the same program. * src/main.c: Update code. 10-04-24 Cyrille Bagard * src/arch/jvm/operand.c: Fix included headers. * src/dialogs/binparts.c: * src/dialogs/binparts.h: Typo. * src/dialogs/Makefile.am: Add the plugins.[ch] files to libdialogs_a_SOURCES. * src/dialogs/plugins.c: * src/dialogs/plugins.h: New entries: begin to allow plugins selection. * src/editor.c: Add a menu the select plugins for a loaded binary. * src/format/format.c: * src/format/format.h: Register the Java format as [quite] valid. * src/format/java/java.c: * src/format/java/java_def.h: * src/format/java/java.h: * src/format/java/java-int.c: New entries: follow the usual model of file format. * src/format/java/java-int.h: * src/format/java/Makefile.am: * src/format/java/pool.c: * src/format/java/pool.h: * src/format/Makefile.am: Update a little bit the Java part (welcome back). * src/format/pe/pe.c: * src/format/pe/pe.h: * src/format/pe/pe-int.h: Typo. 10-04-19 Cyrille Bagard * src/analysis/binary.c: Display the old built prologues. * src/analysis/exporter.c: Define attributes for printing binary content using GLib. * src/analysis/line.c: Provide a function to merge lines lists. * src/analysis/line_comment.c: Export content to GLib buffer. * src/analysis/line.h: * src/analysis/line-int.h: Provide a function to merge lines lists. * src/analysis/line_prologue.c: Export content to GLib buffer. * src/common/dllist.h: Merge lists using dl_list_merge ; dl_list_pop needs to be fixed. * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: Add the ability to merge line columns. * src/glibext/gbuffersegment.c: * src/glibext/gbuffersegment.h: Take care of attributes when drawing glyphs. * src/glibext/gcodebuffer.c: Fix a bug: the range of lines to draw has to be smaller than the number of internal lines. 10-04-18 Cyrille Bagard * src/analysis/Makefile.am: Add the type.[ch] files to libanalysis_la_SOURCES. * src/analysis/routine.c: * src/analysis/routine.h: Use the new types in routines. * src/analysis/type.c: * src/analysis/type.h: New entries: define several kinds of types. * src/analysis/variable.c: * src/analysis/variable.h: Create variable objects using GLib. * src/format/dwarf/Makefile.am: Add LIBXML_CFLAGS to INCLUDES in order to fix compilation. * src/format/elf/helper_x86.c: Disable the demangling process with symbols. * src/format/mangling/itanium_gram.y: * src/format/mangling/itanium_tok.l: Improve the Itanium demangler. * src/format/mangling/Makefile.am: Add LIBXML_CFLAGS to INCLUDES in order to fix compilation. * src/main.c: Test the Itanium demangler. 10-04-11 Cyrille Bagard * plugins/stackvars/operand.c: * src/analysis/exporter.c: * src/analysis/exporter.h: * src/analysis/exporter-int.h: * src/analysis/line_code.c: * src/analysis/line_comment.c: * src/analysis/line_prologue.c: * src/arch/immediate.c: * src/arch/instruction.c: * src/arch/x86/operand.c: * src/arch/x86/registers.c: * src/gtkext/gtkblockview.c: * src/main.c: Clean the code by removing all references to the old GtkTextBuffer usage. 10-04-11 Cyrille Bagard * src/analysis/exporter.c: * src/analysis/exporter.h: * src/analysis/exporter-int.h: * src/analysis/line_code.c: * src/arch/immediate.c: * src/arch/instruction.c: * src/arch/x86/operand.c: * src/arch/x86/registers.c: Export content into the new display buffer format (line of code only). * src/glibext/gbufferline.c: * src/glibext/gbufferline.h: * src/glibext/gbuffersegment.c: * src/glibext/gbuffersegment.h: * src/glibext/gcodebuffer.c: * src/glibext/gcodebuffer.h: New entries: provide a faster than GTK display buffer. * src/glibext/Makefile.am: Add the gbufferline.[ch], gbuffersegment.[ch] and gcodebuffer.[ch] files to libglibext_la_SOURCES. * src/gtkext/gtkblockview.c: Display the view using the new internal display buffer. * src/gtkext/gtkextstatusbar.c: Improve the processing time: skip all cases which don't change the progress status enough (< 1%). * src/plugins/pglist.c: Disable all plugins (again). 10-04-05 Cyrille Bagard * configure.ac: Add the new Makefile from the 'plugins/theseus' directory to AC_CONFIG_FILES. * plugins/Makefile.am: Add theseus to SUBDIRS. * plugins/pyoida/pyoida.c: Disable the Python plugin. * plugins/theseus/Makefile.am: * plugins/theseus/theseus.c: * plugins/theseus/theseus.h: New entries: create a plugin to follow the control flow in order to avoid showing garbage. Not yet fully working. Tested with the grainne crackme. * src/analysis/binary.c: * src/analysis/binary.h: Provide the storage address of the rendering lines. * src/analysis/line.c: * src/analysis/line.h: * src/analysis/line-int.h: Add some useful functions to remove or insert lines. * src/plugins/plugin.c: * src/plugins/plugin-def.h: Add a missing argument (the plugin address) when calling exec_on_bin(). 10-04-05 Cyrille Bagard * src/format/elf/elf.c: * src/format/elf/elf_def.h: * src/format/elf/elf-int.c: * src/format/elf/elf-int.h: * src/format/elf/helper_x86.c: Reorganize the ELF header (32 or 64 bits). * src/format/elf/Makefile.am: Add the program.[ch] files to libformatelf_la_SOURCES. * src/format/elf/program.c: * src/format/elf/program.h: New entries: provide program header relative functions. * src/format/elf/section.c: * src/format/elf/strings.c: Reorganize the ELF header (32 or 64 bits). 10-04-05 Cyrille Bagard * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: Support some extra opcodes : popa and arpl. * src/arch/x86/Makefile.am: Add op_arpl.c to libarchx86_la_SOURCES. * src/arch/x86/op_arpl.c: New entry: support the 'arpl' instruction. * src/arch/x86/opcodes.h: * src/arch/x86/op_pop.c: * src/arch/x86/processor.c: Support some extra opcodes : popa and arpl. 10-03-31 Cyrille Bagard * configure.ac: Add the new Makefiles from the 'plugins/pyoida/*' directories to AC_CONFIG_FILES. * plugins/pyoida/analysis/binary.c: * plugins/pyoida/analysis/binary.h: * plugins/pyoida/analysis/exporter.c: * plugins/pyoida/analysis/exporter.h: * plugins/pyoida/analysis/exporter-int.h: * plugins/pyoida/analysis/line.c: * plugins/pyoida/analysis/line.h: * plugins/pyoida/analysis/Makefile.am: * plugins/pyoida/analysis/module.c: * plugins/pyoida/analysis/module.h: * plugins/pyoida/analysis/roptions.c: * plugins/pyoida/analysis/roptions.h: * plugins/pyoida/arch/archbase.c: * plugins/pyoida/arch/archbase.h: * plugins/pyoida/arch/Makefile.am: * plugins/pyoida/arch/module.c: * plugins/pyoida/arch/module.h: * plugins/pyoida/arch/processor.c: * plugins/pyoida/arch/processor.h: * plugins/pyoida/format/executable.c: * plugins/pyoida/format/executable.h: * plugins/pyoida/format/Makefile.am: * plugins/pyoida/format/module.c: * plugins/pyoida/format/module.h: * plugins/pyoida/Makefile.am: * plugins/pyoida/plugin.c: * plugins/pyoida/plugin.h: * plugins/pyoida/pyoida.c: * plugins/python/lnxsyscalls/lnxsyscalls.py: New entries: implement first steps to a Python plugins support. * src/analysis/exporter-int.h: Typo. * src/analysis/line.c: Add functions to set or get comments. Provide the previous line of a given one. * src/analysis/line_code.c: Improve the speed of exporting to GTK buffers. * src/analysis/line.h: * src/analysis/line-int.h: Add functions to set or get comments. Provide the previous line of a given one. * src/common/dllist.h: Add a function to retrieve the previous item. * src/common/environment.c: * src/common/environment.h: New entries: deal with environment variables. * src/common/Makefile.am: Add environment.[ch] to libcommon_la_SOURCES. * src/plugins/Makefile.am: Add plugin-int.h to libplugins_la_SOURCES. * src/plugins/pglist.c: Allow extern code to add plugins. * src/plugins/plugin.c: * src/plugins/plugin-def.h: Move some parts of the plugins definition. * src/plugins/plugin-int.h: New entry: move some parts of the plugins definition. 10-03-28 Cyrille Bagard * src/analysis/binary.c: * src/analysis/roptions.c: * src/analysis/roptions.h: * src/dialogs/export.c: Remove the second argument of the g_rendering_options_new() function as it can be guessed from the first one. 10-03-21 Cyrille Bagard * src/analysis/exporter.c: * src/analysis/exporter.h: * src/analysis/exporter-int.h: * src/analysis/line_code.c: * src/analysis/line_comment.c: * src/analysis/line_prologue.c: Add an interface to export content as simple text. * src/analysis/roptions.c: * src/analysis/roptions.h: Handle the syntax of the assembly code here. * src/arch/immediate.c: * src/arch/instruction.c: * src/arch/x86/operand.c: * src/arch/x86/registers.c: Add an interface to export content as simple text. * src/dialogs/export.c: * src/dialogs/export.h: Allow a simple export of an assembly content. * src/dialogs/Makefile.am: Add export.[ch] to libdialogs_a_SOURCES. * src/editor.c: Update the GUI. Typo. * src/gtkext/easygtk.c: * src/gtkext/easygtk.h: Provide a function to quickly create a check button. 10-03-11 Cyrille Bagard * src/format/elf/elf.c: Typo. * src/format/format.c: * src/format/format.h: Include PE as a valid executable format. * src/format/Makefile.am: Add pe/libformatpe.la to libformat_la_LIBADD. * src/format/pe/e_pe.c: * src/format/pe/e_pe.h: Deleted entries ; see the pe.[ch] files instead. * src/format/pe/Makefile.am: * src/format/pe/pe.c: * src/format/pe/pe_def.h: * src/format/pe/pe.h: * src/format/pe/pe-int.c: * src/format/pe/pe-int.h: * src/format/pe/section.c: * src/format/pe/section.h: * src/format/pe/symbols.c: * src/format/pe/symbols.h: Add first steps for a full PE support. 10-02-23 Cyrille Bagard * src/analysis/binary.c: * src/gtkext/gtkblockview.c: Avoid crashes when loading unrecognized files. 10-01-02 Cyrille Bagard * src/analysis/binary.c: * src/analysis/binary.h: Fix the prototype of the function giving access to disassembled parts. * src/dialogs/binparts.c: * src/dialogs/binparts.h: Load, save and edit some binary parts selection. * src/dialogs/Makefile.am: News entry: add this missing file. * src/editor.c: Fix a call. * src/format/elf/elf.c: * src/format/elf/section.c: * src/format/elf/section.h: * src/format/executable.c: * src/format/executable.h: * src/format/executable-int.h: Provide a way to translate addresses into file positions. * src/format/part.c: * src/format/part.h: Create a function to dump parts. 09-12-13 Cyrille Bagard * src/analysis/binary.c: Load and save binary parts (default, routines and user defined). * src/analysis/line.c: * src/analysis/line-int.h: Use the new functions to insert lines. * src/arch/jvm/Makefile.am: * src/arch/Makefile.am: * src/arch/mips/Makefile.am: * src/arch/x86/Makefile.am: Add LIBXML_CFLAGS to INCLUDES. * src/common/dllist.c: * src/common/dllist.h: Remove the buggy *splice* functions and replace them with dl_list_add_before. * src/common/xml.c: * src/common/xml.h: Create functions to add nodes or attributes to XML nodes. * src/format/elf/elf.c: Provide a way to translate a file offset into a virtual address. * src/format/elf/Makefile.am: Add LIBXML_CFLAGS to INCLUDES. * src/format/elf/section.c: * src/format/elf/section.h: * src/format/executable.c: * src/format/executable.h: * src/format/executable-int.h: Provide a way to ranslate a file offset into a virtual address. * src/format/java/Makefile.am: Add LIBXML_CFLAGS to INCLUDES. * src/format/Makefile.am: Add LIBXML_CFLAGS to INCLUDES. * src/format/part.c: * src/format/part.h: Load and save parts unsing XML. * src/format/pe/Makefile.am: Add LIBXML_CFLAGS to INCLUDES. 09-12-02 Cyrille Bagard * src/format/elf/helper_x86.c: * src/format/elf/symbols.c: Begin to demangle C++ function names. * src/format/mangling/itanium_gram.y: * src/format/mangling/itanium_tok.l: Improve the Itanium demangling. * src/format/symbol.c: * src/format/symbol.h: Use the attached routine to provide a name when possible. 09-11-20 Cyrille Bagard * src/configuration.c: * src/configuration.h: Handle boolean values in configurations. * src/editor.c: Better supervise the closing of the editor. * src/params.h: Define an (not yet used) 'Auto save' parameter. * src/project.c: * src/project.h: Provide the storing filename instead of only telling if there is one or not. 09-11-19 Cyrille Bagard * configure.ac: Add the new Makefile from the 'src/dialogs/Makefile' directory to AC_CONFIG_FILES. * src/analysis/binary.c: * src/analysis/binary.h: Handle several kinds of binary parts. * src/dialogs/binparts.c: * src/dialogs/binparts.h: New entries: create a dialog window to select binary parts to disassemble. * src/dlg_sections.c: * src/dlg_sections.h: Moved entries: see the src/dialogs/binparts.[ch] files. * src/editor.c: Update code and add menus. * src/format/elf/elf.c: Load the name of sections. * src/format/elf/section.c: Typo: add a 'FIXME' comment. * src/format/part.c: * src/format/part.h: Provide a way to retrieve the name of a binary part. * src/Makefile.am: Add dialogs/libdialogs.a to openida_LDADD. * src/project.c: Fix a bug when saving projects. 09-11-07 Cyrille Bagard * configure.ac: * plugins/govm/build.c: * plugins/govm/build.h: * plugins/govm/goas.c: * plugins/govm/gram.y: * plugins/govm/instruction.c: * plugins/govm/instruction.h: * plugins/govm/Makefile.am: * plugins/govm/samples/test.asm: * plugins/govm/tok.l: Provide a small assembler for the GoVM architecture. 09-10-31 Cyrille Bagard * plugins/pyoida/analysis/py_binary.c: * plugins/pyoida/analysis/py_line.c: * plugins/pyoida/py_log.c: Adapt code for supporting Python 3. 09-10-29 Cyrille Bagard * src/analysis/exporter.c: Remove useless code handling GTK iterator position. * src/arch/x86/instruction.c: Clean the x86 instructions list. Begin to modify the get_text() function. * src/arch/x86/opcodes.h: Define the x86 decoding function prototype. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Make sure the operand types are always initialized. * src/arch/x86/processor.c: Reorganize the instructions decoding function. * src/gtkext/gtkblockview.c: Remove useless code handling GTK iterator position. Set the layout buffer as late as possible in order to avoid signals. 09-10-23 Cyrille Bagard * src/graph/dot.c: * src/graph/dot.h: * src/graph/layout.c: * src/graph/node.c: * src/graph/node.h: Update calls and prototypes (mainly GtkFixed -> GtkGraphView). * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview-int.h: * src/gtkext/gtkblockview.c: * src/gtkext/gtkgraphview.c: * src/gtkext/gtkgraphview.h: Support scrolling internally and thus fix bugs with big binaries. * src/project.c: Remove the now useless view ports. 09-10-12 Cyrille Bagard * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: * src/arch/x86/opcodes.h: * src/arch/x86/op_set.c: * src/arch/x86/processor.c: Support the 'setl' opcode. 09-10-11 Cyrille Bagard * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: Support extra opcodes. * src/arch/x86/Makefile.am: Add op_movs.c and op_stos.c to libarchx86_la_SOURCES. * src/arch/x86/opcodes.h: Support extra opcodes. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Support a new kind of operands: m(8|16|32). * src/arch/x86/op_movs.c: New entry: add support for the movs opcode. * src/arch/x86/op_movsx.c: Support extra opcodes. * src/arch/x86/op_stos.c: New entry: add support for the stos opcode. * src/arch/x86/processor.c: Support extra opcodes. 09-10-08 Cyrille Bagard * src/format/elf/elf_def.h: Typo. * src/format/elf/section.c: * src/format/elf/section.h: Fix an integer overflow in symbol name index. 09-10-07 Cyrille Bagard * src/arch/artificial.c: Replace a call to g_arch_instruction_attach_one_operand() by a call to g_arch_instruction_attach_extra_operand(). * src/arch/instruction.c: * src/arch/instruction.h: Remove the g_arch_instruction_attach_(one|two)_operand[s]() functions. One can use g_arch_instruction_attach_extra_operand() instead. * src/arch/jvm/operand.c: Replace a call to g_arch_instruction_attach_one_operand() by a call to g_arch_instruction_attach_extra_operand(). * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: * src/arch/x86/op_and.c: * src/arch/x86/op_cmp.c: * src/arch/x86/opcodes.h: Support extra x86 opcodes. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Create a function to load n operands. Remove the older ones allowing to load one or two operands. Add comments to fix later endianness. * src/arch/x86/op_int.c: Replace a call to g_arch_instruction_attach_one_operand() by a call to g_arch_instruction_attach_extra_operand(). * src/arch/x86/op_jump.c: * src/arch/x86/op_mul.c: * src/arch/x86/processor.c: Support extra x86 opcodes. 09-10-06 Cyrille Bagard * src/arch/immediate.c: * src/arch/immediate.h: Export values as off_t type. * src/format/elf/elf_def.h: Define some types of ELF binaries. * src/format/elf/helper_x86.c: * src/format/elf/helper_x86.h: * src/format/elf/symbols.c: Load .rel.plt symbols even for shared libraries. 09-10-04 Cyrille Bagard * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: Support extra x86 opcodes. Fix a bug with two-byte opcodes. * src/arch/x86/Makefile.am: Add op_set.c to libarchx86_la_SOURCES. * src/arch/x86/opcodes.h: * src/arch/x86/op_jump.c: * src/arch/x86/op_not.c: * src/arch/x86/op_or.c: Support extra x86 opcodes. * src/arch/x86/op_set.c: New entry: support the 'sete' and 'setne' opcodes. * src/arch/x86/op_test.c: * src/arch/x86/processor.c: Support extra x86 opcodes. 09-10-04 Cyrille Bagard * src/arch/x86/operand.c: Fix the rendering of ModRM operands. 09-10-04 Cyrille Bagard * src/arch/x86/operand.c: Fix a bug in relative jump operands. 09-10-04 Cyrille Bagard * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: * src/arch/x86/opcodes.h: * src/arch/x86/op_dec.c: * src/arch/x86/op_inc.c: * src/arch/x86/processor.c: Support a few extra instructions (inc/dec rm8/16/32). 09-10-02 Cyrille Bagard * src/gtkext/gtkblockview.c: Only redraw the needed area on view exposure. 09-09-30 Cyrille Bagard * plugins/stackvars/operand.c: * plugins/stackvars/operand.h: Display default name of variables. * plugins/stackvars/stackvars.c: Parse and replace matching operands. * src/analysis/binary.c: Update included headers (prototype -> routine). * src/analysis/exporter.c: * src/analysis/exporter.h: Add a rendering type for variable names. * src/analysis/Makefile.am: Remove prototype.[ch] and add routine.[ch] to libanalysis_la_SOURCES. * src/analysis/prototype.c: * src/analysis/prototype.h: Renamed entries: see routine.[ch]. * src/analysis/routine.c: * src/analysis/routine.h: New entries: insert variables from the stack. * src/analysis/variable.c: * src/analysis/variable.h: Create a new GLib oriented basic variable. * src/arch/immediate.c: * src/arch/immediate.h: Export values to size_t. * src/format/exe_format.h: * src/format/format.h: * src/format/mangling/demangler.h: * src/format/mangling/demangler-int.h: * src/format/symbol.c: * src/format/symbol.h: Update included headers (prototype -> routine). * src/plugins/pglist.c: * src/plugins/plugin.c: Enable plugins again. 09-09-27 Cyrille Bagard * src/arch/x86/operand.c: Fix a copy/paste mistake: the operand size argument is never initialized. 09-09-27 Cyrille Bagard * src/gtkext/gtkblockview.c: Replace hardcoded integer value by G_MAXINT. 09-09-25 Cyrille Bagard * src/editor.c: Update code (mainly GtkDockItem -> GDockItem). * src/gtkext/gtkdockitem.c: * src/gtkext/gtkdockitem.h: * src/gtkext/gtkdockpanel.c: * src/gtkext/gtkdockpanel.h: * src/panels/panel.c: Update code (GtkDockItem -> GDockItem). Free properly unused dock items. * src/panels/registers.c: Remove the last GTK warning by adding a viewport. * src/project.c: * src/project.h: Remember the filename of projects. Manage properly projects (close, reload, aso.). 09-09-20 Cyrille Bagard * Makefile.am: Fix compilation order. * src/analysis/binary.c: Process the disassembly here and use the new queue to push works. * src/analysis/delayed.c: * src/analysis/delayed.h: Deleted entries. Their content is merged with src/analysis/binary.c. * src/analysis/line.c: * src/analysis/line.h: Add functions to retrieve the last line of a list and the length of a line. * src/analysis/line-int.h: Define the lines_list_last() macro. * src/analysis/Makefile.am: Remove the delayed.[ch] files from libanalysis_la_SOURCES. * src/glibext/delayed.c: * src/glibext/delayed.h: * src/glibext/delayed-int.h: Improved heavyly the work queue: it is now more generic and creates thread pools. * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview-int.h: Create a signal called "lines-set". * src/gtkext/gtkblockview.c: * src/gtkext/gtkgraphview.c: Use threads to build the views. The caller has now to carefully wait the end of the building. * src/main.c: Init the generic work queue instead of the disassembly one. * src/plugins/pglist.c: Disable plugins again. * src/project.c: * src/project.h: Update code for building view and fix the concurrency between the threads. * src/shell.c: Keep the standard output clean. 09-09-19 Cyrille Bagard * configure.ac: Add the new Makefile from the 'plugins/pyoida/Makefile' and 'plugins/pyoida/analysis/Makefile' directories to AC_CONFIG_FILES. * plugins/Makefile.am: Add pyoida to SUBDIRS. * plugins/pyoida/analysis/Makefile.am: New entry: compile the analysis part of the pyoida module. * plugins/pyoida/analysis/py_binary.c: * plugins/pyoida/analysis/py_binary.h: * plugins/pyoida/analysis/py_line.c: * plugins/pyoida/analysis/py_line.h: Moved entries: update and clean the code. * plugins/pyoida/analysis/py_line_code.c: * plugins/pyoida/analysis/py_line_code.h: New entries: create PyCodeLine objects based on PyLine ones. * plugins/pyoida/analysis/py_line-int.h: New entry: define the internals of PyLine. * plugins/pyoida/Makefile.am: Rename the library, abandoning the Automake canonical name for the one recognized by Python. Remove py_binary.[ch] and py_line.[ch] from {libpyoida|pyoida}_la_SOURCES. Add analysis/libpyoidaanalysis.la to pyoida_la_LIBADD and update pyoida_la_LDFLAGS. * plugins/pyoida/py_binary.c: * plugins/pyoida/py_binary.h: * plugins/pyoida/py_line.c: * plugins/pyoida/py_line.h: Moved entries (see plugins/pyoida/analysis/). * plugins/pyoida/py_log.c: Update included headers path. * plugins/pyoida/pyoida.c: Update code (openida_binary -> GOpenidaBinary). Load the PyCodeLine objects. * src/analysis/binary.c: Typo. * src/analysis/binary.h: Update included headers path. * src/common/Makefile.am: Add xml.[ch] to libcommon_a_SOURCES, '$(LIBGTK_LIBS) $(LIBXML_LIBS)' to libcommon_la_LDFLAGS and '$(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)' to INCLUDES. * src/common/xml.c: * src/common/xml.h: New entries: moved from the upper directory. Update included headers path. * src/configuration.c: Update included headers path. * src/Makefile.am: Remove the xml.[ch] files from openida_SOURCES. * src/plugins/pglist.c: Enable plugins. * src/plugins/plugin.c: Do not look for the full plugin interface. * src/project.c: Update included headers path. * src/shell.c Try to deal with the terminal. * src/xml.c: * src/xml.h: Moved entries (see src/common/). 09-09-15 Cyrille Bagard * src/format/elf/elf.c: Restore the code using the program headers when no section is found. 09-09-14 Cyrille Bagard * configure.ac: Extend the list of GLib marshals and replace panel by panels in AC_CONFIG_FILES. * src/analysis/binary.c: Update the included headers. * src/analysis/line.c: Typo. * src/debug/ptrace/ptrace.c: Update the included headers. * src/editor.c: Improve the editor window when several binaries are loaded. * src/format/elf/elf.c: * src/format/elf/symbols.c: * src/format/format.c: Update the included headers. * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: Provide the registered binary. * src/gtkext/gtkdockitem.c: * src/gtkext/gtkdockitem.h: Emit a signal when changing the content. * src/gtkext/gtkdockpanel.c: * src/gtkext/gtkdockpanel.h: Emit a signal when switching. Take care of items changing their content. Improve the code and fix bugs/mistakes. * src/main.c: Load all the internal panels using the new way. * src/Makefile.am: Rename panel(s)/panel(s). * src/panels/glimpse.c: * src/panels/glimpse.h: New entries: quite empty for now. * src/panels/log.c: Update the included headers. * src/panels/Makefile.am: Change the name of the library. Add glimpse.[ch] and panel-int.h to libpanels_la_SOURCES ; rename panels.[ch] to panel.[ch]. * src/panels/panel.c: * src/panels/panel.h: * src/panels/panel-int.h: New entries: begin to move to a new way of panel managing using GLib objects and functions to handle all panels. * src/panels/panels.c: * src/panels/panels.h: Move entries: see src/panels/panel.[ch]. * src/panels/symbols.c: * src/panels/symbols.h: Update and improve the panel showing the current symbols. * src/project.c: Update the included headers. Do not update the editor anymore (see 09-09-09 Cyrille Bagard * src/analysis/line.c: * src/analysis/line-int.h: Remove some dead code again. 09-09-09 Cyrille Bagard * src/analysis/line.c: * src/analysis/line_code.c: * src/analysis/line.h: * src/analysis/line-int.h: Remove some dead code. 09-09-09 Cyrille Bagard * pixmaps/breakpoint.png: * pixmaps/entry.png: * pixmaps/stopped.png: New entries: draw external pictures in the left margin of views. * src/analysis/exporter.c: * src/analysis/exporter.h: * src/analysis/exporter-int.h: * src/analysis/line_code.c: * src/analysis/line_comment.c: * src/analysis/line_prologue.c: Track the lengths of the main parts of the lines. * src/gtkext/gtkbinview.c: Draw a border using the style of the view. * src/gtkext/gtkblockview.c: Restore the previous/original rendering of disassemblies (pictures in the left margin + space between the main parts of each line). 09-09-06 Cyrille Bagard * configure.ac: Add the new Makefile from the 'src/debug/remgdb' directory to AC_CONFIG_FILES. * src/analysis/exporter.h: Typo. * src/common/dllist.h: Define dl_list_push and dl_list_pop. * src/debug/Makefile.am: Add remgdb to SUBDIRS. * src/debug/remgdb/gdb.c: * src/debug/remgdb/gdb.h: * src/debug/remgdb/Makefile.am: * src/debug/remgdb/packet.c: * src/debug/remgdb/packet.h: * src/debug/remgdb/stream.c: * src/debug/remgdb/stream.h: * src/debug/remgdb/stream-int.h: * src/debug/remgdb/tcp.c: * src/debug/remgdb/tcp.h: New entries: provide some methods to interact with a GDB server. * src/main.c: Keep by commenting debug code for the GDB client. * src/Makefile.am: Include debug/remgdb/libdebugremgdb.a in openida_LDADD. 09-08-30 Cyrille Bagard * configure.ac: Add the new Makefile from the 'src/glibext' directory to AC_CONFIG_FILES. * src/analysis/binary.c: Update code. * src/analysis/delayed.c: * src/analysis/delayed.h: Update/clean the code by using the generic delayed manager. * src/glibext/delayed.c: * src/glibext/delayed.h: * src/glibext/delayed-int.h: * src/glibext/Makefile.am: New entries: provide a clean way to run delayed tasks. * src/gtkext/gtkblockview.c: Clean and improve the gtk_block_view_set_rendering_lines() function. * src/gtkext/gtkgraphview.c: Clean the gtk_graph_view_set_rendering_lines() function. * src/main.c: Update code. * src/Makefile.am: Create the new liboidaglibext library. Add glibext to SUBDIRS. 09-08-30 Cyrille Bagard * src/editor.c: Quickly fix a bug in binary view lookup. 09-08-30 Cyrille Bagard * configure.ac: Enable AM_SILENT_RULES and disable GTK_DISABLE_DEPRECATED. * plugins/stackvars/stackvars.c: Update call (is_x86_register_...() -> g_x86_register_is_...()). * src/analysis/exporter.c: * src/analysis/exporter.h: * src/analysis/exporter-int.h: New entries: define a new interface for rendering/exporting disassembly. * src/analysis/line.c: * src/analysis/line_code.c: * src/analysis/line_comment.c: * src/analysis/line-int.h: * src/analysis/line_prologue.c: Follow the new way of rendering. * src/analysis/Makefile.am: Add exporter*.[ch] to libanalysis_la_SOURCES. * src/analysis/roptions.h: Define the ShowingArea enumeration (may be removed). * src/arch/archbase.c: New entry: provide one function to translate addresses into strings. * src/arch/archbase.h: Define VMPA_MAX_SIZE for translating into strings. * src/arch/immediate.c: * src/arch/instruction.c: * src/arch/instruction-int.h: Follow the new way of rendering and remove some unused code. * src/arch/Makefile.am: Add archbase.c to libarch_la_SOURCES. * src/arch/operand.c: * src/arch/operand-int.h: * src/arch/x86/operand.c: * src/arch/x86/operand.h: Follow the new way of rendering and remove some unused code. * src/arch/x86/registers.c: * src/arch/x86/registers.h: Make GLib objects from registers and follow the new way of rendering. * src/gtkext/gtkblockview.c: Render using the GTK buffer (crappy version). * src/gtkext/gtkextstatusbar.c: Fix one bug relative to threads. * src/main.c: Load the tag table for the GTK rendering. 09-08-12 Cyrille Bagard * src/analysis/binary.c: Make sure analysis threads are ended one by one. * src/format/elf/helper_x86.c: Fix a bug when accessing the symbols list. * src/gtkext/gtkdockitem.c: * src/gtkext/gtkdockitem.h: * src/gtkext/gtkdockpanel.c: * src/project.c: Change the title of each displayed binary. 09-08-09 Cyrille Bagard * plugins/stackvars/operand.c: * plugins/stackvars/stackvars.c: * src/analysis/binary.c: * src/analysis/binary.h: * src/analysis/delayed.c: * src/analysis/delayed.h: * src/analysis/line_code.c: * src/analysis/roptions.c: * src/analysis/roptions.h: * src/arch/artificial.c: * src/arch/immediate.c: * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: * src/arch/jvm/instruction.c: * src/arch/jvm/operand.c: * src/arch/mips/instruction.c: * src/arch/mips/operand.c: * src/arch/operand.c: * src/arch/operand.h: * src/arch/operand-int.h: * src/arch/processor.c: * src/arch/processor.h: * src/arch/x86/instruction.c: * src/arch/x86/operand.c: Update the code (mainly exe_format -> GExeFormat). * src/common/endianness.c: * src/common/endianness.h: Read uint16_t in little endian, uint64_t and signed values. * src/editor.c: Update the code loading the strings panel. * src/format/dwarf/dwarf.c: * src/format/dwarf/dwarf.h: New entries: create a new interface for the Dwarf debug format. * src/format/dwarf/Makefile.am: Only keep dwarf.[ch] in libformatdwarf_la_SOURCES. * src/format/elf/e_elf.c: * src/format/elf/e_elf.h: Deleted entries: see elf.[ch] instead. * src/format/elf/elf.c: * src/format/elf/elf_def.h: * src/format/elf/elf.h: New entries: define a new interface for the ELF format and do not rely on /usr/include/elf.h anymore. * src/format/elf/elf-int.c: New entry: provide functions to read ELF items (32bits or 64bits). * src/format/elf/elf-int.h: * src/format/elf/helper_x86.c: * src/format/elf/helper_x86.h: Update the code handling the ELF format. * src/format/elf/Makefile.am: Add the elf-int.c, elf.[ch], elf_def.h and symbols.[ch] files to libformatelf_la_SOURCES, remove symbol.[ch] and disable helper_mips.[ch]. * src/format/elf/section.c: * src/format/elf/section.h: * src/format/elf/strings.c: * src/format/elf/strings.h: Update the code handling the ELF format. * src/format/elf/symbol.c: * src/format/elf/symbol.h: Renamed entries: see symbols.[ch]. * src/format/elf/symbols.c: * src/format/elf/symbols.h: New entries: update the code handling the ELF format. * src/format/executable.c: * src/format/executable.h: * src/format/executable-int.h: New entries: define the common properties for all executable formats. * src/format/exe_format.h: Disable the content of this file before removal. * src/format/format.c: * src/format/format.h: * src/format/format-int.h: New entries: define the common properties for all formats. * src/format/Makefile.am: Disable Java and PE building. Define the new libformat_la_SOURCES with executable-int.h, executable.[ch], format-int.h, format.[ch], part.[ch] and symbol.[ch]. * src/format/part.c: * src/format/part.h: New entries: manage binary parts. * src/format/symbol.c: * src/format/symbol.h: New entries: manage binary symbols (objects, functions and strings). * src/gtkext/gtkgraphview.c: Update the code and remove some GCC warnings. * src/main.c: Init all formats. * src/Makefile.am: Remove the pan_strings.[ch] files from openida_SOURCES. * src/panel/Makefile.am: Add the strings.[ch] files to libpanel_a_SOURCES. * src/panel/panels.c: * src/panel/panels.h: Load the strings panel. * src/panel/strings.c: * src/panel/strings.h: New entries: display all found strings. * src/panel/symbols.c: * src/panel/symbols.h: Update the code using the new symbols. * src/pan_strings.c: * src/pan_strings.h: Renamed entries: see panel/strings.[ch]. * src/project.c: Display found strings again. 09-08-01 Cyrille Bagard * configure.ac: Add "VOID:OBJECT,OBJECT" to iodamarshal.list. * src/analysis/binary.c: * src/analysis/binary.h: Remove code and use the new functions from delayed.[ch]. Provide and use signals to catch disassembly end. * src/analysis/delayed.c: * src/analysis/delayed.h: New entries: process disassembling in a dedicated thread. * src/analysis/Makefile.am: Add delayed.[ch] to libanalysis_la_SOURCES. * src/common/dllist.h: Fix a bug in dl_list_del(). * src/editor.c: Update the code ; use the new status bar. * src/format/exe_format.c: Handle NULL parameters in get_bin_part_values(). * src/gtkext/gtkblockview.c: Reduce the number of lines drawn. * src/gtkext/gtkextstatusbar.c: * src/gtkext/gtkextstatusbar.h: New entries: provide a status bar with a progress bar. * src/gtkext/Makefile.am: Add gtkextstatusbar.[ch] to libgtkext_la_SOURCES. * src/main.c: Load the delayed functions manager and update calls for creating projects. * src/project.c: * src/project.h: Display a binary only when its disassembly is completed. 09-07-27 Cyrille Bagard * plugins/stackvars/stackvars.c: * plugins/stackvars/stackvars.h: Update code. * src/analysis/binary.c: * src/analysis/binary.h: Move the openida_binary structure to a GOpenidaBinary GLib object. * src/debug/debugger-int.h: * src/debug/debuggers.c: * src/debug/debuggers.h: * src/debug/ptrace/options.c: * src/debug/ptrace/options.h: * src/debug/ptrace/ptrace.c: * src/editor.c: * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: * src/gtkext/gtkbinview-int.h: * src/gtkext/gtkgraphview.c: * src/plugins/plugin.c: * src/plugins/plugin-def.h: * src/plugins/plugin.h: * src/project.c: * src/project.h: Update code. 09-07-26 Cyrille Bagard * src/analysis/line.c: * src/analysis/line.h: Change the type of the last parameter of g_rendering_line_find_by_y(): from gdouble to int. * src/gtkext/gtkblockview.c: Clean and improve the drawing of the block view. * src/plugins/pglist.c: Disable plugins. 09-07-20 Cyrille Bagard * src/editor.c: Add a menu to create new projects. 09-07-20 Cyrille Bagard * src/project.c: Fix a bug: be sure to have a registered "binview" object at startup. 09-07-20 Cyrille Bagard * configure.ac: Add the new Makefiles from the 'plugins' and 'plugins/stackvars' directories to AC_CONFIG_FILES. * Makefile.am: Add plugins to SUBDIRS. * plugins/Makefile.am: * plugins/stackvars/Makefile.am: * plugins/stackvars/operand.c: * plugins/stackvars/operand.h: * plugins/stackvars/stackvars.c: * plugins/stackvars/stackvars.h: New entries: encapsulate all recognized variables in the stack using a new plugin (need to be continued). * src/analysis/binary.c: Remove code and run plugins after disassembling. * src/arch/instruction.c: * src/arch/instruction.h: Add functions to count or replace operands. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Provide functions to access the internal fields of the ModRM operands. * src/plugins/pglist.c: * src/plugins/pglist.h: * src/plugins/plugin.c: * src/plugins/plugin-def.h: * src/plugins/plugin.h: Change a little bit the way plugins are loaded and managed. 09-07-18 Cyrille Bagard * src/analysis/binary.c: Compute the end of routines with no limit. * src/analysis/line.c: * src/analysis/line.h: Look for a code line in a list of lines. * src/analysis/prototype.c: * src/analysis/prototype.h: Compare routines for qsort(). * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: * src/arch/x86/instruction.c: Add a function which tells if an instruction is a return from a call. * src/format/elf/symbol.c: Clean the code. Only match with real functions when loading symbols. 09-07-16 Cyrille Bagard * src/gtkext/gtkgraphview.c: Fix the ending line of graphic views. 09-07-16 Cyrille Bagard * src/arch/immediate.c: Fix types: uint64_t -> vmpa_t. * src/format/elf/e_elf.c: * src/format/elf/e_elf.h: Restore the routine address resolution. * src/format/elf/elf-int.h: * src/format/elf/strings.c: * src/format/elf/strings.h: * src/format/exe_format.c: * src/format/exe_format.h: * src/format/exe_format-int.h: Fix types: uint64_t -> vmpa_t. 09-07-16 Cyrille Bagard * src/analysis/binary.c: Remove a GCC warning and compute links for unverified conditions. * src/analysis/line.c: * src/analysis/line.h: * src/analysis/line-int.h: Store several destinations for each line when needed. * src/editor.c: Typo: GtkBinview -> GtkBinView. * src/graph/layout.c: Use the new links computed in binary.c and update the code. * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: * src/gtkext/gtkbinview-int.h: Typo: GtkBinview -> GtkBinView. * src/gtkext/gtkgraphview.c: Update the code. * src/panel/symbols.c: Typo: GtkBinview -> GtkBinView. 09-07-15 Cyrille Bagard * src/format/elf/helper_x86.c: * src/panel/symbols.c: Fix bugs/mistakes of previous commits. 09-07-15 Cyrille Bagard * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: Provide the opcode of an x86 instruction. * src/format/elf/e_elf.c: Provide found routines instead of building routines from symbols. * src/format/elf/elf-int.h: Store all found ELF relocations and routines. * src/format/elf/helper_mips.c: Typo. * src/format/elf/helper_x86.c: * src/format/elf/helper_x86.h: New entries: load ELF relocations as new routines. * src/format/elf/Makefile.am: Add the helper_x86.[ch] files to libformatelf_la_SOURCES. * src/format/elf/symbol.c: Call x86 functions from helper_x86.[ch] and clean the code. 09-07-14 Cyrille Bagard * src/configuration.c: * src/configuration.h: Load configuration files using the XDG directory. Define and provide the value of string parameters. * src/editor.c: Clean the code and update calls. * src/main.c: Load the last project at startup. * src/params.h: Update the definition of the main parameters. * src/project.c: * src/project.h: Clean the code. Manage the recent projects list. 09-07-12 Cyrille Bagard * src/analysis/binary.c: * src/analysis/binary.h: Read and save binaries from and into XML files. Remove the previous code. * src/common/extstr.c: * src/common/extstr.h: Build a list of words from a string. * src/configuration.c: * src/configuration.h: Manage basic and generic configurations. * src/editor.c: Clean the code and update calls. Create an 'Open Project' menu item. * src/editor.h: New entry: create a header for editor.c * src/main.c: New entry: move code from editor.c here. Load and save the main configuration. * src/Makefile.am: Add the configuration.[ch], editor.h, main.c and params.[ch] to openida_SOURCES. * src/params.c: * src/params.h: New entries: define the main configuration of the program. * src/project.c: * src/project.h: Read and save projects from and into XML files. Remove the previous code. Display the content of a loaded project onto the GUI. * src/xml.c: * src/xml.h: Reorganize the interactions with the libxml2 : clean the code and provide new functions to write XML files. These files need to be cleaned. 09-07-03 Cyrille Bagard * src/graph/layout.c: Be sure the link lines are drawn. * src/gtkext/gtkgraphview.c: Reset the link lines. 09-07-03 Cyrille Bagard * src/analysis/binary.c: * src/analysis/binary.h: * src/analysis/line.c: * src/analysis/line_code.c: * src/analysis/line_code.h: * src/analysis/line_comment.c: * src/analysis/line_comment.h: * src/analysis/line.h: * src/analysis/line-int.h: * src/analysis/line_prologue.c: Clean the code and update calls. * src/analysis/Makefile.am: Add roptions.[ch] to libanalysis_la_SOURCES. * src/analysis/roptions.c: * src/analysis/roptions.h: New entries: define general rendering options using a GLib object. * src/gtkext/gtkblockview.c: * src/gtkext/gtkblockview.h: * src/gtkext/gtkgraphview.c: Update calls. * src/gtkext/gtklinkrenderer.c: * src/gtkext/gtklinkrenderer.h: New entries: forgot files of a previous commit. * src/project.c: Update calls. 09-07-01 Cyrille Bagard * src/analysis/line.c: * src/analysis/line_code.c: * src/analysis/line_comment.c: * src/analysis/line.h: * src/analysis/line-int.h: * src/analysis/line_prologue.c: Make the lines to have different rendering widths depending on the views. * src/gtkext/gtkblockview.c: * src/gtkext/gtkblockview.h: * src/gtkext/gtkgraphview.c: * src/project.c: Update calls. 09-06-30 Cyrille Bagard * src/arch/x86/processor.c: Try to fix a bug in 'jle' relative address computing. 09-06-30 Cyrille Bagard * src/arch/x86/instruction.c: Fix a copy/paste mistake about the type of a 'jle' link. 09-06-30 Cyrille Bagard * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: * src/arch/x86/Makefile.am: * src/arch/x86/opcodes.h: * src/arch/x86/op_jump.c: * src/arch/x86/op_movsx.c: * src/arch/x86/op_movzx.c: * src/arch/x86/op_mul.c: * src/arch/x86/processor.c: Add a few extra opcodes: imul, jle, movsx and movzx. Most of them are two bytes opcodes. 09-06-30 Cyrille Bagard * src/analysis/binary.c: Disable the "control flow" link for conditional jumps. * src/analysis/line.c: * src/analysis/line.h: Retrieve the destination link of a line. * src/graph/layout.c: Build graphic links from the flow of the code blocks. * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: * src/gtkext/gtkbinview-int.h: * src/gtkext/gtkblockview.c: * src/gtkext/gtkgraphview.c: Add the 'const' qualifier to some parameters when possible. Add some functions to deal with lines/addresses of views. 09-06-29 Cyrille Bagard * src/graph/dot.c: * src/graph/node.c: Improve Graphviz coordinates (not yet perfect). 09-06-29 Cyrille Bagard * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: * src/gtkext/gtkbinview-int.h: * src/gtkext/gtkblockview.c: * src/gtkext/gtkgraphview.c: Reorganize the code. Draw a border around the views when needed. 09-06-28 Cyrille Bagard * src/graph/dot.c: * src/graph/dot.h: Fix a mistake about the coordinates origin. Load links from the dot's output. * src/graph/layout.c: * src/graph/layout.h: Load and attach graphic links. * src/graph/node.c: Use the dpi value to place code blocks. * src/gtkext/gtkblockview.c: Typo. * src/gtkext/gtkgraphview.c: * src/gtkext/gtkgraphview.h: Draw graphic links between the different blocks of code. * src/gtkext/gtklinkrenderer.c: * src/gtkext/gtklinkrenderer.h: New entries: support graphic links between the different blocks of code. * src/gtkext/Makefile.am: Add gtklinkrenderer.[ch] to libgtkext_la_SOURCES. 09-06-25 Cyrille Bagard * configure.ac: Add Graphviz as extra dependency. * src/analysis/line.c: * src/analysis/line_code.c: * src/analysis/line.h: * src/analysis/line-int.h: Set a length for all lines. Store links between lines. * src/graph/dot.c: * src/graph/dot.h: * src/graph/layout.c: * src/graph/layout.h: * src/graph/Makefile.am: * src/graph/node.c: * src/graph/node.h: New entries: use Graphviz library for building graphs (first attempt). * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: * src/gtkext/gtkbinview-int.h: Store the loaded binary here. Add functions for the Gtkgraphview widget. * src/gtkext/gtkgraphview.c: Build graphs. * src/gtkext/Makefile.am: Add $(LIBXML_CFLAGS) to INCLUDES. * src/Makefile.am: Add $(LIBGRAPH_LIBS) to liboidagtkext_la_LDFLAGS and graph/libgraph.la to liboidagtkext_la_LIBADD. * src/project.c: Update the call to gtk_bin_view_set_rendering_lines(). 09-06-17 Cyrille Bagard * src/analysis/binary.c: Make links between lines of code. * src/analysis/line.c: Store source and destinations of links. * src/analysis/line_code.c: * src/analysis/line_code.h: Provide the instruction relative to the code line. * src/analysis/line.h: * src/analysis/line-int.h: Store source and destinations of links. * src/arch/artificial.c: Update the instruction definition. * src/arch/immediate.c: * src/arch/immediate.h: Convert values to vmpa_t type. * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: Clean the code. Provide link information about instructions. * src/arch/x86/instruction.c: Provide link information about x86 instructions. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Give the immediate value of relative addresses. 09-06-14 Cyrille Bagard * src/format/elf/symbol.c: Fix a mistake in the previous commit. 09-06-14 Cyrille Bagard * src/analysis/prototype.c: * src/analysis/prototype.h: * src/format/elf/e_elf.c: * src/format/elf/elf-int.h: * src/format/elf/symbol.c: Store the size of the routines (x86 only). 09-06-14 Cyrille Bagard * src/analysis/binary.c: Update the call to g_rendering_line_find_by_(offset|address). * src/analysis/line.c: * src/analysis/line.h: Add a function to get the address of the line. Take care of lines portions (start -> end). Rename g_rendering_line_find_by_offset into g_rendering_line_find_by_address. * src/editor.c: Update the code. Register the current GtkBinView widget as needed. * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: * src/gtkext/gtkbinview-int.h: * src/gtkext/gtkblockview.c: * src/gtkext/gtkblockview.h: * src/gtkext/gtkgraphview.c: Clean and improve the binary views. Implement some first steps for the graphical view. Restore the scrolling to a given address. * src/panel/symbols.c: Update call to gtk_(binview|bin_view)_scroll_to_address(). * src/project.c: * src/project.h: Update call to gtk_bin_view_set_rendering_lines(). Provide the GtkBinView widget actually used when requested. 09-06-13 Cyrille Bagard * src/gtkext/gtkblockview.c: Typo. 09-06-13 Cyrille Bagard * src/analysis/line.c: * src/analysis/line.h: * src/analysis/line-int.h: Restore the drawing of pictures on the lines by using an internal GTK style rather than the main window one. 09-06-13 Cyrille Bagard * src/editor.c: Make the GUI offer to change the view of the current analyzed binary. * src/gtkext/easygtk.c: * src/gtkext/easygtk.h: Add a function to create a scrolled window. * src/gtkext/gtkbinview.c: * src/gtkext/gtkbinview.h: Reorganize the way the binary content is displayed. * src/gtkext/gtkbinview-int.h: New entrie: reorganize the way the binary content is displayed. * src/gtkext/gtkblockview.c: * src/gtkext/gtkblockview.h: Renamed entries: reorganize the way the binary content is displayed. * src/gtkext/gtkdockpanel.c: * src/gtkext/gtkdockpanel.h: Allow to look for a dock item with its name and to replace its content. * src/gtkext/gtkgraphview.c: * src/gtkext/gtkgraphview.h: New entries: reorganize the way the binary content is displayed. * src/gtkext/gtksnippet.c: * src/gtkext/gtksnippet.h: Deleted entries ; see gtkblockview.[ch]. * src/gtkext/Makefile.am: Add gtkbinview-int.h, gtkgraphview.[ch] and replace gtksnippet.[ch] by gtkblockview.[ch] in libgtkext_la_SOURCES. * src/project.c: * src/project.h: Keep track of all displaying supports for loaded binaries. 09-06-08 Cyrille Bagard * src/analysis/binary.c: Update the code loading the processor. * src/analysis/line_code.c: * src/analysis/line_comment.c: Fix the address printing (need to be improved). * src/analysis/prototype.c: * src/analysis/prototype.h: Retrieve only the name of a routine. * src/arch/jvm/processor.c: * src/arch/mips/processor.c: Define the memory size of the architecture. * src/arch/processor.c: * src/arch/processor.h: Change the code providing the linked architecture. Define the memory size of the architecture. Convert formats into architectures. Clean the code. * src/arch/processor-int.h: * src/arch/x86/processor.c: Define the memory size of the architecture. * src/editor.c: Typo. Update the calls. * src/format/exe_format.c: Remove the log messages in favour of binary.c * src/gtkext/gtksnippet.h: Remove the useless AdressMode field. * src/Makefile.am: Remove the pan_symbols.[ch] files from openida_SOURCES. * src/panel/log.c: Fix some compilation warnings. * src/panel/Makefile.am: Add the symbols.[ch] files to libpanel_a_SOURCES. * src/panel/panels.c: * src/panel/panels.h: Load the symbols panel. * src/panel/symbols.c: * src/panel/symbols.h: * src/pan_symbols.c: * src/pan_symbols.h: Moved entries: refresh the panel dealing with found symbols. 09-06-08 Cyrille Bagard * src/arch/x86/instruction.c: * src/arch/x86/instruction.h: Support more opcodes. * src/arch/x86/Makefile.am: Add op_mul.c to libarchx86_la_SOURCES. * src/arch/x86/opcodes.h: Support more opcodes. * src/arch/x86/op_mul.c: New entry: decode some imul instructions. * src/arch/x86/op_test.c: * src/arch/x86/processor.c: Support more opcodes. 09-06-07 Cyrille Bagard * src/format/exe_format.c: Typo (X386 -> i386). 09-06-01 Cyrille Bagard * src/analysis/binary.c: Restore prototype labels. Update calls relative to routines. * src/analysis/line_code.c: Remove useless code. * src/analysis/line_comment.c: Fix many bugs. * src/format/elf/e_elf.c: Add more verbose debug, load the .MIPS.stubs section and provide found routines again. * src/format/elf/elf-int.h: Define the ELF_ST_TYPE macro. * src/format/elf/helper_mips.c: * src/format/elf/helper_mips.h: New entries: provide specific help to ELF support for MIPS architectures. * src/format/elf/Makefile.am: Add helper_mips.[ch] to libformatelf_la_SOURCES. * src/format/elf/section.c: Fix two bugs about data lengths. * src/format/elf/symbol.c: Create a new management of dynamic symbols. 09-06-01 Cyrille Bagard * src/analysis/binary.c: * src/analysis/prototype.c: * src/analysis/prototype.h: * src/format/dwarf/Makefile.am: * src/format/elf/e_elf.c: * src/format/elf/e_elf.h: * src/format/exe_format.c: * src/format/exe_format.h: * src/format/exe_format-int.h: * src/format/java/e_java.c: * src/format/mangling/demangler.c: * src/format/mangling/demangler.h: * src/format/mangling/demangler-int.h: * src/format/mangling/itanium_gram.y: * src/format/pe/Makefile.am: Change the old bin_routine structure to a GBinRoutine GObject. 09-05-31 Cyrille Bagard * configure.ac: Add the new Makefile from 'src/arch/mips' directory to AC_CONFIG_FILES. * src/analysis/binary.c: Support a new architecture (MIPS). * src/arch/immediate.c: Fix a bug when printing positive signed values. * src/arch/instruction.c: * src/arch/instruction.h: Improve the way operands are handled. * src/arch/Makefile.am: Add mips/libarchmips.la to libarch_la_LIBADD and mips to SUBDIRS. * src/arch/mips/instruction.c: * src/arch/mips/instruction.h: * src/arch/mips/Makefile.am: * src/arch/mips/op_add.c: * src/arch/mips/op_and.c: * src/arch/mips/op_branch.c: * src/arch/mips/opcodes.h: * src/arch/mips/operand.c: * src/arch/mips/operand.h: * src/arch/mips/op_jump.c: * src/arch/mips/op_load.c: * src/arch/mips/op_nop.c: * src/arch/mips/op_sr.c: * src/arch/mips/op_store.c: * src/arch/mips/op_sub.c: * src/arch/mips/processor.c: * src/arch/mips/processor.h: * src/arch/mips/registers.c: * src/arch/mips/registers.h: New entries: add enough support of the MIPS architecture to disassemble a basic 'hello world' program. * src/arch/processor.c: * src/arch/processor.h: Support a new architecture (MIPS). * src/arch/x86/instruction.c: New entries: add missing files from previous commit. * src/arch/x86/operand.c: * src/arch/x86/operand.h: * src/arch/x86/op_jump.c: Typo. * src/arch/x86/op_scas.c: * src/arch/x86/registers.c: * src/arch/x86/registers.h: New entries: add missing files from previous commit. * src/format/elf/e_elf.c: * src/format/exe_format.c: * src/format/exe_format.h: Support a new architecture (MIPS). Make the loading more verbose. 09-05-25 Cyrille Bagard * src/analysis/binary.c: Restore the entry point mark. * src/arch/immediate.c: Print extra information about the values when possible. * src/arch/x86/instruction.h: Support nine extra opcodes. * src/arch/x86/Makefile.am: Add op_scas.c to libarchx86_la_SOURCES. * src/arch/x86/opcodes.h: * src/arch/x86/operand.c: * src/arch/x86/operand.h: * src/arch/x86/op_mov.c: * src/arch/x86/processor.c: Support nine extra opcodes. 09-05-19 Cyrille Bagard * src/arch/immediate.c: Print signed values as signed values. * src/arch/x86/opcodes.h: Rename x86_read_instr_int to x86_read_instr_int_imm8. * src/arch/x86/operand.c: Fix various bugs in the ModRM operand. * src/arch/x86/op_int.c: Rename x86_read_instr_int to x86_read_instr_int_imm8. Read the operand. * src/arch/x86/processor.c: Update call to x86_read_instr_int{,_imm8}. 09-05-18 Cyrille Bagard * src/analysis/binary.c: * src/analysis/binary.h: Remove dead code (with the old asm_processor structure). * src/arch/archbase.h: Define AsmSyntax here. * src/arch/immediate.c: * src/arch/immediate.h: Fix a bug with signed values (uint*_t -> int*_t). Load more values, thanks to more ways. Create the g_imm_operand_is_negative() function. * src/arch/instruction.c: * src/arch/instruction.h: Remove the old code (asm_* structures). * src/arch/instruction-int.h: * src/arch/jvm/instruction.c: * src/arch/jvm/instruction.h: * src/arch/jvm/operand.c: * src/arch/jvm/processor.c: Typo. * src/arch/Makefile.am: Add x86/libarchx86.la to libarch_la_LIBADD and put x86 in SUBDIRS back. * src/arch/operand.c: * src/arch/operand.h: * src/arch/operand-int.h: Clean the code. * src/arch/processor.c: * src/arch/processor.h: Clean the code ; load the X86 processor. * src/arch/processor-int.h: Clean the code. * src/arch/x86/instruction.h: Clean the code ; use only the new format of processor/instructions/operands for x86. * src/arch/x86/Makefile.am: Temporarily remove op_movsx.c and op_movzx.c from and add op_xchg.c to libarchx86_la_SOURCES. * src/arch/x86/op_adc.c: * src/arch/x86/op_add.c: * src/arch/x86/op_and.c: * src/arch/x86/op_call.c: * src/arch/x86/op_cld.c: * src/arch/x86/op_cmp.c: * src/arch/x86/opcodes.h: * src/arch/x86/op_dec.c: * src/arch/x86/operand.c: * src/arch/x86/operand.h: * src/arch/x86/op_hlt.c: * src/arch/x86/op_inc.c: * src/arch/x86/op_int.c: * src/arch/x86/op_jump.c: * src/arch/x86/op_lea.c: * src/arch/x86/op_leave.c: * src/arch/x86/op_mov.c: * src/arch/x86/op_movsx.c: * src/arch/x86/op_movzx.c: * src/arch/x86/op_nop.c: * src/arch/x86/op_not.c: * src/arch/x86/op_or.c: * src/arch/x86/op_pop.c: * src/arch/x86/op_push.c: * src/arch/x86/op_rcl.c: * src/arch/x86/op_rcr.c: * src/arch/x86/op_ret.c: * src/arch/x86/op_rol.c: * src/arch/x86/op_ror.c: * src/arch/x86/op_sar.c: * src/arch/x86/op_sbb.c: * src/arch/x86/op_shl.c: * src/arch/x86/op_shr.c: * src/arch/x86/op_sub.c: * src/arch/x86/op_test.c: * src/arch/x86/op_xchg.c: * src/arch/x86/op_xor.c: * src/arch/x86/processor.c: * src/arch/x86/processor.h: Use only the new format of processor/instructions/operands for x86. * src/common/endianness.c: Load 32 bits values. * src/format/elf/e_elf.c: Provide the target machine. * src/format/elf/symbol.c: Disable some code because of the new intructions format. * src/format/exe_format.h: Add a new format target machine: FTM_386. * src/gtkext/gtksnippet.c: * src/gtkext/gtksnippet.h: Remove dead code (with the old code_line_info/asm_processor structures). * src/plugins/overjump/overjump.c: Disable some code because of the new intructions format. 09-05-12 Cyrille Bagard * configure.ac: Add the new Makefile from 'src/arch/jvm' directory to AC_CONFIG_FILES. * src/analysis/binary.c: Update code. The used processor is now fully abstract. * src/analysis/line.c: * src/analysis/line_code.c: * src/analysis/line_code.h: * src/analysis/line.h: Update code. * src/analysis/Makefile.am: Reorganize the way the program is built. * src/arch/archbase.h: New entry: define basic types and enumerations. * src/arch/artificial.c: * src/arch/artificial.h: * src/arch/immediate.c: * src/arch/immediate.h: New entries: define common operands and instructions. * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: Define new instructions (in a GLib way). * src/arch/jvm/instruction.c: * src/arch/jvm/instruction.h: * src/arch/jvm/Makefile.am: * src/arch/jvm/op_add.c: * src/arch/jvm/opcodes.h: * src/arch/jvm/op_const.c: * src/arch/jvm/op_convert.c: * src/arch/jvm/op_dup.c: * src/arch/jvm/operand.c: * src/arch/jvm/operand.h: * src/arch/jvm/op_getput.c: * src/arch/jvm/op_invoke.c: * src/arch/jvm/op_load.c: * src/arch/jvm/op_monitor.c: * src/arch/jvm/op_nop.c: * src/arch/jvm/op_pop.c: * src/arch/jvm/op_ret.c: * src/arch/jvm/op_store.c: * src/arch/jvm/processor.c: * src/arch/jvm/processor.h: New entries: add partial support for the JVM. * src/arch/Makefile.am: Reorganize the way the program is built. * src/arch/operand.c: * src/arch/operand.h: * src/arch/operand-int.h: Define new operands (in a GLib way). * src/arch/processor.c: * src/arch/processor.h: * src/arch/processor-int.h: Define new processors (in a GLib way). * src/arch/x86/Makefile.am: Reorganize the way the program is built. * src/arch/x86/processor.c: Update code. * src/common/endianness.c: * src/common/endianness.h: Update prototypes. * src/common/extstr.c: * src/common/extstr.h: Add a function to replace strings in a string. * src/editor.c: Init all processors. * src/format/dwarf/Makefile.am: * src/format/elf/Makefile.am: Reorganize the way the program is built. * src/format/elf/symbol.c: Disable some hardcoded calls. * src/format/exe_format.c: * src/format/exe_format.h: * src/format/exe_format-int.h: Make the code more generic. * src/format/java/e_java.c: * src/format/java/Makefile.am: * src/format/java/method.c: * src/format/java/method.h: * src/format/java/pool.c: * src/format/java/pool.h: Add needed extra functions to deal with JVM opcodes. * src/format/Makefile.am: * src/format/mangling/Makefile.am: * src/format/pe/Makefile.am: * src/gtkext/Makefile.am: * src/Makefile.am: * src/panel/Makefile.am: * src/plugins/Makefile.am: Reorganize the way the program is built. * src/plugins/overjump/overjump.c: Remove the definition of vmpa_t (cf. archbase.h). 2009-05-11 Cyrille Bagard * src/analysis/Makefile.am: * src/arch/Makefile.am: * src/arch/x86/Makefile.am: * src/format/elf/Makefile.am: * src/format/java/Makefile.am: * src/format/Makefile.am: * src/format/mangling/Makefile.am: * src/format/pe/Makefile.am: * src/gtkext/Makefile.am: * src/Makefile.am: Change the way the program is built. 2009-04-29 Cyrille Bagard * configure.ac: Add the new Makefiles from the 'src/plugins/overjump' directory to AC_CONFIG_FILES. * src/analysis/binary.c: * src/analysis/binary.h: Update the code (provide more access and use the new functions). * src/analysis/line.c: Do not rely on the editor window to create Pango layouts. * src/analysis/Makefile.am: Update libanalysis_la_LDFLAGS (plugins). * src/common/extstr.c: * src/common/extstr.h: Create the function strrcmp(). * src/editor.c: Update the code. * src/Makefile.am: Update openida_LDFLAGS and openida_LDADD. * src/plugins/Makefile.am: Build a shared library. Add plugin-def.h to libplugins_la_SOURCES and overjump to SUBDIRS. Update libpyoida_la_LDFLAGS and INCLUDES. * src/plugins/overjump/Makefile.am: * src/plugins/overjump/overjump.c: * src/plugins/overjump/overjump.h: Begin a plugin for overjumps with x86. * src/plugins/pglist.c: * src/plugins/pglist.h: * src/plugins/plugin.c: * src/plugins/plugin-def.h: * src/plugins/plugin.h: Manage plugins in an improved way. 2009-04-29 Cyrille Bagard * src/arch/x86/instruction.h: * src/arch/x86/op_adc.c: * src/arch/x86/op_add.c: * src/arch/x86/op_and.c: * src/arch/x86/op_or.c: * src/arch/x86/op_sub.c: * src/arch/x86/opcodes.h: * src/arch/x86/processor.c: Support more x86 opcodes. 2009-04-25 Cyrille Bagard * configure.ac: Add depedencies for Python and libvte. Add the new Makefiles from the 'src/plugins' and 'src/plugins/pyoida' directories to AC_CONFIG_FILES. * Makefile.am: Remove binary.[ch], easygtk.[ch] and support.[ch] from openida_SOURCES. Fix INCLUDES and use the new shared libraries. * src/analysis/binary.c: * src/analysis/binary.h: New entries : move these files from .. ; update the call to get a processor. * src/analysis/line.c: Remove the depedency the editor widget (need to be fixed). * src/analysis/Makefile.am: Add binary.[ch] to libanalysis_la_SOURCES. Build a shared library. * src/arch/Makefile.am: Build a shared library instead of an archive. * src/arch/processor.c: * src/arch/processor.h: Disable some debugging output. Provide a quick way to get a (X86) processor. * src/arch/x86/processor.c: Replace escape_crlf_bin_string() by escape_crlf(). * src/binary.c: * src/binary.h: Moved entries. * src/common/extstr.c: * src/common/extstr.h: Add a function to escape carriage return/line feed characters. * src/common/Makefile.am: Build a shared library instead of an archive. * src/debug/debuggers.h: * src/debug/ptrace/options.h: * src/dlg_sections.c: Update includes. * src/easygtk.c: * src/easygtk.h: Moved entries. * src/editor.c: Update code: calls, menus and tabs. * src/format/dwarf/Makefile.am: Build a shared library instead of an archive. * src/format/elf/e_elf.c: Update the call to escape_crlf_bin_string()/escape_crlf(). * src/format/elf/Makefile.am: * src/format/java/Makefile.am: Build a shared library instead of an archive. * src/format/Makefile.am: * src/format/mangling/Makefile.am: * src/format/pe/Makefile.am: Build a shared library instead of an archive. * src/gtkext/easygtk.c: Update GTK calls: replace the old gtk_widget_unref() calls by the new g_object_unref() ones. * src/gtkext/gtkdockpanel.c: Disable some debugging output. * src/gtkext/gtksnippet.c: Use the G_DEFINE_TYPE macro. * src/gtkext/Makefile.am: Add support.[ch] to libgtkext_la_SOURCES. Build a shared library. * src/gtkext/support.c: * src/gtkext/support.h: New entries : move these files from ... * src/Makefile.am: * src/panel/log.c: Typo. * src/panel/Makefile.am: Build a shared library instead of an archive. * src/panel/registers.c: Update includes. * src/plugins/Makefile.am: * src/plugins/pglist.c: * src/plugins/pglist.h: * src/plugins/plugin.c: * src/plugins/plugin.h: New entries : code first steps to manage plugins using GModule. * src/plugins/pyoida/linsyscalls/oidapgi.py: New entries : make a basic/dummy version of a Python plugin. * src/plugins/pyoida/Makefile.am: * src/plugins/pyoida/py_binary.c: * src/plugins/pyoida/py_binary.h: * src/plugins/pyoida/py_line.c: * src/plugins/pyoida/py_line.h: * src/plugins/pyoida/py_log.c: * src/plugins/pyoida/py_log.h: * src/plugins/pyoida/pyoida.c: * src/plugins/pyoida/pyoida.h: New entries : allow some items of OpenIDA to be accessed from Python. * src/project.c: * src/project.h: Update includes. * src/shell.c: * src/shell.h: New entries: provide a terminal to play with Python. * src/support.c: * src/support.h: Moved entries. 2009-04-12 Cyrille Bagard * configure.ac: Create a file for GLib marshals. Add the new Makefiles from the 'src/debug' and 'src/debug/ptrace' directories to AC_CONFIG_FILES. * src/analysis/line.c: * src/analysis/line_code.c: * src/analysis/line_code.h: * src/analysis/line_comment.c: * src/analysis/line_comment.h: * src/analysis/line.h: * src/analysis/line-int.h: * src/analysis/line_prologue.c: * src/analysis/line_prologue.h: Refine by dividing lines into several files. * src/analysis/Makefile.am: Add line*[ch], line_code.[ch], line_comment.[ch] and line_prologue.[ch] to libanalysis_a_SOURCES. * src/arch/Makefile.am: Add LIBGTK_CFLAGS to INCLUDES (for born dead registers board ; need to be removed ?). * src/arch/x86/instruction.h: Support new instructions: jb (0x7f) and int3 (0xcc). * src/arch/x86/Makefile.am: Add LIBGTK_CFLAGS to INCLUDES (for born dead registers board ; need to be removed ?). * src/arch/x86/opcodes.h: * src/arch/x86/op_int.c: * src/arch/x86/op_jump.c: * src/arch/x86/processor.c: Support new instructions: jb (0x7f) and int3 (0xcc). * src/binary.c: * src/binary.h: Update the code ; try to use more often the openida_binary structure. * src/debug/debugger-int.h: * src/debug/debuggers.c: * src/debug/debuggers.h: * src/debug/Makefile.am: * src/debug/ptrace/Makefile.am: * src/debug/ptrace/options.c: * src/debug/ptrace/options.h: * src/debug/ptrace/ptrace.c: * src/debug/ptrace/ptrace.h: New entries: allow to debug using the ptrace() function. * src/easygtk.c: * src/easygtk.h: Fix the alignment when building GtkLabel. Create a wrapper for GtkEntry. * src/editor.c: Add menus for debugging. Clean the code by removing old code running debug. * src/format/elf/strings.c: Try to load even if there is no section. Fix a bug when duplicating found strings. * src/format/exe_format.c: * src/format/exe_format.h: Change the way executable formats are loaded. * src/gtkbinview.c: * src/gtkbinview.h: Moved entries: move these files to src/gtkext/. * src/gtkext/gtksnippet.c: * src/gtkext/gtksnippet.h: Clean/update the code and fix some GCC warnings. * src/gtkext/Makefile.am: Add the iodamarshal.[ch] files to BUILT_SOURCES, and gtkbinview.[ch], gtksnippet.[ch], iodamarshal.[ch] to libgtkext_a_SOURCES. Use the 'glib-genmarshal' command to generate iodamarshal.[ch]. * src/gtksnippet.c: * src/gtksnippet.h: Moved entries: move these files to src/gtkext/. * src/Makefile.am: Remove the gtkbinview.[ch] and gtksnippet.[ch] files from openida_SOURCES ; add the debug/libdebug.a and debug/ptrace/libdebugptrace.a ones to openida_LDADD. * src/panel/log.c: * src/panel/log.h: Add a message type for debugging sessions. * src/panel/Makefile.am: Add the registers.[ch] files to libpanel_a_SOURCES. * src/panel/panels.c: * src/panel/panels.h: Add a new type for the registers panel and register it. * src/panel/registers.c: * src/panel/registers.h: New entries: display registers while debugging. * src/pan_symbols.c: Update the code: including gtkbinview.h -> including gtkext/gtkbinview.h. 2009-04-05 Cyrille Bagard * src/common/macros.h: Missed entry: add the file to the repository. 2009-04-05 Cyrille Bagard * src/analysis/line.c: * src/analysis/line.h: Use the new double linked lists macros. Create more clever functions for the GtkSnippet widget. * src/common/dllist.c: * src/common/dllist.h: Manage double linked lists in a more powerful way. * src/common/macros.h: New entry: properly define container_of(). * src/common/Makefile.am: Add macros.h to libcommon_a_SOURCES. * src/editor.c: Remove a call to gtk_snippet_set_sel(). * src/gtksnippet.c: * src/gtksnippet.h: Clean the code ; delete gtk_snippet_set_sel() and fix some GCC warnings. Use the new functions provided by src/analysis/line.[ch]. 2009-03-15 Cyrille Bagard * src/analysis/line.c: * src/analysis/line.h: Add flags to lines and draw them in the margin if needed. Find lines by their offset. * src/arch/processor.c: Typo. * src/binary.c: Specify the entry point for rendering. * src/format/elf/e_elf.c: Handle some corrupted fields in the ELF header (sizes and quantities of the section and program (!?) entries). Rely on program header to provide code to analyse if none is found. * src/format/elf/elf-int.h: Fix the ELF_PHDR macro (. -> ()->). * src/format/elf/Makefile.am: Add LIBGTK_CFLAGS to INCLUDES in order to be able to print log messages. * src/format/exe_format.c: * src/format/exe_format.h: * src/format/exe_format-int.h: Give the entry point of a loaded program. * src/gtksnippet.c: Update a call to draw_rendering_line(). 2009-03-14 Cyrille Bagard * configure.ac: * src/analysis/Makefile.am: * src/arch/Makefile.am: * src/arch/x86/Makefile.am: * src/common/Makefile.am: * src/format/dwarf/Makefile.am: * src/format/elf/Makefile.am: * src/format/java/Makefile.am: * src/format/Makefile.am: * src/format/mangling/Makefile.am: * src/format/pe/Makefile.am: * src/gtkext/Makefile.am: * src/Makefile.am: * src/panel/Makefile.am: Turn off lots of warnings by using the _GNU_SOURCE compliance. 2009-03-11 Cyrille Bagard * src/analysis/line.c: * src/analysis/line.h: Attach an offset to lines and create comment lines. Provide disassembly options for lines rendering (this part needs to be rewritten). * src/analysis/prototype.c: * src/analysis/prototype.h: Add an offset to routines information. * src/binary.c: Insert comments into disassembled code. * src/common/dllist.c: * src/common/dllist.h: Add a macro for inserting items. * src/format/elf/e_elf.c: * src/format/elf/e_elf.h: * src/format/exe_format.c: * src/format/exe_format.h: * src/format/exe_format-int.h: Load all routine prototypes. Enable binary parts sorting. 2009-03-04 Cyrille Bagard * configure.ac: Look for the lex and yacc programs. Add the new Makefile from 'src/format/mangling' directory to AC_CONFIG_FILES. * src/analysis/Makefile.am: Add prototype.h.[ch] and variable.h.[ch] to libanalysis_a_SOURCES. * src/analysis/prototype.c: * src/analysis/prototype.h: * src/analysis/variable.c: * src/analysis/variable.h: New entries: create an abstract representation of prototypes, types and variables. * src/binary.c: Load strings and symbols again. * src/common/extstr.c: * src/common/extstr.h: New entries: provide an extension to usual string functions. * src/common/Makefile.am: Add extstr.[ch] to libcommon_a_SOURCES. * src/editor.c: Load all demanglers. * src/format/Makefile.am: Add mangling to SUBDIRS. * src/format/mangling/demangler.c: * src/format/mangling/demangler.h: * src/format/mangling/demangler-int.h: * src/format/mangling/itanium_gram.y: * src/format/mangling/itanium.h: * src/format/mangling/itanium_tok.l: * src/format/mangling/Makefile.am: New entries: support (partially) Itanium C++ ABI mangling. * src/Makefile.am: Add format/mangling/libformatmangling.a to openida_LDADD and reorder it. 2009-03-04 Cyrille Bagard * src/analysis/line.c: * src/analysis/line.h: Add a line type for binary code display and some generic functions/properties for all lines. * src/arch/processor.h: Move the definition of AdressMode (typo !) here. * src/binary.c: Update code and calls. * src/gtksnippet.c: * src/gtksnippet.h: Compute requested size and display binary content using the new code lines. 2009-03-03 Cyrille Bagard * configure.ac: Add the new Makefile from 'src/panel' directory to AC_CONFIG_FILES. * src/editor.c: Load all registered panels and display them. * src/format/exe_format.c: * src/format/java/attribute.c: * src/format/java/Makefile.am: * src/format/Makefile.am: Use the new panel to log system messages. * src/Makefile.am: Add panel to SUBDIRS and panel/libpanel.a to openida_LDADD. * src/panel/log.c: * src/panel/log.h: * src/panel/Makefile.am: * src/panel/panels.c: * src/panel/panels.h: New entries: create a system messages panel and register it. * src/pan_strings.c: * src/pan_symbols.c: Typo. 2009-02-18 Cyrille Bagard * configure.ac: Add the new Makefile from 'src/analysis' directory to AC_CONFIG_FILES. * src/analysis/line.c: * src/analysis/line.h: * src/analysis/Makefile.am: Write some code to manage the lines for prologues. * src/binary.c: Build a prologue for each binary: license, file and checksum. * src/common/dllist.c: * src/common/dllist.h: Import double linked lists from Firebox. * src/common/Makefile.am: Add dllist.[ch] to libcommon_a_SOURCES. * src/editor.c: Register the main widget in order to be able to create Pango layouts. * src/gtksnippet.c: * src/gtksnippet.h: Update the way the content is printed (need to be updated). * src/Makefile.am: Add analysis to SUBDIRS and analysis/libanalysis.a to openida_LDADD. 2009-02-16 Cyrille Bagard * configure.ac: Add the new Makefiles from 'pixmaps/' and 'src/gtkext/' directories to AC_CONFIG_FILES. * Makefile.am: Add pixmaps to SUBDIRS. * pixmaps/drop_bottom_hover.png: * pixmaps/drop_bottom.png: * pixmaps/drop_center_hover.png: * pixmaps/drop_center.png: * pixmaps/drop_left_hover.png: * pixmaps/drop_left.png: * pixmaps/drop_right_hover.png: * pixmaps/drop_right.png: * pixmaps/drop_top_hover.png: * pixmaps/drop_top.png: * pixmaps/dropwin_back.png: * pixmaps/Makefile.am: Define pictures for the "Drag and Drop" window. * src/binary.c: Register the ELF format. * src/easygtk.c: * src/easygtk.h: Quickly load an image widget. * src/editor.c: Use the new dock panels. * src/format/elf/e_elf.c: * src/format/elf/e_elf.h: Check if a binary is matching the binary format. * src/gtkext/gtkdockitem.c: * src/gtkext/gtkdockitem.h: * src/gtkext/gtkdockpanel.c: * src/gtkext/gtkdockpanel.h: * src/gtkext/gtkdropwindow.c: * src/gtkext/gtkdropwindow.h: * src/gtkext/Makefile.am: Create new GTK widgets for handling "Drag and Drop" methods. The code is still a little buggy/crappy and will be improved. * src/Makefile.am: Add support.[ch] to openida_SOURCES and gtkext/libgtkext.a to openida_LDADD. * src/support.c: * src/support.h: Look for picture files. 2009-01-29 Cyrille Bagard * configure.ac: Add the new Makefile from 'src/format/pe/' directory to AC_CONFIG_FILES. * src/binary.c: Update code. * src/format/Makefile.am: Add pe to SUBDIRS. * src/format/pe/e_pe.c: * src/format/pe/e_pe.h: * src/format/pe/Makefile.am: * src/format/pe/pe-int.h: New entries: begin to support PE binaries. * src/Makefile.am: Update openida_LDADD. 2009-01-25 Cyrille Bagard * configure.ac: Add the new Makefiles from 'common' and 'src/format/java/' directories to AC_CONFIG_FILES. The modification of WARNING_FLAGS and will be improved. * src/binary.c: Update code. * src/common/endianness.c: * src/common/endianness.h: * src/common/Makefile.am: New entries: read unsigned integers regardless of the host machine endianness. * src/format/exe_format.c: * src/format/exe_format.h: Properly register new file formats. * src/format/java/attribute.c: * src/format/java/attribute.h: * src/format/java/e_java.c: * src/format/java/e_java.h: * src/format/java/field.c: * src/format/java/field.h: * src/format/java/java-int.h: * src/format/java/Makefile.am: * src/format/java/method.c: * src/format/java/method.h: * src/format/java/pool.c: * src/format/java/pool.h: New entries: support the Java Class file format. * src/format/Makefile.am: Add java to SUBDIRS. * src/Makefile.am: Add common to SUBDIRS and update openida_LDADD. 2009-01-06 Cyrille Bagard * src/easygtk.c: * src/easygtk.h: Add a function allowing to [quickly] create radio menu items. * src/editor.c: Update code. * src/gtkbinview.c: * src/gtkbinview.h: * src/gtkcodeview.c: * src/gtkcodeview.h: New/old entries: rename gtkcodeview.[ch] into gtkbinview.[ch]. * src/Makefile.am: Add gtkbinview.[ch] to openida_SOURCES and remove gtkcodeview.[ch]. * src/pan_symbols.c: Update code. 2008-12-23 Cyrille Bagard * src/arch/x86/instruction.h: * src/arch/x86/op_add.c: * src/arch/x86/opcodes.h: * src/arch/x86/processor.c: Support more add opcodes: 0x03 and fixed 0x01 (Operand-size override prefix). 2008-12-20 Cyrille Bagard * src/arch/x86/instruction.h: * src/arch/x86/opcodes.h: * src/arch/x86/op_sub.c: * src/arch/x86/processor.c: Add two extra opcodes: sub (0x2c and 0x2d). * src/editor.c: Do not load the default project file ; use the empty one instead. 2008-11-17 Cyrille Bagard * src/arch/operand.c: * src/arch/operand.h: * src/arch/operand-int.h: * src/arch/x86/operand.c: Take care of signed immediate values as well as unsigned ones. * src/arch/x86/processor.c: Replace 'value' by 'unsigned_imm'. * src/format/elf/symbol.c: Replace AOS_64_BITS by AOS_64_BITS_UNSIGNED. 2008-11-10 Cyrille Bagard * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: * src/arch/processor.c: * src/arch/processor.h: Save and provide the location and the size of an instruction. * src/binary.c: Update a call to decode_instruction. * src/easygtk.c: * src/easygtk.h: Allow to create check menu items. * src/editor.c: Add two extra menus to show/hide virtual addresses / binary code. * src/format/elf/symbol.c: Update a call to decode_instruction. * src/format/exe_format.c: * src/format/exe_format.h: Provide the address of the loaded binary content. * src/gtkcodeview.c: * src/gtkcodeview.h: Add two functions to show/hide virtual addresses / binary code. * src/gtksnippet.c: * src/gtksnippet.h: Add two functions to show/hide virtual addresses / binary code. Extend the building of the pango's content. 2008-10-30 Cyrille Bagard * src/arch/processor.c: * src/arch/processor-int.h: * src/arch/x86/processor.c: Remove the CR & LF characters when printing strings. * src/binary.c: * src/binary.h: Display all found strings on binary loading. * src/easygtk.c: * src/easygtk.h: Add a function which builds a notebook widget. * src/editor.c: Build the bottom of the editor. * src/format/elf/e_elf.c: * src/format/exe_format.c: * src/format/exe_format.h: * src/format/exe_format-int.h: Begin to rename the function providing the list of all resolved items. * src/Makefile.am: Add pan_strings.[ch] to openida_SOURCES. * src/pan_strings.c: * src/pan_strings.h: New entries: display all found strings. * src/pan_symbols.c: * src/pan_symbols.h: Typo. 2008-10-29 Cyrille Bagard * src/arch/x86/op_call.c: Save the type (AIT_CALL) of all kinds of 'call' instruction. * src/format/elf/e_elf.c: Update calls to the functions handling the sections. * src/format/elf/elf-int.h: Move the ELF section header wrapper to section.h. * src/format/elf/section.c: * src/format/elf/section.h: Rewrite the way to look for given sections. * src/format/elf/strings.c: * src/format/elf/symbol.c: Do not rely on section names anymore. 2008-10-27 Cyrille Bagard * src/arch/x86/instruction.h: Register some new instructions. * src/arch/x86/Makefile.am: Add op_cld, op_movsx and op_not to libarchx86_a_SOURCES. * src/arch/x86/op_add.c: Extend the current opcode support. * rc/arch/x86/op_cld.c: New entry: handle a new opcode. * src/arch/x86/opcodes.h: Register some new instructions. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Accept the 'cl' register as operand. * src/arch/x86/op_jump.c: * src/arch/x86/op_mov.c: Extend the current opcode support. * src/arch/x86/op_movsx.c: New entry: handle a new opcode. * src/arch/x86/op_movzx.c: Extend the current opcode support. * src/arch/x86/op_not.c: New entry: handle a new opcode. * src/arch/x86/op_shl.c: Extend the current opcode support. * src/arch/x86/processor.c: Extend the current opcode support (0x01, 0x72, 0x73, 0x88, 0xd3, 0xf7, 0xfc, 0xb6 and 0xbe). 2008-10-27 Cyrille Bagard * src/arch/processor.c: Take care here of decoding failures. * src/arch/x86/instruction.h: Register some new instructions. * src/arch/x86/Makefile.am: Add op_movzx.c, op_rcl.c, op_rcr.c, op_rol.c, op_ror.c, op_shl.c and op_shr.c to libarchx86_a_SOURCES. * src/arch/x86/op_adc.c: * src/arch/x86/op_add.c: * src/arch/x86/op_and.c: * src/arch/x86/op_cmp.c: Complete support of the 0x81 and 0xc1 opcodes. * src/arch/x86/opcodes.h: Register some new instructions. * src/arch/x86/op_movzx.c: First attempt to handle a two-byte instruction. * src/arch/x86/op_or.c: Complete support of the 0x81 and 0xc1 opcodes. * src/arch/x86/op_rcl.c: * src/arch/x86/op_rcr.c: * src/arch/x86/op_rol.c: * src/arch/x86/op_ror.c: New entries: complete support of the 0x81 and 0xc1 opcodes. * src/arch/x86/op_sar.c: * src/arch/x86/op_sbb.c: Complete support of the 0x81 and 0xc1 opcodes. * src/arch/x86/op_shl.c: * src/arch/x86/op_shr.c: New entries: complete support of the 0x81 and 0xc1 opcodes. * src/arch/x86/op_sub.c: * src/arch/x86/op_xor.c: Complete support of the 0x81 and 0xc1 opcodes. * src/arch/x86/processor.c: Better handle prefixes. Complete support of the 0x81 and 0xc1 opcodes. 2008-10-21 Cyrille Bagard * src/arch/x86/processor.c: * src/format/elf/e_elf.c: * src/format/elf/elf-int.h: Use strings as target addresses. * src/format/elf/Makefile.am: Add strings.[ch] to libformatelf_a_SOURCES. * src/format/elf/strings.c: * src/format/elf/strings.h: New entries: register all found strings in binaries. * src/format/exe_format.h: Add STP_STRING to symbol types. 2008-10-19 Cyrille Bagard * src/arch/instruction.c: Define a type for the 'db' instruction. * src/arch/instruction-int.h: Add more information about instructions: virtual address and type. * src/arch/operand.c: * src/arch/operand.h: Add a function to get the immediate value of an operand. * src/arch/processor.c: Save the virtual address of a decoded instruction. * src/arch/x86/instruction.h: * src/arch/x86/op_add.c: * src/arch/x86/opcodes.h: Register some new instructions. * src/arch/x86/operand.c: Fix a bug when reading relative addresses (16/32 bits). * src/arch/x86/op_jump.c: * src/arch/x86/op_push.c: Register some new instructions and define their type. * src/arch/x86/processor.c: Register some new instructions. Fix the case of the 0x00 opcode (add). * src/format/elf/e_elf.c: Load .plt as executable section. * src/format/elf/elf-int.h: Try to support both 32 and 64 bits architectures (Elf_Rel and Elf_Sym). * src/format/elf/symbol.c: Register symbols found in the PLT. 2008-10-12 Cyrille Bagard * src/binary.c: Use the new functions to analyze code. * src/format/elf/e_elf.c: * src/format/elf/e_elf.h: Provide default code parts to analyze. * src/format/elf/elf-int.h: Try to support both 32 and 64 bits architectures. * src/format/elf/section.c: Fix a bug if no section name is found. * src/format/exe_format.c: * src/format/exe_format.h: Add functions to handle given parts of binary code. * src/format/exe_format-int.h: Provide default code parts to analyze. 2008-10-05 Cyrille Bagard * src/binary.c: * src/binary.h: Load and unload binaries with basic properties attached. * src/dlg_sections.c: * src/dlg_sections.h: New entries: not [yet] used ; provide a way to select sections to process. * src/easygtk.c: * src/easygtk.h: New entries: make easy to use the GTK functions. * src/editor.c: Update the code. Add menus to the GUI. * src/Makefile.am: Add dlg_sections.[ch] easygtk.[ch], project.[ch], xdg.[ch] and xml.[ch] to openida_SOURCES. * src/project.c: * src/project.h: New entries: define a basic support of OpenIDA projects. * src/xdg.c: * src/xdg.h: New entries: support some points of the Freedesktop standards. * src/xml.c: * src/xml.h: New entries: provide reading and writing facilities for XML data. 2008-09-20 Cyrille Bagard * src/arch/operand.h: * src/arch/x86/instruction.h: * src/arch/x86/op_adc.c: * src/arch/x86/op_add.c: * src/arch/x86/op_and.c: * src/arch/x86/op_call.c: * src/arch/x86/op_cmp.c: * src/arch/x86/opcodes.h: * src/arch/x86/op_dec.c: * src/arch/x86/operand.c: * src/arch/x86/operand.h: * src/arch/x86/op_inc.c: * src/arch/x86/op_int.c: * src/arch/x86/op_jump.c: * src/arch/x86/op_lea.c: * src/arch/x86/op_mov.c: * src/arch/x86/op_or.c: * src/arch/x86/op_pop.c: * src/arch/x86/op_push.c: * src/arch/x86/op_sar.c: * src/arch/x86/op_sbb.c: * src/arch/x86/op_sub.c: * src/arch/x86/op_test.c: * src/arch/x86/op_xor.c: * src/arch/x86/processor.c: * src/arch/x86/processor.h: Centralize all the code used to decode instructions. Rename enumerations and functions according to the handled operands. 2008-09-16 Cyrille Bagard * src/arch/x86/op_adc.c: * src/arch/x86/op_add.c: * src/arch/x86/op_and.c: * src/arch/x86/op_call.c: * src/arch/x86/opcodes.h: * src/arch/x86/op_dec.c: * src/arch/x86/op_hlt.c: * src/arch/x86/op_inc.c: * src/arch/x86/op_int.c: * src/arch/x86/op_jump.c: * src/arch/x86/op_lea.c: * src/arch/x86/op_leave.c: * src/arch/x86/op_mov.c: * src/arch/x86/op_nop.c: * src/arch/x86/op_or.c: * src/arch/x86/op_pop.c: * src/arch/x86/op_push.c: * src/arch/x86/op_ret.c: * src/arch/x86/op_sbb.c: * src/arch/x86/op_sub.c: * src/arch/x86/op_test.c: * src/arch/x86/op_xor.c: * src/arch/x86/processor.c: Add a 'x86_' to all functions decoding opcodes. 2008-09-14 Cyrille Bagard * src/arch/operand.c: * src/arch/operand.h: Add an alternate function to read immediate values. * src/arch/processor.c: Print a message when decoding unknown opcode. * src/arch/x86/instruction.h: Register new identifiers for the following opcodes: add, call, cmp, je, jne, jmp, mov, sar and sub. * src/arch/x86/Makefile.am: Add op_cmp.c, op_jump.c and op_sar.c to libarchx86_a_SOURCES. * src/arch/x86/op_add.c: * src/arch/x86/op_call.c: Improve the support of these opcodes. * src/arch/x86/op_cmp.c: New entry: handle some cmp opcodes. * src/arch/x86/opcodes.h: Register new functions for the following opcodes: add, call, cmp, je, jne, jmp, mov, sar and sub. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Fix some mistakes when reading rm8 operands and add a way to read the rel8 one. * src/arch/x86/op_jump.c: New entry: handle some jump opcodes. * src/arch/x86/op_mov.c: Improve the support of this opcode. * src/arch/x86/op_sar.c: New entry: handle one sar opcode. * src/arch/x86/op_sub.c: * src/arch/x86/op_test.c: Improve the support of these opcodes. * src/arch/x86/processor.c: Decode the new instructions. Fix a mistake for X86_OP_PUSH_CONTENT. 2008-09-12 Cyrille Bagard * src/arch/processor.c: * src/arch/processor.h: * src/arch/processor-int.h: * src/arch/x86/processor.c: Try to resolve symbols for some kind of addresses. * src/binary.c: Store in the code snippet the used format. * src/format/elf/e_elf.c: * src/format/elf/e_elf.h: * src/format/exe_format.c: * src/format/exe_format.h: * src/format/exe_format-int.h: Provide capabilities to resolve symbols for given addresses. * src/gtksnippet.c: * src/gtksnippet.h: Add a way to register the used format. 2008-09-10 Cyrille Bagard * src/arch/operand-int.h: Add a new type of operand for the addresses on the data segment (X86). * src/arch/x86/instruction.h: * src/arch/x86/opcodes.h: Handle two more opcodes (mov: 0xa0 and 0xa1). * src/arch/x86/operand.c: * src/arch/x86/operand.h: Support the 'moffs' type of operand. * src/arch/x86/op_mov.c: * src/arch/x86/processor.c: Handle two more opcodes (mov: 0xa0 and 0xa1). 2008-09-09 Cyrille Bagard * src/arch/x86/instruction.h: Handle four kinds of the 'test' opcode. * src/arch/x86/Makefile.am: Add op_test.c to libarchx86_a_SOURCES. * src/arch/x86/opcodes.h: Register the new decoding functions. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Handle the r/m information in a clever way. * src/arch/x86/op_mov.c: Reorganize the code ; this must be improved. * src/arch/x86/processor.c: Register the new decoding functions. 2008-09-07 Cyrille Bagard * src/arch/x86/op_lea.c: * src/arch/x86/op_mov.c: * src/arch/x86/op_push.c: * src/arch/x86/processor.c: Better handle the case where decoding fails. 2008-09-06 Cyrille Bagard * src/arch/x86/instruction.h: Add more support for lea and push opcodes. * src/arch/x86/Makefile.am: Add op_lea.c to libarchx86_a_SOURCES. * src/arch/x86/opcodes.h: Add more support for lea and push opcodes. * src/arch/x86/op_lea.c: New entry: support the lea opcode. * src/arch/x86/op_push.c: * src/arch/x86/processor.c: Add more support for lea and push opcodes. 2008-09-06 Cyrille Bagard * src/binary.c: * src/binary.h: Display found symbols when loading binary data. * src/editor.c: Use the new GTK components. * src/format/elf/e_elf.c: * src/format/elf/e_elf.h: * src/format/exe_format.c: * src/format/exe_format.h: * src/format/exe_format-int.h: Provide the needed functions to access the found symbols. * src/gtkcodeview.c: * src/gtkcodeview.h: New entries: provide a support for code snippets. * src/gtksnippet.c: * src/gtksnippet.h: Give the vertical position of a given address. * src/Makefile.am: Add gtkcodeview.[ch] and pan_symbols.[ch] to openida_SOURCES. * src/pan_symbols.c: * src/pan_symbols.h: New entries: add a panel allowing to browse found symbols. 2008-08-31 Cyrille Bagard * src/binary.c: Display the found [and sorted] symbols. * src/format/elf/e_elf.c: Load the ELF symbols. * src/format/elf/elf-int.h: Define an ELF symbol (name and address). * src/format/elf/Makefile.am: Add symbol.[ch] to libformatelf_a_SOURCES. * src/format/elf/symbol.c: * src/format/elf/symbol.h: New entries: look for symbols of function. * src/gtksnippet.c: * src/gtksnippet.h: Add a way to compare two lines of code. 2008-08-31 Cyrille Bagard * src/arch/x86/instruction.h: * src/arch/x86/opcodes.h: Handle the new opcodes. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Load complex content using the SIB (Scale*Index+Base) byte. The code must be cleaned. * src/arch/x86/op_mov.c: Support the 'mov' opcode from/to memory locations. * src/arch/x86/processor.c: Handle the new opcodes. * src/editor.c: Extend the size of the editor. * src/Makefile.am: Add -lm to openida_LDFLAGS. 2008-08-24 Cyrille Bagard * src/binary.c: Remove unused code. Get and insert comments into code. * src/format/dwarf/d_dwarf.c: * src/format/dwarf/d_dwarf.h: Provide comments for all registered debug functions. * src/gtksnippet.c: * src/gtksnippet.h: Better handle the code lines. 2008-08-24 Cyrille Bagard * src/format/dwarf/abbrev.c: * src/format/dwarf/abbrev.h: Remove old code. Add a function to test if an attribute exists. * src/format/dwarf/dwarf-int.h: Typo in the debug functions array definition. * src/format/dwarf/info.c: Clean the code. Register found debug functions. Handle the void type. 2008-08-23 Cyrille Bagard * src/format/dwarf/abbrev.c: Support the DW_FORM_sdata and DW_FORM_udata values. * src/format/dwarf/info.c: Support the structure and enumeration types. 2008-08-22 Cyrille Bagard * src/binary.c: Skip the GUI display. * src/format/dwarf/abbrev.c: * src/format/dwarf/abbrev.h: Make abbreviation codes unsigned. Clean the code. Add the ability to not update the reading position when reading abbreviation attributes. * src/format/dwarf/dwarf-int.h: Add some definitions for registered prototypes of functions. * src/format/dwarf/info.c: Make a first try to get all registered prototypes of functions. * src/format/dwarf/utils.c: * src/format/dwarf/utils.h: Add the ability to not update the reading position when decoding [U]LEB128. Fix a bug when decoding [U]LEB128 numbers. 2008-08-17 Cyrille Bagard * src/format/dwarf/abbrev.c: * src/format/dwarf/abbrev.h: Add several functions to process the parsed abbreviations. * src/format/dwarf/d_dwarf.c: Improve the loading thanks to the new features. * src/format/dwarf/dwarf-int.h: Specify a format (32 or 64 bits) and refine the abbreviation definition. * src/format/dwarf/info.c: * src/format/dwarf/info.h: New entries: look for prototyped functions using the registered abbreviations. * src/format/dwarf/Makefile.am: Add info.[ch] to libformatdwarf_a_SOURCES. * src/format/dwarf/utils.c: * src/format/dwarf/utils.h: Read more values: uleb128, unit length, uhalf, offset and address size. 2008-08-10 Cyrille Bagard * src/format/dwarf/abbrev.c: * src/format/dwarf/abbrev.h: Read all the DWARF abbreviations. * src/format/dwarf/dwarf_def.h: * src/format/dwarf/dwarf-int.h: Refine the DWARF internals. * src/format/dwarf/Makefile.am: Add abbrev.[ch], dwarf_def.h and utils.[ch] to libformatdwarf_a_SOURCES. * src/format/dwarf/utils.c: * src/format/dwarf/utils.h: Add a function to read LEB128 numbers, for convenience. 2008-08-08 Cyrille Bagard * configure.ac: Add src/format/dwarf/Makefile to the list of files to create. * src/binary.c: Update the way data is loaded. * src/format/dbg_format.c: * src/format/dbg_format.h: * src/format/dbg_format-int.h: New entries: define a generic interface for debug formats. * src/format/dwarf/abbrev.c: * src/format/dwarf/abbrev.h: * src/format/dwarf/d_dwarf.c: * src/format/dwarf/d_dwarf.h: * src/format/dwarf/dwarf-int.h: * src/format/dwarf/Makefile.am: New entries: prepare to handle the DWARF debug format. * src/format/elf/e_elf.c: * src/format/elf/e_elf.h: * src/format/elf/elf-int.h: New entries: better handle the ELF format. * src/format/elf/format_elf.c: * src/format/elf/format_elf.h: Deleted entries: renamed to e_elf.[ch]. * src/format/elf/Makefile.am: Add e_elf.[ch], elf-int.h and section.[ch] to libformatelf_a_SOURCES. Remove format_elf.[ch]. * src/format/elf/section.c: * src/format/elf/section.h: New entries: read sections in an ELF file. * src/format/exe_format.c: * src/format/exe_format.h: * src/format/exe_format-int.h: New entries: define a generic interface for executable formats. * src/format/Makefile.am: Add dwarf to SUBDIRS and exe_format.[ch], exe_format-int.h, dbg_format.[ch], dbg_format-int.h to libformat_a_SOURCES. * src/Makefile.am: Add format/libformat.a and format/dwarf/libformatdwarf.a to openida_LDADD. 2008-08-05 Cyrille Bagard * src/gtksnippet.c: * src/gtksnippet.h: Define a margin for setting breakpoints. 2008-08-03 Cyrille Bagard * src/arch/x86/instruction.h: Remove all the identifiers for the prefix '0x66'. * src/arch/x86/Makefile.am: Add op_(adc|add|and|or|sbb|sub|xor).c to libarchx86_a_SOURCES. * src/arch/x86/op_adc.c: * src/arch/x86/op_add.c: * src/arch/x86/op_and.c: New entries: support more opcodes. * src/arch/x86/opcodes.h: Register the new opcodes. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Read registers from the ModR/M encoding. * src/arch/x86/op_mov.c: Support the 'mov' opcode from a register to another one. * src/arch/x86/op_or.c: * src/arch/x86/op_sbb.c: * src/arch/x86/op_sub.c: * src/arch/x86/op_xor.c: New entries: support more opcodes. * src/arch/x86/processor.c: Handle opcode extension. Improve the way that instructions with prefix are handled, and thus decrease the amount of lines of code. 2008-08-01 Cyrille Bagard * src/arch/x86/instruction.h: Register the new opcodes. * src/arch/x86/Makefile.am: Add op_(leave|ret).c to libarchx86_a_SOURCES. * src/arch/x86/opcodes.h: Register the new opcodes. * src/arch/x86/op_leave.c: * src/arch/x86/op_ret.c: New entries: handle the 'leave' and 'ret' opcodes. * src/arch/x86/processor.c: Register the new opcodes. Avoid wrong warning messages. 2008-07-31 Cyrille Bagard * src/arch/operand.c: * src/arch/operand.h: Read relative immediate operands. * src/arch/operand-int.h: Typo. * src/arch/processor.c: * src/arch/processor.h: Update the code: use the virtual offset. * src/arch/processor-int.h: * src/arch/x86/instruction.h: Support new instructions: X86_OP_PUSH_IMM(32|16) and X86_OP_CALL. * src/arch/x86/Makefile.am: Add op_call.c to libarchx86_a_SOURCES. * src/arch/x86/op_call.c: New entry: Handle the virtual offset ; fix the operand-size overriding. * src/arch/x86/opcodes.h: * src/arch/x86/op_dec.c: * src/arch/x86/op_hlt.c: * src/arch/x86/op_inc.c: * src/arch/x86/op_int.c: * src/arch/x86/op_mov.c: * src/arch/x86/op_nop.c: Handle the virtual offset ; fix the operand-size overriding. * src/arch/x86/op_pop.c: * src/arch/x86/op_push.c: Handle the virtual offset ; fix the operand-size overriding. Handle immediate values. * src/arch/x86/processor.c: * src/arch/x86/processor.h: Handle the virtual offset ; fix the operand-size overriding. * src/binary.c: Provide the virtual offset when decoding. * src/format/elf/format_elf.c: * src/format/elf/format_elf.h: Provide the virtual offset when reading ELF. 2008-07-30 Cyrille Bagard * src/arch/x86/instruction.h: Register new opcodes. * src/arch/x86/Makefile.am: Add op_(dec|hlt|inc|pop|push).c to libarchx86_a_SOURCES. * src/arch/x86/opcodes.h: Register new opcodes. * src/arch/x86/op_dec.c: Register this new opcode. * src/arch/x86/operand.c: * src/arch/x86/operand.h: Fix a mistake: define a base when reading the target register. * src/arch/x86/op_hlt.c: * src/arch/x86/op_inc.c: Register these new opcodes. * src/arch/x86/op_mov.c: Update the call to x86_create_reg1632_operand(). * src/arch/x86/op_nop.c: Typo. * src/arch/x86/op_pop.c: * src/arch/x86/op_push.c: Register these new opcodes. * src/arch/x86/processor.c: Register the new opcodes and fix a bug with X86_OP_MOV_CX (s/D/C). * src/binary.c: Load the content of the file '/tmp/hello'. * src/format/elf/format_elf.c: * src/format/elf/format_elf.h: Look for the executable part of an ELF file. 2008-07-29 Cyrille Bagard * src/binary.c: Increase the length of the input code. * src/editor.c: Fix a warning about the GtkScrolledWindow. * src/gtksnippet.c: Adapt the size of the GtkSnippet widget. Define a white background. 2008-07-28 Cyrille Bagard * src/arch/operand.c: Fix a bug when reading immediate values (|| != |). * src/binary.c: Map the content of a given file into memory. 2008-07-27 Cyrille Bagard * configure.ac: Forget to commit last time. * src/arch/instruction.c: * src/arch/instruction.h: Change the data type (char -> uint8_t) and update for the new internal structure. * src/arch/instruction-int.h: Change the definition of the asm_instr structure. * src/arch/operand.c: * src/arch/operand.h: Manage in a generic way 'db' and immediate values. * src/arch/operand-int.h: Refine the operand description. * src/arch/processor.c: * src/arch/processor.h: * src/arch/processor-int.h: Change the data type (char -> uint8_t) and handle the syntax. * src/arch/x86/instruction.h: Add new opcodes and support prefixes. * src/arch/x86/Makefile.am: Add op_nop.c, op_mov.c and operand.[ch] to libarchx86_a_SOURCES. * src/arch/x86/opcodes.h: Keep the list up to date. * src/arch/x86/operand.c: * src/arch/x86/operand.h: New entries: support some x86 specific operands. * src/arch/x86/op_int.c: Change the data type (char -> uint8_t) and update for the new internal structure. * src/arch/x86/op_mov.c: * src/arch/x86/op_nop.c: New entries: Add these two new operands. * src/arch/x86/processor.c: Change the data type (char -> uint8_t) and handle the syntax. Support opcode prefixes and new opcodes. Clean the code for fetching instructions and the one for printing them. * src/binary.c: Change the data type (char -> uint8_t). * src/gtksnippet.c: Ask for a given syntax (Intel). 2008-07-27 Cyrille Bagard * configure.ac: Remove AC_PROG_RANLIB in favor of AC_PROG_LIBTOOL. Add AM_PROG_CC_C_O and schedule the creation of the new Makefiles. * src/arch/instruction.c: * src/arch/instruction.h: * src/arch/instruction-int.h: * src/arch/Makefile.am: * src/arch/operand.c: * src/arch/operand.h: * src/arch/operand-int.h: * src/arch/processor.c: * src/arch/processor.h: * src/arch/processor-int.h: * src/arch/x86/instruction.h: * src/arch/x86/Makefile.am: * src/arch/x86/opcodes.h: * src/arch/x86/op_int.c: * src/arch/x86/processor.c: * src/arch/x86/processor.h: New entries: parse x86 binary data and display the result. * src/binary.c: * src/binary.h: New entries: load a basic ASM content. * src/editor.c: Set some fixed fonts and use the new code snippet. Update the GPL header (Firebox Tools -> OpenIDA, version 2 -> version 3). * src/format/elf/format_elf.c: * src/format/elf/format_elf.h: * src/format/elf/Makefile.am: * src/format/Makefile.am: New entries: empty files. * src/gtksnippet.c: * src/gtksnippet.h: New entries: from an example from GTK.org, display assembly content. * src/Makefile.am: Add binary.[ch] and gtksnippet.[cg] files to openida_SOURCES and internal libraries to openida_LDADD. 2008-07-23 Cyrille Bagard * AUTHORS: * ChangeLog: * configure.ac: * Makefile.am: * NEWS: * po/Makevars: * po/POTFILES.in: * README: * src/editor.c: * src/Makefile.am: Initial commit. State of the program submitted to Gna!.