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
/
dwarfdebuginfo.rs
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-10-21
Better calculation for sp offsets of DWARF local variables
Josh Ferrell
2024-10-18
Add progress reporting to first phase of DWARF parsing
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-09-23
Fix nondeterminism when types in dwarf have conflicting names
Josh Ferrell
2024-08-30
Don't rebase DWARF info in overflowing situations.
Alexander Taylor
2024-08-22
Use add/sub with overflow when rebasing, fix crash.
Alexander Taylor
2024-08-07
Change error when applying function without name from dwarf info to debug
Josh Ferrell
2024-07-26
Add `VariableSourceType` type alias
Michael Krasnitski
2024-07-18
MemoryMap update with new segment model.
Brian Potchik
2024-07-18
Support loading supplementary DWARF files
Josh Ferrell
2024-07-05
Misc small dwarf perf improvements
Josh Ferrell
2024-07-05
Fix dwarf return types having 0 confidence
Josh Ferrell
2024-07-05
Remove some unnecessary clones
Josh Ferrell
2024-06-13
Apply stack variables from DWARF
Josh Ferrell
2024-06-11
Rebase DebugInfo function addresses.
Alexander Taylor
2024-06-10
Change some dwarf errors to warnings
Josh Ferrell
2024-06-06
Do not crash when DWARF supplies weird info
Josh Ferrell
2024-06-05
Fix bugs with importing dwarf function information and greatly improve perfor...
Josh Ferrell
2024-05-15
DWARF Import : Add support for variable arguments
KyleMiles
2024-05-09
Fix clippy warnings and run rustfmt
Michael Krasnitski
2024-04-09
replace BStr with str
Rubens Brandao
2024-01-19
DWARF Import : Remove a bunch of CString overhead
KyleMiles
2024-01-19
Add support for components in debug info
KyleMiles
2024-01-08
update copyright year
Jordan Wiens
2023-12-06
DWARF Import : Check if functions already exist at parsed addresses and copy ...
KyleMiles
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 : Introduce fastpath for compilation unit handling
KyleMiles
2023-08-22
DWARF Import : Improved Cross-Compilation-Unit Handling
KyleMiles
2023-08-22
Recover parameter names even when type parsing fails (this could be a bad idea)
KyleMiles
2023-07-31
Dwarf import : Handle default address size for pointers better when the dwarf...
KyleMiles
2023-07-25
DWARF Import : Allow for duplicate type definitions; log_error when overwriti...
KyleMiles
2023-07-10
Dwarf import : Resolve multiple data variable definitions for the same locati...
KyleMiles
2023-07-10
DWARF Import DebugInfo Plugin
KyleMiles