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
/
disassembly.rs
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-07-09
Fix double-free with `Array<InstructionTextToken>`
Rubens Brandao
2024-07-03
fix invalid ptr caused by dropping InstructionTextToken prematurely
Rubens Brandao
2024-05-20
Implement python Function methods to rust
Rubens Brandao
2024-05-01
Merge branch 'fix-vec-leak' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-04-29
replace Vec into_raw_parts with Box
Rubens Brandao
2024-04-11
guard DisassemblyTextLine Drop against null ptr
Rubens Brandao
2024-04-11
update DisassemblyTextLine Drop impl to use Box
Rubens Brandao
2024-04-11
replace Vec<T> with Box<[T]> where capacity eq to len
Rubens Brandao
2024-04-09
replace BStr with str
Rubens Brandao
2024-03-15
Separate local variable tokens in higher level ILs from stack variable tokens...
Rusty Wagner
2024-02-07
add exprIndex field to BNInstructionTextToken
Ryan Snyder
2024-01-08
update copyright year
Jordan Wiens
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: Lots and lots of clippy changes
KyleMiles
2023-01-06
Fix update copyright year leftover
Xusheng
2022-08-29
Rust API : Update and add copyrights
KyleMiles
2022-08-16
Rust API : Implement more of the core enum `InstructionTextTokenType` in `Ins...
KyleMiles
2022-06-27
Rust API : Add Type::parameters for @CouleeApps
KyleMiles
2022-06-24
Rust API: Change tokens to use slice::from_raw_parts
rose
2022-06-23
Rust API: Change instruction_text to use Vec<>
rose
2022-02-14
Rust: Minor tweaks to 2890; merge architecture::InstructionTextToken and disa...
KyleMiles
2022-02-14
rust: add linearview and related APIs
Fabian Freyer
2022-01-28
Format All Files
KyleMiles
2021-09-27
Better support for change type in linear view
Xusheng
2021-07-07
Rust API: Type Improvements
KyleMiles
2021-03-18
Better type support
KyleMiles
2021-01-21
cargo fmt and all my changes
KyleMiles