| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add note about branches
|
|
|
|
|
|
replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefin…
|
|
|
|
|
|
|
|
(this was already the case for cmake builds)
|
|
|
|
|
|
function.get_block_annotations
|
|
|
|
|
|
example documentation fix for BinaryWriter
|
|
clickable, resolves #583
|
|
|
|
|
|
|
|
|
|
CMake files for building binaryninja-api and example c++ plugin
|
|
|
|
|
|
|
|
|
|
|
|
(this will likely be updated in a bit, hang tight)
|
|
new function: get_low_leveil_il_from_bytes() in Architecture
example use:
>>> arch.get_low_level_il_from_bytes('\xeb\xfe', 0x40DEAD)
<il: jump(0x40dead)>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|