index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
src
/
debuginfo.rs
Age
Commit message (
Expand
)
Author
2026-05-10
[Rust] Refactor `binary_view` module
Mason Reed
2026-01-11
[Rust] Enter more session scoped tracing spans for debug info and binary view...
Mason Reed
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-15
[Rust] Return Array in more debug info functions (#7744)
Mason Reed
2025-05-12
[Rust] Reduce usage of `IntoCStr` in function signatures
Mason Reed
2025-05-12
[Rust] Rename `AsCStr` to `IntoCStr`
Mason Reed
2025-05-12
[Rust] More cleanup regarding `BnString`
Mason Reed
2025-05-12
[Rust] Simplify usage surrounding c strings
Mason Reed
2025-05-12
[Rust] Simplify `BnStrCompatible` trait
Mason Reed
2025-05-12
[Rust] More cleanup
Mason Reed
2025-05-12
[Rust] Return `String` instead of `BnString` for cases where lossy conversion...
Mason Reed
2025-04-10
Fix function type construction leaking in Rust API
Mason Reed
2025-03-28
belated copyright year update
Jordan Wiens
2025-02-13
Fix leaking BNDataVariableAndName when calling BNGetDebugDataVariableBy funct...
Mason Reed
2025-01-25
Rust refactor
Mason Reed
2024-07-09
Rust API : Fix misc clippy warnings
KyleMiles
2024-06-13
Apply stack variables from DWARF
Josh Ferrell
2024-05-10
use the new public/private Array trait impl
Rubens Brandao
2024-05-10
hide array implementation details
Rubens Brandao
2024-05-09
fix GAT CoreArrayWrapper impl
Rubens Brandao
2024-05-09
fix rust doc code
Rubens Brandao
2024-05-01
rust: account for changes to NameAndType bindings
Ryan Snyder
2024-05-01
Merge branch 'name-and-type-transparent' of github.com:rbran/binaryninja-api ...
Ryan Snyder
2024-04-17
remove unecessary and crash causing zeroed call inits
Rubens Brandao
2024-04-17
use Ref to own types
Rubens Brandao
2024-04-17
allow DataVariable and NameAndType to be transmutable
Rubens Brandao
2024-01-19
Add support for components in debug info
KyleMiles
2024-01-08
update copyright year
Jordan Wiens
2023-05-08
Pass debug file along with original file to debug info parsers
KyleMiles
2023-04-18
Rust API : Misc Changes and Improvements
KyleMiles
2023-03-22
DebugInfo: Make datavar types have confidence
Glenn Smith
2023-01-10
Remove unused impls of `AsRef<T> for T`
Michael Krasnitski
2023-01-06
Rust API: Additional Cleanup
Michael Krasnitski
2023-01-06
Rust API: Clean up APIs by removing artificial mut constriants
KyleMiles
2023-01-06
Rust API: Lots and lots of clippy changes
KyleMiles
2023-01-06
Fix update copyright year leftover
Xusheng
2022-10-09
Remove default load settings; Move settings `analysis.debugInfoInternal` and ...
KyleMiles
2022-10-04
Fix cargo warnings about unused imports; cargo fmt
KyleMiles
2022-10-04
Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add...
KyleMiles
2022-09-29
DebugInfo: make parseInfo have a progress callback
Glenn Smith
2022-09-29
DebugInfo: take entire Type for function instead of by-parts
Glenn Smith
2022-09-29
Make DebugInfo::parse failable
Glenn Smith
2022-09-29
[Rust API] Better name for this trait fn, more CC support
Glenn Smith
2022-09-22
Add new DebugInfo APIs
KyleMiles
2022-08-29
Rust API : Update and add copyrights
KyleMiles
2022-07-07
Revert 94649dde0d847aa2407d565632f7d2c3cdff32f5: "Add IsExternal callback to ...
KyleMiles
2022-06-09
Add `IsExternal` callback to debug info API
rose
2022-02-14
rust: add ArrayGuard and for non-owned arrays
Fabian Freyer
2021-08-18
Rust API : DebugInfo API Fixes
KyleMiles
2021-07-07
DebugInfo - plugable debug information importers - C++, Rust, and Python APIs
KyleMiles