summaryrefslogtreecommitdiff
path: root/python/platform.py
AgeCommit message (Expand)Author
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-02-18Python API: Fix Platform.view_initGlenn Smith
2026-01-01update copyrights for 2026Jordan Wiens
2025-11-21Add get and __contains__ methods to all *MetaClassPeter LaFosse
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the stack...Rusty Wagner
2025-05-28Support for Linux x86-64 x32 ABIBrandon Miller
2025-03-30add example code for PlatformJordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2024-08-14Remove leftover debug log in python platform API (skip-ci, skip-note)Mason Reed
2024-07-24Add Platform::GetRelatedPlatformskat
2024-06-04Add CorePlatform to python api for proper subclassingGlenn Smith
2024-06-04Add AdjustTypeParserArguments callback to platformGlenn Smith
2024-05-24platform: initial BNCustomPlatform supportRyan Snyder
2024-01-08update copyright yearJordan Wiens
2023-11-06Type Containers: API DocsGlenn Smith
2023-11-06Type ContainersGlenn Smith
2023-10-19fix parse_type_string cross-referencesJordan Wiens
2023-05-26Add some missing type annotationsMaja Kądziołka
2023-01-30Fix Type object leaksRusty Wagner
2023-01-05Update copyright to 2023Josh F
2022-12-22Fix many incorrect type hints and type errorsJosh Ferrell
2022-10-17fix Platform.os_listJordan Wiens
2022-07-31fix parse type documentationJordan Wiens
2022-05-25Add BinaryView::ParseTypesFromSource for clang+typelibsGlenn Smith
2022-03-04Add a few optimizations to the python API for querying platformPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-19Many type check fixesPeter LaFosse
2022-01-13Fix a bunch of core function calls with bad argsGlenn Smith
2022-01-03update copyright yearsJordan Wiens
2021-10-04Fix display name of custom Platform objectsPeter LaFosse
2021-09-30Add some additional asserts around calls to BNCreatePlatformPeter LaFosse
2021-09-30Fix type errors in Platform and prevent creation of Platform without namePeter LaFosse
2021-09-30Assert when attempting to directly instantiate a Platform objectPeter LaFosse
2021-09-11fix Platform.generate_auto_platform_type_refPeter LaFosse
2021-09-06Fix some unnecessary checks for handle is not None in destructorsPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Bug fix for new way of created NamedTypeReferencesPeter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
2021-09-05add a core.free_string helperPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-08-20platforms: specify platform types and add bvt platform callbacksRyan Snyder
2021-03-26updating to latest sphinx-rtd theme and many doc formatting fixesJordan Wiens
2021-01-18updating copyright yearJordan Wiens
2020-06-23Add BinaryView.parse_types_from_string to the python API and update how the u...Peter LaFosse
2020-05-08cleaner check for types on parse_type_from_sourceJordan Wiens
2020-05-07better guard rails for some python apisJordan Wiens
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-01-01update copyright year to 2020Jordan Wiens