index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
msp430
Age
Commit message (
Collapse
)
Author
2024-12-14
Pass length to free flag conditions list callback and remove libc from rust api
Mason Reed
Allows language bindings like rust to free conditions lists sanely
2024-12-13
Bump supported rust version to 1.83.0
Mason Reed
2024-11-19
Fix MSP430 conditional jump lifting
Mason Reed
2024-11-11
Add actual logger api to rust
Mason Reed
2024-11-04
Remove ability to panic on pre-initialized logger in rust
Mason Reed
Typically this would never occur, however due to the mystical nature of linkers this somehow has happened outside of demo builds
2024-10-14
Update bindgen to 0.70.1 and remove untracked lockfiles
Mason Reed
2024-08-29
Fix misc rust warnings
Mason Reed
2024-08-22
Fix MSP430 lifting bugs causing crashes and errors.
Alexander Taylor
2024-08-22
Make MSP430 correctly load after ELF view.
Alexander Taylor
2024-08-22
Fix MSP430 dependencies.
Alexander Taylor
2024-08-22
Fix build error in MSP430, update README.
Alexander Taylor
2024-08-22
Add msp430 architecture
Joe Rozner