| Age | Commit message (Collapse) | Author |
|
|
|
core functionality.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I don't want to wait 10 seconds to glob for rust plugins! Someone should really go and rip out all these duplicate cmake files...
|
|
Reason #555 we should redo rust cmake stuff
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: ltlly <a1253213025@163.com>
|
|
Co-Authored-By: ltlly <a1253213025@163.com>
|
|
Co-Authored-By: ltlly <a1253213025@163.com>
|
|
|
|
|
|
|
|
resolver symbol.
|
|
|
|
|
|
|
|
|
|
entries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously we assumed a well-formed SVD file to only address its register block with a single definition, this is unfortunately not always the case and to handle it we must attempt to merge blocks, more work on this needs to be done later to support multi-register address blocks.
|
|
This was preventing the enterprise license checkout from dropping, also the initialization story is much better than it was when we added the rstest fixtures, we can get away with initialization in parallel more broadly.
|
|
Using `-t install` currently doesn't install the plugin into the Binary Ninja user plugin directory. This commit fixes that.
|
|
with null platform
|
|
Also fixes a BinaryViewRef leak
|
|
|
|
|
|
|
|
`headless::license_location`
We also likely need to check the _actual_ keychain (not the environment variable) later.
|
|
|
|
analysis after an abort.
|
|
|
|
Fixes `BnString::len` and `BnString::is_empty` incorrectly reporting 1 and true on empty null terminated string.
|