Age | Commit message (Expand) | Author |
2019-11-17 | Fixed the search of Yaml nodes. | Cyrille Bagard |
2019-11-03 | Handled sequences with the Yaml reader in an improved way. | Cyrille Bagard |
2019-11-01 | Added support for Yaml content. | Cyrille Bagard |
2019-08-15 | Changed the order of arguments for the Python symbol constructor. | Cyrille Bagard |
2019-08-15 | Introduced binary symbol subclassing from Python. | Cyrille Bagard |
2019-08-14 | Updated the Python bindings for binary symbols. | Cyrille Bagard |
2019-08-14 | Fixed a copy/paste bug. | Cyrille Bagard |
2019-08-13 | Used a Python enumeration for the binary symbol status. | Cyrille Bagard |
2019-07-01 | Introduced attributes for loaded contents. | Cyrille Bagard |
2019-02-21 | Fixed a little mistake introduced in 7fc86b40. | Cyrille Bagard |
2019-02-19 | Ensured all natural links are well created. | Cyrille Bagard |
2019-02-11 | Improved the loop detection. | Cyrille Bagard |
2019-02-01 | Inserted an option to render disassembly even in batch mode. | Cyrille Bagard |
2019-01-31 | Improved loop detection. | Cyrille Bagard |
2019-01-31 | Fixed mistakes relative to PyUnicode_Check() return value. | Cyrille Bagard |
2019-01-29 | Introduced binary portion support for Python bindings. | Cyrille Bagard |
2019-01-22 | Allowed to initialize instances of created dynamic types if needed. | Cyrille Bagard |
2019-01-15 | Improved complex loop detection. | Cyrille Bagard |
2019-01-15 | Updated the test suite. | Cyrille Bagard |
2019-01-14 | Detected self loops in basic blocks. | Cyrille Bagard |
2019-01-14 | Handled irreducible loops without blocking. | Cyrille Bagard |
2019-01-08 | Marked the ARMv7 branch instructions with the LR register as return points. | Cyrille Bagard |
2019-01-08 | Fixed a bug in bitfield comparison. | Cyrille Bagard |
2019-01-04 | Updated the test suite for the current API. | Cyrille Bagard |
2019-01-03 | Defined a dynamic type for each plugin. | Cyrille Bagard |
2018-12-28 | Enabled the comment creation from Python. | Cyrille Bagard |
2018-12-18 | Made Python constant values storable using Pickle. | Cyrille Bagard |
2018-12-13 | Provided a representation for constant values imported from C code. | Cyrille Bagard |
2018-12-12 | Reorganized the global variables access in the Python bindings. | Cyrille Bagard |
2018-12-07 | Relied on GObject introspection and dynamic gtypes to inherit in Python. | Cyrille Bagard |
2018-12-04 | Updated the Java descriptor demangling process. | Cyrille Bagard |
2018-11-18 | Extended the Python bindings dealing with code blocks. | Cyrille Bagard |
2018-10-01 | Made the Python bindings more Pythonish. | Cyrille Bagard |
2018-07-04 | Fixed various mistakes in Itanium C++ demangling. | Cyrille Bagard |
2018-07-02 | Improved the Itanium C++ demangling. | Cyrille Bagard |
2018-07-02 | Extented the types definitions. | Cyrille Bagard |
2018-06-19 | Extended the bitfield operations and their Python bindings. | Cyrille Bagard |
2018-06-07 | Introduced the flat file format. | Cyrille Bagard |
2018-05-12 | Removed all execute bits in the source code files. | Cyrille Bagard |
2018-04-11 | Created definitions for memory and encapsulated contents. | Cyrille Bagard |
2018-03-11 | Defined a new Dex demangler with MUTF-8 support as plugin. | Cyrille Bagard |
2018-01-24 | Improved the support of some unusual endiannesses. | Cyrille Bagard |
2018-01-16 | Improved the removal of format symbols. | Cyrille Bagard |
2018-01-13 | Handled the logs from the GUI, the command line and the Python bindings. | Cyrille Bagard |
2017-12-08 | Improved the way vmpa_t types are compared. | Cyrille Bagard |
2017-11-12 | Improved the type of data read from loaded contents. | Cyrille Bagard |
2017-08-20 | Replaced calls to deprecated functions building RSA keys. | Cyrille Bagard |
2017-08-07 | Stored all errors detected when loading and disassembling a binary file. | Cyrille Bagard |
2017-05-12 | Added the ELF strings to the preloaded instruction list. | Cyrille Bagard |
2017-05-11 | Handled preloaded instructions located in two cut areas (ELF overlapping). | Cyrille Bagard |