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_import
/
src
/
die_handlers.rs
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-09-17
Prevent crash with 0 width enum in DWARF
Josh Ferrell
2024-07-18
Support loading supplementary DWARF files
Josh Ferrell
2024-07-05
Misc small dwarf perf improvements
Josh Ferrell
2024-07-05
Fix crash when parsing enums from zig dwarf info
Josh Ferrell
2024-07-05
Remove some unnecessary clones
Josh Ferrell
2024-04-09
replace BStr with str
Rubens Brandao
2024-01-19
DWARF Import : Remove a bunch of CString overhead
KyleMiles
2024-01-08
update copyright year
Jordan Wiens
2023-09-29
DWARF Import : Misc code cleanup, improvements, and enabling by default changes
KyleMiles
2023-08-25
DWARF Import : Fix crash on recursively defined function type that contains i...
KyleMiles
2023-08-25
DWARF Import : More optimizations
KyleMiles
2023-08-22
DWARF Import : Improved Cross-Compilation-Unit Handling
KyleMiles
2023-07-31
Dwarf import : Handle default address size for pointers better when the dwarf...
KyleMiles
2023-07-10
DWARF Import DebugInfo Plugin
KyleMiles