summaryrefslogtreecommitdiff
path: root/python/debuginfo.py
AgeCommit message (Expand)Author
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-01-01update copyrights for 2026Jordan Wiens
2025-11-21Add get and __contains__ methods to all *MetaClassPeter LaFosse
2025-10-16Expose DebugFunctionInfo.local_variables to python apiJosh Ferrell
2025-10-15Fix some python type hintsJosh Ferrell
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the stack...Rusty Wagner
2025-03-28missed the older dates!Jordan Wiens
2025-02-13Fix leaking BNDataVariableAndName when calling BNGetDebugDataVariableBy funct...Mason Reed
2024-06-04Add CorePlatform to python api for proper subclassingGlenn Smith
2024-04-19docstring hygiene maintenance in python APIGalen Williamson
2024-03-20Python API : Fix DebugInfo.parsersKyleMiles
2024-01-19Add support for components in debug infoKyleMiles
2024-01-08update copyright yearJordan Wiens
2023-11-06Type Containers: API DocsGlenn Smith
2023-11-06Type ContainersGlenn Smith
2023-11-03Add 'parsers' property and ensure DebugInfo APIs free properly on internal er...Peter LaFosse
2023-11-02Ensure Type objects are created correctly everywhere and add guardrailPeter LaFosse
2023-10-10Add `DebugInfo.parsers`; fix DebugInfo.get_parsers to return strings instead ...KyleMiles
2023-07-24fix debuginfo example documentationJordan Wiens
2023-07-10Python API : Fix missing parameter on debuginfo.parse_debug_infoKyleMiles
2023-07-07Expose function "pure" flag to api and typesystemGlenn Smith
2023-05-08Pass debug file along with original file to debug info parsersKyleMiles
2023-01-30Fix Type object leaksRusty Wagner
2023-01-05Update copyright to 2023Josh F
2022-10-14Fix debug info 'function' APIsKyleMiles
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ...KyleMiles
2022-10-04Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add...KyleMiles
2022-09-29DebugInfo: make parseInfo have a progress callbackGlenn Smith
2022-09-29Make DebugInfo::parse failableGlenn Smith
2022-09-22Add new DebugInfo APIsKyleMiles
2022-05-06many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho...Jordan Wiens
2022-03-29Fixes #3028 usage of binaryninja.cstr in DebugInfo.add_functionPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-09-15Fix default arguments to 'DebugFunctionInfo'Peter LaFosse
2021-09-06Fix import of logPeter LaFosse
2021-09-06Improve include style in basicblock.pyPeter LaFosse
2021-09-06Fix some type check errors in debuginfo.pyPeter LaFosse
2021-07-07DebugInfo - plugable debug information importers - C++, Rust, and Python APIsKyleMiles