summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-04Updated the disassembling process order and defined ranks for basic routines.Cyrille Bagard
2015-04-03Defined a preferred size for views and reacted on scroll events.Cyrille Bagard
2015-04-03Tried to show basic blocks in the graphic view again.Cyrille Bagard
2015-04-01Fixed the definition of inner blocks by cutting at the right starting position.Cyrille Bagard
2015-03-31Saved some progress in the definition of basic blocks.Cyrille Bagard
2015-03-29Used real virtual addresses when describing ELF items.Cyrille Bagard
2015-03-28Provided readelf features as an external plugin.Cyrille Bagard
2015-03-21Restored a limited but working version of basic blocks definitions.Cyrille Bagard
2015-03-19Fixed an invalid cast between two GLib instances in some cases.Cyrille Bagard
2015-03-18Computed limits for all routines according to existing symbols.Cyrille Bagard
2015-03-13Updated and improved without testing the old process of computing limits for ...Cyrille Bagard
2015-03-11Updated and improved without testing the old cutting of routines into blocks.Cyrille Bagard
2015-03-11Loaded the ELF header at a proper virtual address.Cyrille Bagard
2015-03-11Fixed an overflow when logging messages for plugins.Cyrille Bagard
2015-03-10Offered more interactivity from the navigation dialog box.Cyrille Bagard
2015-03-10Fixed a bug when tracking cross references from a line with an empty size.Cyrille Bagard
2015-03-08Fixed a bug when dealing with a symbol without label.Cyrille Bagard
2015-03-08Listed all idenfied read only strings in a dedicated panel.Cyrille Bagard
2015-03-08Handle cross references as well as entry points.Cyrille Bagard
2015-03-03Loaded and displayed found strings in ELF.Cyrille Bagard
2015-02-25Provided tweaks about positions when looking for address coordinates.Cyrille Bagard
2015-02-24Shown a loaded view at its entry point at the beginning.Cyrille Bagard
2015-02-23Fixed a bug: do not close the connection after the initial handshake.Cyrille Bagard
2015-02-22Fixed a few GLib/GTK compilation warnings.Cyrille Bagard
2015-02-22Created a dialog box to select an entry point to display.Cyrille Bagard
2015-02-18Fixed a bug by properly reloading a reallocated list of binary areas.Cyrille Bagard
2015-02-17Defined, computed and stored the checksum in the binary content manager.Cyrille Bagard
2015-02-16Connected each loaded binary as a client to a server.Cyrille Bagard
2015-02-16Added a basic support for Mobicore truslets.Cyrille Bagard
2015-02-11Registered all the supported formats in the system code.Cyrille Bagard
2015-02-11Marked buffer lines as containing an entry point when needed.Cyrille Bagard
2015-02-10Fixed a bug by reordering the first exchanges.Cyrille Bagard
2015-02-09Created a dialog box to create new bookmarks.Cyrille Bagard
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
2015-02-03Removed all references to binary parts (GBinPart) and updated the code.Cyrille Bagard
2015-02-01Added some development assertions and avoided to load code twice.Cyrille Bagard
2015-01-31Defined many entry points from many identified potential candidates.Cyrille Bagard
2015-01-30Bound a symbol for each loaded value for 'ldr' instructions.Cyrille Bagard
2015-01-26Begun to rewrite the whole plugins system.Cyrille Bagard
2015-01-25Added a fixed address for the start of the '.plt' section and improved the di...Cyrille Bagard
2015-01-24Introduced conditional calls in instruction definition rules.Cyrille Bagard
2015-01-18Rebuilt the final Makefile only if its sources have changed.Cyrille Bagard
2015-01-16Fixed mistakes between lower cases and upper cases in encodings, once again (!).Cyrille Bagard
2015-01-16Supported new ARMv7 instructions and fixed several bugs in ARM/Thumb decodings.Cyrille Bagard
2015-01-15Exported disassembled content in plain text or HTML format properly.Cyrille Bagard
2015-01-14Supported new ARMv7 instructions and fixed a silent bug in a computed mask.Cyrille Bagard
2015-01-10Extended the grammar to allow hooks inclusion.Cyrille Bagard
2015-01-09Chosen the right encoding to use when disassembling ARM binary.Cyrille Bagard
2015-01-08Removed deprecation warnings about gtk_dialog_get_action_area().Cyrille Bagard
2015-01-08Removed deprecation warnings about gtk_misc_set_alignment().Cyrille Bagard