index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
examples
/
export_svg.py
Age
Commit message (
Collapse
)
Author
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal ↵
Josh Ferrell
propagation
2024-05-02
Add address display mode options
Glenn Smith
2024-03-15
Separate local variable tokens in higher level ILs from stack variable ↵
Rusty Wagner
tokens in lower levels, and improve token usage in disassembly
2023-06-22
export svg now theme aware
Jordan Wiens
2023-06-08
replace format with fstrings, fix opacity bug, better enable raw svg
Jordan Wiens
2022-05-14
remove more vestigal py2 code
Jordan Wiens
2022-01-28
Format All Files
KyleMiles
2020-09-15
display as in linear view
Xusheng
2020-07-29
fix some colors and add preferences for showing opcodes and addresses
Jordan Wiens
2020-07-29
update export svg to include other graph modes and fix windows with python3
Jordan Wiens
2020-04-29
Fix the fix for saving on Windows
meme
2020-04-22
fix export-svg example opening on windows
Jordan Wiens
2020-04-21
add py2 compat for export_svg.py
Jordan Wiens
2019-09-11
Support all colors of the rainbow in export_svg.py
mechanicalnull
2018-11-21
Fixed export_svg.py to work with FlowGraphs and fixed several issues due to ↵
Josh Watson
Python3
2018-07-10
Rebased so commit history is correct now
KyleMiles
2018-07-10
working division, prints, and metaclasses, but imports broken, still needs work
Jordan Wiens
2017-05-09
style tweaks and banner at the bottom of svgs
Jordan Wiens
2017-02-18
Add back edge property to block edges
Rusty Wagner
2017-01-07
More fixes for refactor
Peter LaFosse
2017-01-05
Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵
Peter LaFosse
existing plugins
2017-01-02
merging svg export changes
Peter LaFosse
2016-10-28
Refactor python api into separate files and add Enumeration support. Also ↵
plafosse
fixed bugs found with pyflakes
2016-09-20
update svg exporter to use new dialogs
Jordan Wiens
2016-09-20
add file save dialog and fix spacing
Jordan Wiens
2016-09-16
Add the color support to export_svg.py
rootbsd
2016-09-13
rename files to allow them to be imported
Jordan Wiens