index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
debuginfo.py
Age
Commit message (
Expand
)
Author
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...
Josh Ferrell
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-11-21
Add get and __contains__ methods to all *MetaClass
Peter LaFosse
2025-10-16
Expose DebugFunctionInfo.local_variables to python api
Josh Ferrell
2025-10-15
Fix some python type hints
Josh Ferrell
2025-08-01
Use log_error_for_exception in the Python API to pass tracebacks in the stack...
Rusty Wagner
2025-03-28
missed the older dates!
Jordan Wiens
2025-02-13
Fix leaking BNDataVariableAndName when calling BNGetDebugDataVariableBy funct...
Mason Reed
2024-06-04
Add CorePlatform to python api for proper subclassing
Glenn Smith
2024-04-19
docstring hygiene maintenance in python API
Galen Williamson
2024-03-20
Python API : Fix DebugInfo.parsers
KyleMiles
2024-01-19
Add support for components in debug info
KyleMiles
2024-01-08
update copyright year
Jordan Wiens
2023-11-06
Type Containers: API Docs
Glenn Smith
2023-11-06
Type Containers
Glenn Smith
2023-11-03
Add 'parsers' property and ensure DebugInfo APIs free properly on internal er...
Peter LaFosse
2023-11-02
Ensure Type objects are created correctly everywhere and add guardrail
Peter LaFosse
2023-10-10
Add `DebugInfo.parsers`; fix DebugInfo.get_parsers to return strings instead ...
KyleMiles
2023-07-24
fix debuginfo example documentation
Jordan Wiens
2023-07-10
Python API : Fix missing parameter on debuginfo.parse_debug_info
KyleMiles
2023-07-07
Expose function "pure" flag to api and typesystem
Glenn Smith
2023-05-08
Pass debug file along with original file to debug info parsers
KyleMiles
2023-01-30
Fix Type object leaks
Rusty Wagner
2023-01-05
Update copyright to 2023
Josh F
2022-10-14
Fix debug info 'function' APIs
KyleMiles
2022-10-09
Remove default load settings; Move settings `analysis.debugInfoInternal` and ...
KyleMiles
2022-10-04
Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add...
KyleMiles
2022-09-29
DebugInfo: make parseInfo have a progress callback
Glenn Smith
2022-09-29
Make DebugInfo::parse failable
Glenn Smith
2022-09-22
Add new DebugInfo APIs
KyleMiles
2022-05-06
many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho...
Jordan Wiens
2022-03-29
Fixes #3028 usage of binaryninja.cstr in DebugInfo.add_function
Peter LaFosse
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-09-15
Fix default arguments to 'DebugFunctionInfo'
Peter LaFosse
2021-09-06
Fix import of log
Peter LaFosse
2021-09-06
Improve include style in basicblock.py
Peter LaFosse
2021-09-06
Fix some type check errors in debuginfo.py
Peter LaFosse
2021-07-07
DebugInfo - plugable debug information importers - C++, Rust, and Python APIs
KyleMiles