summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-07-04Store and load binary contents on demand.Cyrille Bagard
2021-05-30Create a command to list remote binaries.Cyrille Bagard
2021-05-29Define roles for allowed connections to servers.Cyrille Bagard
2021-05-24Handle errors with more care when creating certificates.Cyrille Bagard
2021-05-17Dead with singleton instances containing singleton instances.Cyrille Bagard
2021-05-13Define the first steps for singleton support.Cyrille Bagard
2021-03-23Create methods to deal with hex conversions.Cyrille Bagard
2021-03-09Implement the Pearson hash method.Cyrille Bagard
2021-03-07Handle hashes of data types as Py_ssize_t values from Python bindings.Cyrille Bagard
2021-02-21Delete intermediate Python modules for some API features.Cyrille Bagard
2021-02-20Pack and unpack LEB128 values on demand.Cyrille Bagard
2021-02-20Compute a hash value for data types.Cyrille Bagard
2021-01-01Managed GObject references each time a configuration parameter is accessed.Cyrille Bagard
2020-12-28Improved the API for configuration and its Python documentation.Cyrille Bagard
2020-10-13Defined proper Python bindings for class/enum types.Cyrille Bagard
2020-10-13Defined proper Python bindings for basic types.Cyrille Bagard
2020-10-10Updated the basic types definition and its Python bindings.Cyrille Bagard
2020-06-30Fixed some cases from the test suite.Cyrille Bagard
2020-06-30Updated the Python API for bitfields.Cyrille Bagard
2020-06-29Improved some common helpers inside the Python API.Cyrille Bagard
2020-06-29Included the packed buffers in the Python bindings.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-11Updated the API for buffer caches.Cyrille Bagard
2020-04-12Improved support of type prefix for symbols.Cyrille Bagard
2020-04-09Created extra flags for binary symbols.Cyrille Bagard
2020-03-15Added support for packed template arguments in Itanium demangling.Cyrille Bagard
2020-03-13Fixed a little coding mistake in Itanium demangling.Cyrille Bagard
2020-03-13Added support for extra Itanium builtin types.Cyrille Bagard
2020-03-08Fixed some mistakes in the Itanium prefixes demangling.Cyrille Bagard
2020-03-05Added better support of operators for Itanium demangling.Cyrille Bagard
2020-03-03Handled destructors properly when demangling C++ Itanium names.Cyrille Bagard
2020-02-18Relocated the raw instructions.Cyrille Bagard
2020-01-04Stuck to the Yaml specifications a little bit more.Cyrille Bagard
2019-12-11Improved the search of Yaml nodes.Cyrille Bagard
2019-11-17Extended the API to find an unique Yaml node.Cyrille Bagard
2019-11-17Fixed the search of Yaml nodes.Cyrille Bagard
2019-11-03Handled sequences with the Yaml reader in an improved way.Cyrille Bagard
2019-11-01Added support for Yaml content.Cyrille Bagard
2019-08-15Changed the order of arguments for the Python symbol constructor.Cyrille Bagard
2019-08-15Introduced binary symbol subclassing from Python.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2019-08-14Fixed a copy/paste bug.Cyrille Bagard
2019-08-13Used a Python enumeration for the binary symbol status.Cyrille Bagard
2019-07-01Introduced attributes for loaded contents.Cyrille Bagard
2019-02-21Fixed a little mistake introduced in 7fc86b40.Cyrille Bagard
2019-02-19Ensured all natural links are well created.Cyrille Bagard
2019-02-11Improved the loop detection.Cyrille Bagard
2019-02-01Inserted an option to render disassembly even in batch mode.Cyrille Bagard
2019-01-31Improved loop detection.Cyrille Bagard