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
/
callingconvention.rs
Age
Commit message (
Expand
)
Author
2025-01-25
Rust refactor
Mason Reed
2024-12-14
Pass length to free flag conditions list callback and remove libc from rust api
Mason Reed
2024-12-14
Pass length to free register list callback
Mason Reed
2024-07-01
Fix callee_saved_registers for CallingConvention
Rubens Brandão
2024-05-10
hide array implementation details
Rubens Brandao
2024-05-09
replace Vec<T> with Box<[T]>
Rubens Brandao
2024-05-01
Merge branch 'fix-array-2' of github.com:rbran/binaryninja-api into dev
Ryan Snyder
2024-04-30
Fill out int_arg_registers and float_arg_registers in the Rust API
Rusty Wagner
2024-04-10
fix the array implementation using GAT
Rubens Brandao
2024-04-09
replace BStr with str
Rubens Brandao
2024-01-08
update copyright year
Jordan Wiens
2023-10-17
BNGetVariablesForParameters register list also works for float regs
Rusty Wagner
2023-05-10
Partially revert my previous commit: Allow extra type bounds, but suppress cl...
KyleMiles
2023-05-10
Rust API : Remove some unused type parameters (this should remove a little bi...
KyleMiles
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-11-10
Fix ASAN crash on PDB load
Rusty Wagner
2022-09-29
Expose CallingConvention::GetVariablesForParameters
Glenn Smith
2022-09-29
[Rust API] impl Debug for CallingConvention
Glenn Smith
2022-09-29
[Rust API] Better name for this trait fn, more CC support
Glenn Smith
2022-08-31
Rust API : Major docs update (still need detailed module and function documen...
KyleMiles
2022-08-29
Rust API : Update and add copyrights
KyleMiles
2021-07-07
Rust API : Fix for calling convention ABI change
KyleMiles
2021-06-15
formatting
endeavor
2021-06-15
support are_argument_registers_user_for_var_args added in 0732c4d3e9b24382271...
endeavor
2021-05-11
Rust API : Better headless support; Introducing `binaryninja::open_view` and ...
KyleMiles
2021-03-18
Better type support
KyleMiles
2021-02-26
Add is_eligible_for_heuristics to builder
Joe Rozner
2021-01-21
cargo fmt and all my changes
KyleMiles
2021-01-21
This is a combination of 23 commits, the work of Ryan Snyder:
Ryan Snyder