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
/
shared
Age
Commit message (
Collapse
)
Author
2024-10-08
Add support for zstd compressed DWARF, simplify handling of zlib compressed ↵
Josh Ferrell
DWARF, improve DWARF error handling
2024-07-18
Support loading supplementary DWARF files
Josh Ferrell
2024-06-10
Fix handling of compressed debug sections in 32-bit ELFs
Josh Ferrell
2024-06-06
Fix DWARF parser reporting as valid for any binary with a build id
Josh Ferrell
2024-06-06
Support for local debug directories
Josh Ferrell
2024-05-31
Add debuginfod support to dwarf_import
Josh Ferrell
2024-04-17
allow DataVariable and NameAndType to be transmutable
Rubens Brandao
2024-03-14
Update to Rust 1.76
Rusty Wagner
2024-01-08
update copyright year
Jordan Wiens
2023-09-20
Rust API : FFI Fix, was leaking some non-null-terminated strings to the ↵
KyleMiles
core..fix passing a nullptr to `load`
2023-08-30
DWARF Import : >450,000% Performance Improvement
KyleMiles
2023-08-22
DWARF : Update gimli dependency
KyleMiles
2023-07-31
Add dSYM support
KyleMiles
2023-07-10
DWARF Import DebugInfo Plugin
KyleMiles
Resolves #3206