summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-05-17Updated the plugin system and its Python documentation.Cyrille Bagard
2020-05-16Added a way to get all registered architectures.Cyrille Bagard
2020-05-11Updated the API for buffer caches.Cyrille Bagard
2020-05-04Recognized reserved instructions as special cases.Cyrille Bagard
2020-05-03Defined the missing features required to build operands from Python.Cyrille Bagard
2020-04-29Improved the documentation of the disassembly cache for Python.Cyrille Bagard
2020-04-28Extended the Python bindings for registers.Cyrille Bagard
2020-04-21Deleted obsolete code for dynamic types.Cyrille Bagard
2020-04-21Redefined the interface for creating new processors from Python.Cyrille Bagard
2020-04-19Changed the way the key for an architecture is provided.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-13Simplified the loading process of binary contents.Cyrille Bagard
2020-04-12Improved support of type prefix for symbols.Cyrille Bagard
2020-04-12Added features to dump compressed content into memory.Cyrille Bagard
2020-04-12Cosmetic.Cyrille Bagard
2020-04-09Created extra flags for binary symbols.Cyrille Bagard
2020-04-09Compressed the size of the symbol structures.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-03-16Fixed the markup rendering in the Goto dialog box.Cyrille Bagard
2020-03-13Added support for extra Itanium builtin types.Cyrille Bagard
2020-03-03Handled destructors properly when demangling C++ Itanium names.Cyrille Bagard
2020-03-01Given some priority to Elf PLT entries during the disassembly process.Cyrille Bagard
2020-03-01Cleaned the instruction flags when requested.Cyrille Bagard
2020-02-29Broken ARMv7 basic blocks depending on conditional flags.Cyrille Bagard
2020-02-23Defined a working way to build routines from Python.Cyrille Bagard
2020-02-18Relocated the raw instructions.Cyrille Bagard
2020-02-18Fixed the suffix of memory content file backends.Cyrille Bagard
2020-02-18Simplified code.Cyrille Bagard
2020-02-17Relocated the undefined instructions.Cyrille Bagard
2020-02-15Chosen the default view displayed after a binary loading.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-06Restored hexadecimal as default rendering for immediate values.Cyrille Bagard
2020-02-04Removed a compilation warning.Cyrille Bagard
2020-02-04Reduced the size required for register operands.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-02-04Deleted unused deprecated functions.Cyrille Bagard
2020-02-04Compressed the operands relative to immediate values.Cyrille Bagard
2020-02-04Moved the definition of a lock bit.Cyrille Bagard
2020-02-04Created a new interface for renamed operands.Cyrille Bagard
2020-02-02Relied on flags for raw instructions.Cyrille Bagard
2020-01-30Compressed some architecture instruction properties.Cyrille Bagard
2020-01-27Created a huge optimization for the Dex format loading.Cyrille Bagard
2020-01-25Handled the MUTF-8 U+0000 code point.Cyrille Bagard
2020-01-15Reorganized the architecture operands.Cyrille Bagard