summaryrefslogtreecommitdiff
path: root/python/types.py
AgeCommit message (Expand)Author
2021-01-18updating copyright yearJordan Wiens
2020-06-23Add ability to set can_return on mutable function type objectsPeter LaFosse
2020-06-17many spelling fixesJordan Wiens
2020-06-06fix handle reference in type with_confidence call, resolves #1731Jordan Wiens
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-04-28small documentation update for SymbolType tableJordan Wiens
2020-03-11documentation for the Type class, setter for function_type can take a string,...Jordan Wiens
2020-02-07Fix struct display in MLILRusty Wagner
2020-02-04Add registered name to type objectsRusty Wagner
2020-01-01update copyright year to 2020Jordan Wiens
2019-12-17Immutable type/struct/enum objects, allowing deduplication for reduced memory...Rusty Wagner
2019-11-15Type workflow improvementsPeter LaFosse
2019-09-14lots of small documentation updates, mostly around making sure parameters are...Jordan Wiens
2019-07-18Add Symbol aliases to cope with duplicate symbolsrollsafe
2019-07-03- fix a type error when trying to create a function type with a parameter tha...verylazyguy
2019-06-10re-enable documentation for name and byte_name on types.QualifiedNameJordan Wiens
2019-06-09remove two breaking changesJordan Wiens
2019-06-08final refactor for missing parametersJordan Wiens
2019-04-22Add BNGetStructureMemberByName API and add __getitem__ to python Structure APIPeter LaFosse
2019-03-20Add ordinals to symbolsRusty Wagner
2019-03-06Add ability to query cross references directly on data variablesPeter LaFosse
2019-01-30Fix documentation for Type.constPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-10-19Add char convenience methodPeter LaFosse
2018-10-19Expose DataRender APIs, allow setting const on types, and allow type comparisonPeter LaFosse
2018-10-15Refactor to how symbols and namespaces workPeter LaFosse
2018-10-05Expose SymbolBinding APIPeter LaFosse
2018-09-28Namespace API cleanupPeter LaFosse
2018-09-20Adding NameSpace tokens and plumbing through some namespce apisPeter LaFosse
2018-09-12Merging with devPeter LaFosse
2018-08-31Merging with devPeter LaFosse
2018-08-30Allow negative stack offsets for functions like alloca_probeRusty Wagner
2018-07-31removing ability to set autodefinedPeter LaFosse
2018-07-13Python2/3 String Compatibility FixKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10addition 3 compatibility changesJordan Wiens
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-03-23fixes #912Jordan Wiens
2018-03-23Fix 'demangled' typo.Brian Potchik
2018-03-23fixes binaryninja-api #784 improper call to BNCreateEnumerationTypePeter LaFosse
2018-03-23Register stack adjustments in calling conventionsRusty Wagner
2018-02-12Merge branch 'dev' into fpuRusty Wagner
2018-01-25fixes #912Jordan Wiens
2018-01-15Fix 'demangled' typo.Brian Potchik
2018-01-11fixes binaryninja-api #784 improper call to BNCreateEnumerationTypePeter LaFosse
2017-11-27Register stack adjustments in calling conventionsRusty Wagner