| Age | Commit message (Collapse) | Author |
|
StructureBuilder::base_structures
Now Result<Vec<BaseStructure>> since it could technically return nullptr if you have invalid usage... Probably not possible but the other functions in Structure do similar so this is for consistency.
|
|
Now using ref_from_raw instead because you really should not have a direct reference to a bare NTR type (that doesn't make sense outside of core).
|
|
|
|
You would think we, a security company, would not have format string vulns in $current_year. Yet, here we are.
|
|
|
|
|
|
|
|
|
|
In particular, added the following methods to `BinaryViewExt`:
* `define_auto_data_var`
* `undefine_auto_data_var`
* `define_auto_type`
* `undefine_auto_type`
* `undefine_user_type`
|
|
|
|
Resolves #3206
|
|
load; update examples
|
|
|
|
|
|
|
|
when you're statically compiling several Rust modules that use the API...only one needs to export it)
|
|
|
|
|
|
|
|
|
|
|
|
was called. Fixed by matching to handle the error case
|
|
clippy with comment
|
|
bit of codegen)...but will likely break custom BV plugins
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
literally unusable)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|