summaryrefslogtreecommitdiff
path: root/src/format/symbol.h
AgeCommit message (Expand)Author
2021-04-05Build a partial working support for the PE format.Cyrille Bagard
2020-04-12Improved support of type prefix for symbols.Cyrille Bagard
2020-04-09Created extra flags for binary symbols.Cyrille Bagard
2020-04-09Compressed the size of the symbol structures.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2018-08-02Introduced symbols dedicated to strings.Cyrille Bagard
2018-07-04Updated the API for building symbol labels.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-14Begun to clean the symbol interface.Cyrille Bagard
2017-04-29Improved the behavior of immediate operands display.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-03-19Removed the useless STP_FUNCTION symbol type.Cyrille Bagard
2017-01-06Checked if a symbol exists right before adding it to the symbol list.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-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-16Changed the display of a segment containing the value of an immediate.Cyrille Bagard
2015-11-26Used several threads without lock to disassemble binary code.Cyrille Bagard
2015-07-17Updated the Python bindings.Cyrille Bagard
2015-07-12Cleaned the code handling binary symbols.Cyrille Bagard
2015-03-18Computed limits for all routines according to existing symbols.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-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-04Disabled lots of debug messages and fixed some symbols related bugs.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
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