index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
datarender.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-19
Improve python api 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
2024-11-05
Make Python data renderers backwards compatible
Rusty Wagner
2024-11-05
Fix python DataRenderer API
Peter LaFosse
2024-01-08
update copyright year
Jordan Wiens
2023-11-14
Fix a number of leaks and bad uses of free in the api
Glenn Smith
2023-01-05
Update copyright to 2023
Josh F
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-09-06
Fix import of log
Peter LaFosse
2021-09-06
Commonize _to_core_struct/_from_core_struct
Peter LaFosse
2021-09-05
Refactor Python Types
Peter LaFosse
2021-09-05
Don't inherit from object anymore
Peter LaFosse
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
2021-01-18
updating copyright year
Jordan Wiens
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-12-13
Fix for issue with custom display types
Peter LaFosse
2019-11-15
Type workflow improvements
Peter LaFosse
2019-07-24
small documentation improvements
Jordan Wiens
2019-04-04
fixed undefined variable 'Type'
Arnaud
2019-03-29
fix datarenderer documentation
Jordan Wiens
2019-03-07
Don't let data renderer plugins go out of scope
Rusty Wagner
2019-01-17
update company name and copyright date
Jordan Wiens
2019-01-03
lots of spelling / typo fixes
Jordan Wiens
2018-12-13
Commonize all InstructionTextToken generation
Peter LaFosse
2018-10-19
Expose DataRender APIs, allow setting const on types, and allow type comparison
Peter LaFosse