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
/
types.rs
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-10-21
Fix UAF of base structure types
Mason Reed
2024-10-21
Stop leaking named type references in rust
Mason Reed
2024-07-26
Add `VariableSourceType` type alias
Michael Krasnitski
2024-07-02
fix return type for Array ComponentReferencedTypes
Rubens Brandao
2024-07-02
implement rust Component
Rubens Brandao
2024-06-13
Apply stack variables from DWARF
Josh Ferrell
2024-06-10
Alternate fmt::Debug for Type with even more debug info
Glenn Smith
2024-05-28
Implement python MLIL related functions
Rubens Brandao
2024-05-28
fix multiple memory leaks related to CStr/BnString
Rubens Brandao
2024-05-20
Implement python Function methods to rust
Rubens Brandao
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 rust doc code
Rubens Brandao
2024-05-09
Add Array GAT to StructureMember
Rubens Brandao
2024-05-09
add StructureBuilder missing python methods
Rubens Brandao
2024-05-01
rust: account for changes to NameAndType bindings
Ryan Snyder
2024-05-01
Merge branch 'fix-into-raw-2' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-05-01
Merge branch 'fix-non-escaped' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-05-01
Merge branch 'name-and-type-transparent' of github.com:rbran/binaryninja-api ...
Ryan Snyder
2024-05-01
Merge branch 'remove-zeroed-init' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-05-01
Merge branch 'fix-array-2' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-04-25
Remove From Conf<Ref<Type>> impl for BNTypeWithConfidence
Rubens Brandao
2024-04-25
Fix non-escaped CStr
Rubens Brandao
2024-04-17
remove unnecessary transmutions
Rubens Brandao
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-04-16
add guard to array with unbound return types
Rubens Brandao
2024-04-11
Change default paddingCols value to 64
Glenn Smith
2024-04-10
fix the array implementation using GAT
Rubens Brandao
2024-04-09
replace BStr with str
Rubens Brandao
2024-02-02
Rust API : Add HLIL Bindings
Rubens Brandao
2024-01-08
update copyright year
Jordan Wiens
2024-01-04
Support intrinsics in Rust architecture plugins
Rusty Wagner
2023-11-21
add mlil to rust
Rubens Brandao
2023-11-06
Type Containers
Glenn Smith
2023-09-29
DWARF Import : Misc code cleanup, improvements, and enabling by default changes
KyleMiles
2023-08-17
Rust API: Add Structure::base_structures and fix type on StructureBuilder::ba...
Glenn Smith
2023-08-17
Rust API: Stop using NamedTypeReference::from_raw directly
Glenn Smith
2023-08-16
Add DefineUserTypes to Rust/Python (+ fix return type)
Glenn Smith
2023-07-25
impl `From<&'a Ref<T>>` for `Conf<&'a T>`
Michael Krasnitski
2023-07-25
rust: Add `StructureBuilder::with_members`
Michael Krasnitski
2023-07-25
rust: Change `StructureBuilder::insert` to take and return `&self`
Michael Krasnitski
2023-07-07
Expose function "pure" flag to api and typesystem
Glenn Smith
2023-05-10
added un/define_user_data_var functions
mmaekr
2023-05-10
Remove unnecessary qualification
toolCHAINZ
2023-05-10
Added some stack layout and reference APIs
toolCHAINZ
2023-05-08
Pass debug file along with original file to debug info parsers
KyleMiles
2023-04-18
[Rust] More Type methods
Glenn Smith
[next]