summaryrefslogtreecommitdiff
path: root/python/types.py
AgeCommit message (Expand)Author
2021-11-10Add support for passing list of types to StructureBuilder\StructureType .crea...Peter LaFosse
2021-11-08add pep 484 and 561 compliance, fixes #2747Jordan Wiens
2021-09-28Remove some unnecessary codePeter LaFosse
2021-09-28Add Refactor Symbol to CoreSymbol and SymbolPeter LaFosse
2021-09-28Removed some commented codePeter LaFosse
2021-09-23Add comparison operators for SizeWithConfidence and OffsetWithConfidencePeter LaFosse
2021-09-23Add equality and order overloads for BoolWithConfidencePeter LaFosse
2021-09-18Fix creation of mutable StructureBuilder from StructureTypePeter LaFosse
2021-09-15Fix NamedTypeReferenceType.targetPeter LaFosse
2021-09-07Rename all TypeBuilder objects to end with 'Builder' to avoid name collisionsPeter LaFosse
2021-09-07Create NameSpace.get_core_struct()Peter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Add BNTypeBuilderSetChildTypePeter LaFosse
2021-09-06Add some additional typehints to architecture.py, function.py and metadata.py...Peter LaFosse
2021-09-06Fix many bugs in types.pyPeter LaFosse
2021-09-06Update types.py to use *WithBuilder APIsPeter LaFosse
2021-09-05Remove some unnecessary properties for various derived HLIL Instructions, add...Peter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Convert the following to dataclasses:Peter LaFosse
2021-09-05add a core.free_string helperPeter LaFosse
2021-09-05Refactor Variable classPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-05-26Add the ability to automatically create struct membersXusheng
2021-04-06Add support for duplicate symbol handling.Brian Potchik
2021-03-01Add methods for creating wide char typesJosh Ferrell
2021-02-17add support for type xref and variable xrefXusheng
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