summaryrefslogtreecommitdiff
path: root/src/analysis/disass
AgeCommit message (Expand)Author
2015-11-27Protected other data access using locks.Cyrille Bagard
2015-11-26Used several threads without lock to disassemble binary code.Cyrille Bagard
2015-11-11Fixed most of the warnings about use of uninitialized data.Cyrille Bagard
2015-11-11Prepared the next generation of parallel processings.Cyrille Bagard
2015-10-15Detected loops as introduced in the book "Compilers: Principles, Techniques, ...Cyrille Bagard
2015-10-14Discarded code symbols as symbols already containing instructions when disass...Cyrille Bagard
2015-10-14Forced the full definition of locations to fix the search of symbols.Cyrille Bagard
2015-10-13Kept all information about real addresses for routine symbols (ARM vs Thumb).Cyrille Bagard
2015-10-07Introduced code coverages to reduce search time.Cyrille Bagard
2015-10-06Optimized loop detections using bit fields.Cyrille Bagard
2015-09-19Extended the prototype for matching formats in order to get it suitable for p...Cyrille Bagard
2015-07-24Replaced all remaining raw accesses to binary contents with the GBinContent w...Cyrille Bagard
2015-07-17Updated the Python bindings.Cyrille Bagard
2015-07-16Used the binary contents a little bit more.Cyrille Bagard
2015-07-12Cleaned the code handling binary symbols.Cyrille Bagard
2015-07-12Defined AIF_RETURN_POINT to replace the previous 'return' accessors.Cyrille Bagard
2015-07-09Tried to use virtual addresses as often as possible.Cyrille Bagard
2015-06-12Improved loading speed with binary search of sorted arrays.Cyrille Bagard
2015-05-11Provided a way to look for ROP gadgets in binary code.Cyrille Bagard
2015-05-05Made labels for symbols look nicer.Cyrille Bagard
2015-05-05Fixed a bug when creating natural execution flows.Cyrille Bagard
2015-04-26Loaded internal smybols ; created entry points only when needed.Cyrille Bagard
2015-04-25Registered suitable linkage hooks and defined right links between instructions.Cyrille Bagard
2015-04-25Removed some debug messages.Cyrille Bagard
2015-04-25Included a new plugin to mark calls to exit() functions as return points.Cyrille Bagard
2015-04-16Fixed some bugs in the basic blocks building.Cyrille Bagard
2015-04-05Fixed various bugs in the graph layout.Cyrille Bagard
2015-04-04Detected loops in disassembled instructions once again.Cyrille Bagard
2015-04-04Updated the disassembling process order and defined ranks for basic routines.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-21Restored a limited but working version of basic blocks definitions.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-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-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-16Added a basic support for Mobicore truslets.Cyrille Bagard
2015-02-11Marked buffer lines as containing an entry point when needed.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