summaryrefslogtreecommitdiff
path: root/python/types.py
AgeCommit message (Expand)Author
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
2017-08-29Updating APIs to deal with stack adjustmentRusty Wagner
2017-08-23Added APIs for clobbered registers, global pointers, and function exit data f...Rusty Wagner
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new AP...Rusty Wagner
2017-07-26Merge type propagation into devRusty Wagner
2017-07-18Add instruction for indirect structure accessRusty Wagner
2017-07-17Fix referenced to old calling convention api, Fixes #739Peter LaFosse
2017-07-14Adding API to get type of MLIL expressionRusty Wagner
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-05-25Modify how structures are created in the type system, expose additional struc...Peter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, us...Rusty Wagner
2017-02-10Merge branch 'type_view' into devRusty Wagner
2017-02-10Merge in pull requests that never made it into devRusty Wagner
2017-02-09APIs for handling platform typesRusty Wagner