summaryrefslogtreecommitdiff
path: root/src/format/symbol.c
AgeCommit message (Expand)Author
2018-10-23Indented code labels in the assembly views.Cyrille Bagard
2018-07-14Begun to switch to abstract locations in internal rendering buffers.Cyrille Bagard
2018-07-04Updated the API for building symbol labels.Cyrille Bagard
2018-06-17Reduced coverage of symbols used as line generators.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-02-11Updated the prototype used to get symbol label.Cyrille Bagard
2017-12-08Introduced the symbol visibility.Cyrille Bagard
2017-05-16Merged routines into symbols.Cyrille Bagard
2017-05-14Processed all the routines using the symbol list.Cyrille Bagard
2017-05-14Begun to clean the symbol interface.Cyrille Bagard
2017-05-10Removed the link to binary content used for printing from instructions.Cyrille Bagard
2017-04-22Shared target operands in memory when possible.Cyrille Bagard
2017-03-24Built routine digest for tooltip hints.Cyrille Bagard
2017-03-19Removed the useless STP_FUNCTION symbol type.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-13Ensured all symbol comments match their symbol address.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-09-26Defined a proper cache for routine names with their packages.Cyrille Bagard
2016-03-15Marked lines which are able to start a group of lines as width managers.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-07-17Updated the Python bindings.Cyrille Bagard
2015-07-12Cleaned the code handling binary symbols.Cyrille Bagard
2015-06-12Improved loading speed with binary search of sorted arrays.Cyrille Bagard
2015-03-18Computed limits for all routines according to existing symbols.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-03Loaded and displayed found strings in ELF.Cyrille Bagard
2015-02-24Shown a loaded view at its entry point at the beginning.Cyrille Bagard
2015-02-11Marked buffer lines as containing an entry point when needed.Cyrille Bagard
2015-01-30Bound a symbol for each loaded value for 'ldr' instructions.Cyrille Bagard
2015-01-25Added a fixed address for the start of the '.plt' section and improved the di...Cyrille Bagard
2014-12-14Shown label of loaded symbols when possible.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-19Added a demo symbol when loading an ELF header.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-10-28Updated the code of the old panel and displayed found strings again.Cyrille Bagard
2009-12-01Improved the Itanium demangling.Cyrille Bagard
2009-09-30Parsed and replaced ModRM operands.Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard