summaryrefslogtreecommitdiff
path: root/src/analysis/disass/output.c
AgeCommit message (Expand)Author
2017-05-14Begun to clean the symbol interface.Cyrille Bagard
2017-05-07Made the preloading process work as intended.Cyrille Bagard
2017-05-05Inserted preloaded format information from instructions instead of symbols.Cyrille Bagard
2017-03-19Removed the useless STP_FUNCTION symbol type.Cyrille Bagard
2017-01-20Ensured all block closing marks have an existing address.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-12-29Cut binary data into several areas using all the available CPUs and less memory.Cyrille Bagard
2016-12-15Defined proper accesses to instructions loaded by a processor.Cyrille Bagard
2016-12-12Removed most of the code related to non-working decompilation.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-23Deleted a level of data to reduce the memory fingerprint.Cyrille Bagard
2016-09-23Marked the end of each routine disassembly with a message.Cyrille Bagard
2016-05-24Attached priority levels with disassembly starting points.Cyrille Bagard
2016-04-22Ensured all labels get an initialized address in buffer views.Cyrille Bagard
2016-04-04Removed some separation lines in the display.Cyrille Bagard
2016-04-03Kept the user informed about the instructions printing status.Cyrille Bagard
2016-04-02Handled all routines disassembling processing in one place.Cyrille Bagard
2016-03-15Marked lines which are able to start a group of lines as width managers.Cyrille Bagard
2016-01-23Created storable items for user comments.Cyrille Bagard
2016-01-21Defined some raw primitives to write or delete comments.Cyrille Bagard
2015-12-28Defined layers to register all kinds of binary portions.Cyrille Bagard
2015-12-09Avoided to throw comments too far by defining local columns managers.Cyrille Bagard
2015-07-24Replaced all remaining raw accesses to binary contents with the GBinContent w...Cyrille Bagard
2015-07-12Cleaned the code handling binary symbols.Cyrille Bagard
2015-04-26Loaded internal smybols ; created entry points only when needed.Cyrille Bagard
2015-04-25Removed some debug messages.Cyrille Bagard
2015-04-03Tried to show basic blocks in the graphic view again.Cyrille Bagard
2015-03-11Loaded the ELF header at a proper virtual address.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-01-25Added a fixed address for the start of the '.plt' section and improved the di...Cyrille Bagard
2014-12-16Created operands for resolving symbols in disassembly code.Cyrille Bagard
2014-12-14Shown label of loaded symbols when possible.Cyrille Bagard
2014-11-29Displayed segments in the disassembly view.Cyrille Bagard
2014-09-17Introduced memory ranges.Cyrille Bagard
2014-09-01Loaded some ELF symbols from DYNSYM and SYMTAB sections.Cyrille Bagard
2014-08-25Loaded lots of ELF header information as symbols.Cyrille Bagard
2014-08-05Defined the first steps for a new disassembling approach.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-06-08Removed all usages of gdk_threads_enter()/gdk_threads_leave() in the status bar.Cyrille Bagard
2012-12-16Reintroduced the delayed disassembling of binaries.Cyrille Bagard
2012-10-16Properly output routines documentation.Cyrille Bagard
2012-07-14Limited all routines using code from binary.c.Cyrille Bagard
2010-12-21Redefined all existing kinds of Dalvik operands in a proper way.Cyrille Bagard
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard