| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Thanks, windows
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a693c795f73686eb8901eeb70e252b9ca796049d.
|
|
|
|
|
|
|
|
|
|
itself as a parameter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of updating a lot, have a bail condition to prevent future bugs
|
|
|
|
|
|
|
|
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).
|
|
called by the derived class. (skip-ci)
|
|
|
|
|
|
notification_barrier requests.
|
|
|
|
notification callbacks to python API.
|
|
https://github.com/Vector35/binaryninja-api/issues/4327.
|
|
|