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
Age
Commit message (
Collapse
)
Author
2023-08-30
DWARF Import : >450,000% Performance Improvement
KyleMiles
2023-08-25
DWARF Import : Fix crash on recursively defined function type that contains ↵
KyleMiles
itself as a parameter
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-22
Recover parameter names even when type parsing fails (this could be a bad idea)
KyleMiles
2023-08-22
DWARF Import : Prevent another crash related to #4547
KyleMiles
2023-08-04
DWARF Import : Fix crash / Bandaid fix for #4547
KyleMiles
2023-07-31
Add dSYM support
KyleMiles
2023-07-31
Dwarf import : Handle default address size for pointers better when the ↵
KyleMiles
dwarf info doesn't specify it
2023-07-26
Allow for anonymous classes and fix mutability error with respect to #4512
KyleMiles
2023-07-26
DWARF Import/Export : Update Cmake to save pdbs
KyleMiles
2023-07-25
DWARF Import : Allow for duplicate type definitions; log_error when ↵
KyleMiles
overwriting one type with another; add progress tracking; resolves #4514
2023-07-10
Dwarf import : Resolve multiple data variable definitions for the same ↵
KyleMiles
location; Resolves Vector35/dwarf_import#19
2023-07-10
DWARF Import DebugInfo Plugin
KyleMiles
Resolves #3206
2023-07-10
DWARF Export : Misc improvements
KyleMiles
2023-07-10
DWARF Export : Improve Default Parameter Handling
KyleMiles
2023-07-10
Move DWARF Export in to DWARF folder in Rust API examples folder
KyleMiles