summaryrefslogtreecommitdiff
path: root/src/format
AgeCommit message (Expand)Author
2021-04-05Build a partial working support for the PE format.Cyrille Bagard
2021-04-05Moved PE code with its history.Cyrille Bagard
2021-04-05Restored raw support for the PE file format.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-09-07Rewritten some code managing comments.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.Cyrille Bagard
2020-07-26Avoided fixed columns when filling lines with locations.Cyrille Bagard
2020-07-14Typo.Cyrille Bagard
2020-06-07Reorganized the operands behaving like proxies.Cyrille Bagard
2020-05-21Written a proper documentation for the binary format Python bindings.Cyrille Bagard
2020-05-21Changed the hierarchy of format objects.Cyrille Bagard
2020-05-19Improved the use of the known format object.Cyrille Bagard
2020-05-18Updated the Python API for string symbols.Cyrille Bagard
2020-04-19Updated the interface for flat formats.Cyrille Bagard
2020-04-18Taken into account the potential absence of demangler in the symbol panel.Cyrille Bagard
2020-04-13Avoided to look for syscalls in a kernel binary.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-03-01Given some priority to Elf PLT entries during the disassembly process.Cyrille Bagard
2020-02-15Identified Elf imported symbols without waiting for the end of disassembling.Cyrille Bagard
2020-02-14Fixed a bug when registering a group of symbols.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-27Created a huge optimization for the Dex format loading.Cyrille Bagard
2019-11-11Extended the Python bindings.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2019-07-20Marked some Dex strings as structural.Cyrille Bagard
2019-07-07Added support for Android boot images.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2019-02-03Fixed various memory leaks.Cyrille Bagard
2019-01-30Extended the APIs available for formats (both native and Python).Cyrille Bagard
2019-01-04Handled non null-terminated stringsCyrille Bagard
2018-12-08Compared symbols using their location only to prevent duplicated symbols.Cyrille Bagard
2018-12-07Moved some core features into plugins.Cyrille Bagard
2018-12-07Created signals for format symbol handling.Cyrille Bagard
2018-11-27Removed support for the PE file format.Cyrille Bagard
2018-11-27Logged loaded formats.Cyrille Bagard
2018-11-24Moved the DWARF support as plugin and disabled it.Cyrille Bagard
2018-11-18Allowed to attach debug information to formats.Cyrille Bagard
2018-10-23Indented code labels in the assembly views.Cyrille Bagard
2018-10-14Refined measures of elapsed time.Cyrille Bagard
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-08-16Included the string symbols in the Python API.Cyrille Bagard
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-08-06Introduced some extra kinds of objects to render disassembled code.Cyrille Bagard
2018-08-03Introduced dynamic string symbols.Cyrille Bagard
2018-08-03Populated the strings panel in a generic way.Cyrille Bagard
2018-08-02Introduced symbols dedicated to strings.Cyrille Bagard
2018-07-17Got the namespace separator from formats when listing symbols.Cyrille Bagard
2018-07-16Cleaned code.Cyrille Bagard