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
/
lib.rs
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2025-01-24
Fix crash when dwarf parsing starts while binja is shutting down
Josh Ferrell
2024-11-12
Fix misc warning in rust examples
Mason Reed
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-10-19
Fix some rust warnings and remove mention of `binja-rs`
Mason Reed
2024-10-18
Add progress reporting to first phase of DWARF parsing
Josh Ferrell
2024-10-14
Fix DWARF import crash when FDE has row with start==end
Josh Ferrell
2024-10-10
Lots of improvements to stack variable location calculations in DWARF
Josh Ferrell
2024-10-10
Parse .debug_frame if present and fix stack variable offset calculation
Josh Ferrell
2024-10-08
Add support for zstd compressed DWARF, simplify handling of zlib compressed D...
Josh Ferrell
2024-09-19
Add additional testing and handling for object settings.
Brian Potchik
2024-09-02
Fix panic on dwarf import when an exception frame extends to the end of memory
Glenn Smith
2024-08-16
Support for automatic loading of <filename>.debug and <filename>.dSYM
Josh Ferrell
2024-07-18
Support loading supplementary DWARF files
Josh Ferrell
2024-06-27
Fix debuginfod downloads leaking a BinaryView
Glenn Smith
2024-06-27
Fix crash when parsing DWARF with terminating FDE in .eh_frame
Josh Ferrell
2024-06-17
Load all types from DWARF even if they are unused
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-06-05
Clean up comment
Josh Ferrell
2024-05-31
Add debuginfod support to dwarf_import
Josh Ferrell
2024-05-09
Fix clippy warnings and run rustfmt
Michael Krasnitski
2024-01-19
DWARF Import : Remove a bunch of CString overhead
KyleMiles
2024-01-08
update copyright year
Jordan Wiens
2023-10-25
DWARF Import : Better detection and handling of malformed DWARF info; Resolve...
KyleMiles
2023-09-29
DWARF Import : Misc code cleanup, improvements, and enabling by default changes
KyleMiles
2023-08-25
DWARF Import : More optimizations
KyleMiles
2023-08-25
DWARF Import : Introduce fastpath for compilation unit handling
KyleMiles
2023-08-25
DWARF Import : Correctly track parsing progress
KyleMiles
2023-08-22
Change how DWARF Import initializes to enable unit tests
KyleMiles
2023-08-22
DWARF Import : Improved Cross-Compilation-Unit Handling
KyleMiles
2023-08-22
DWARF : Update gimli dependency
KyleMiles
2023-08-04
DWARF Import : Fix crash / Bandaid fix for #4547
KyleMiles
2023-07-31
Dwarf import : Handle default address size for pointers better when the dwarf...
KyleMiles
2023-07-26
Allow for anonymous classes and fix mutability error with respect to #4512
KyleMiles
2023-07-25
DWARF Import : Allow for duplicate type definitions; log_error when overwriti...
KyleMiles
2023-07-10
DWARF Import DebugInfo Plugin
KyleMiles