| Age | Commit message (Collapse) | Author |
|
|
|
Pinning it directly to 0.58.1 caused issues with dependencies that used
conflicting `proc-macro2` versions. Being more lax in the version allows
consumers of the rust API more chances to resolve dependencies.
|
|
|
|
This is missing all the things that iterate over tag types for now.
|
|
|
|
|
|
|
|
Current implementation returns the flag write id rather than the flag
class id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cargofmt for types api changes
|
|
|
|
Fix rust AddStructureMemebers
|
|
Remove _mutable types
|
|
|
|
getting bindgen to work
|
|
|
|
|
|
|
|
|
|
FunctionParameters now hold refs and have a constructor
|
|
|
|
-sys to reduce build errors
|
|
|
|
|
|
|
|
0732c4d3e9b24382271139c6f796d1639efb1c5d
|
|
7c9ada78241e08bf36bd04d989f742a6de721575
|
|
|
|
|
|
|
|
filemetadata::FileMetadata::save_auto_snapshot
|
|
fixed using mut for const correctness (mut != ~const)
|
|
|
|
`binaryninja::open_view_with_options`, updated init/shutdown, script example, more setting support, and misc fixes
|
|
|
|
|
|
plugin_abi_minimum_version
|
|
|
|
|
|
|
|
|
|
|
|
Change include_directories to `&[AsRef<Path>]`
Make TypeParserResult default and clone
Change error_msg scope
cargo fmt
Kyle's comments
Whackamole with .as_ptr() as _
Fixed up error_msg as BnString
|
|
|