summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-22Fixed a memory leak with the built list of disassembling areas.Cyrille Bagard
2017-05-21Stored and deleted instruction hooks using the GObject facilities.Cyrille Bagard
2017-05-21Refined the whole share system for operands.Cyrille Bagard
2017-05-16Merged routines into symbols.Cyrille Bagard
2017-05-14Stopped to memorize the routines as a subset of symbols.Cyrille Bagard
2017-05-14Processed all the routines using the symbol list.Cyrille Bagard
2017-05-14Displayed a symbol instead of a routine in the graph view.Cyrille Bagard
2017-05-14Begun to clean the symbol interface.Cyrille Bagard
2017-05-12Added the ELF strings to the preloaded instruction list.Cyrille Bagard
2017-05-11Handled preloaded instructions located in two cut areas (ELF overlapping).Cyrille Bagard
2017-05-10Removed the link to binary content used for printing from instructions.Cyrille Bagard
2017-05-10Rewritten the whole bitfield management.Cyrille Bagard
2017-05-08Merged characters intro strings when possible in the disassembled code.Cyrille Bagard
2017-05-08Ensured a Dex routine is not abstract nor native before adding a symbol into ...Cyrille Bagard
2017-05-07Made the preloading process work as intended.Cyrille Bagard
2017-05-07Fixed the registered coverage of LEB128 raw instructions.Cyrille Bagard
2017-05-05Inserted preloaded format information from instructions instead of symbols.Cyrille Bagard
2017-05-05Restored a valid copyright in the About dialog box.Cyrille Bagard
2017-04-30Parsed Dex format fields using the new generic parser.Cyrille Bagard
2017-04-29Improved the behavior of immediate operands display.Cyrille Bagard
2017-04-28Rewritten some security checks when printing immediate values.Cyrille Bagard
2017-04-28Escaped some characters as needed when building tooltips.Cyrille Bagard
2017-04-28RTFM'ed to avoid segfaults when calling isprint().Cyrille Bagard
2017-04-22Shared target operands in memory when possible.Cyrille Bagard
2017-04-20Shared immediate operands in order to avoid useless allocations.Cyrille Bagard
2017-04-19Handled static strings as well as dynamic strings in comments.Cyrille Bagard
2017-04-15Removed useless signals for immediate operands.Cyrille Bagard
2017-04-13Put the treeview for binary portions into a scrollable window.Cyrille Bagard
2017-04-13Simplified the way links between instructions are handled.Cyrille Bagard
2017-04-09Provided a tree panel to inspect binary content.Cyrille Bagard
2017-03-31Extracted strings from some extra ELF sections.Cyrille Bagard
2017-03-31Handled many special cases of binary portion inclusion to get a clean tree.Cyrille Bagard
2017-03-30Discriminated between tests for set and unset ranges of bits.Cyrille Bagard
2017-03-29Handled areas which are not allocated in memory.Cyrille Bagard
2017-03-26Limited the displayed calls and strings in tooltips using the configuration.Cyrille Bagard
2017-03-26Fixed the conversion of immediate operands to binary strings.Cyrille Bagard
2017-03-24Built tooltips from all kinds of operands.Cyrille Bagard
2017-03-24Fixed various copy/paste mistakes in the database protocol.Cyrille Bagard
2017-03-24Built routine digest for tooltip hints.Cyrille Bagard
2017-03-23Restricted an instruction iterator to a given memory range if requested.Cyrille Bagard
2017-03-22Assigned the "sub_" prefix to subroutines and "loc_" to code labels, as expec...Cyrille Bagard
2017-03-22Ensured all string symbols referenced by instructions get a label.Cyrille Bagard
2017-03-21Displayed the first line content of each entry point again.Cyrille Bagard
2017-03-20Taken the last byte into account when analyzing the string section.Cyrille Bagard
2017-03-19Removed the useless STP_FUNCTION symbol type.Cyrille Bagard
2017-03-19Provided initial features for debugging using GDB.Cyrille Bagard
2017-03-15Checked the remaining space before inserting new instructions.Cyrille Bagard
2017-03-15Referenced all provided registers from operands.Cyrille Bagard
2017-03-11Fixed a memory leak in the disassembling process.Cyrille Bagard
2017-03-08Reduced the number of produced reference links.Cyrille Bagard