summaryrefslogtreecommitdiff
path: root/python/typelibrary.py
AgeCommit message (Expand)Author
2022-04-08Add some small typehint fixes to typelibrary and metadata.pyPeter LaFosse
2022-04-08Properly decode strings for TypeLibrary.platfrom_namesPeter LaFosse
2022-03-28Ensure plugins are loaded before attempting to build type libsPeter LaFosse
2022-03-23Add BNAddTypeLibraryNamedTypeSource APIPeter LaFosse
2022-03-23Fix a bunch of reference miscounts in the C++ and python apisPeter LaFosse
2022-03-16Add type hints to typelibrary.py and fix type hint for get_address_tags_of_typePeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Fix some comments in typelibrary.pyPeter LaFosse
2021-09-06Remove unnecessary check on typePeter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-01-18updating copyright yearJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-09-30include more tag documentation references to other APIs, fix cross-module doc...Jordan Wiens
2019-09-24typelibrary: add initial documentationRyan Snyder
2019-09-24typelibrary: minimal api commitRyan Snyder