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 (
Expand
)
Author
2024-04-17
allow DataVariable and NameAndType to be transmutable
Rubens Brandao
2024-04-09
replace BStr with str
Rubens Brandao
2024-03-14
Update to Rust 1.76
Rusty Wagner
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-19
Add support for components in debug info
KyleMiles
2024-01-09
DWARF Export : Fix compatibility with other tools (no longer using DWO names ...
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-12-05
Fix cmake dependency for dwarf import/export
KyleMiles
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-09-20
Rust API : FFI Fix, was leaking some non-null-terminated strings to the core....
KyleMiles
2023-08-30
DWARF Import : >450,000% Performance Improvement
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-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 dwarf...
KyleMiles
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 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
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
[prev]