index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
examples
/
dwarf
/
dwarf_export
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-11-18
Fix crash when using DWARF export with array of 0-sized types
Josh Ferrell
2024-11-11
Add actual logger api to rust
Mason Reed
2024-11-04
Remove ability to panic on pre-initialized logger in rust
Mason Reed
2024-07-18
Support loading supplementary DWARF files
Josh Ferrell
2024-05-09
Fix clippy warnings and run rustfmt
Michael Krasnitski
2024-04-17
allow DataVariable and NameAndType to be transmutable
Rubens Brandao
2024-04-09
replace BStr with str
Rubens Brandao
2024-03-14
Update to Rust 1.76
Rusty Wagner
2024-01-09
DWARF Export : Fix compatibility with other tools (no longer using DWO names ...
KyleMiles
2023-12-05
Fix cmake dependency for dwarf import/export
KyleMiles
2023-07-31
Add dSYM support
KyleMiles
2023-07-26
DWARF Import/Export : Update Cmake to save pdbs
KyleMiles
2023-07-10
DWARF Export : Misc improvements
KyleMiles
2023-07-10
DWARF Export : Improve Default Parameter Handling
KyleMiles
2023-07-10
Move DWARF Export in to DWARF folder in Rust API examples folder
KyleMiles