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
/
helpers.rs
Age
Commit message (
Expand
)
Author
2024-07-18
Support loading supplementary DWARF files
Josh Ferrell
2024-07-05
Prevent parsing non-block dwarf attributes as blocks
Josh Ferrell
2024-07-05
Fix crash when parsing enums from zig dwarf info
Josh Ferrell
2024-06-13
Apply stack variables from DWARF
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-01-19
DWARF Import : Detect and resolve trivial infinite abstract origin cycles
KyleMiles
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 : Introduce fastpath for compilation unit handling
KyleMiles
2023-08-22
DWARF Import : Improved Cross-Compilation-Unit Handling
KyleMiles
2023-08-22
DWARF Import : Prevent another crash related to #4547
KyleMiles
2023-07-10
DWARF Import DebugInfo Plugin
KyleMiles