| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows requires the symbols from the core to crate the plugin dll. As
these were gated behind the headless feature, these didn't exist, and
thus linking failed. Enabling the headless feature was also
insufficient, as headless features disabled CorePluginABIVersion
function.
This patch turns all the headless cfgs into headless or windows cfgs.
|
|
|
|
|