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
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