diff options
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index ae918cd5..246918fc 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2793,6 +2793,12 @@ extern "C" uint64_t end; } BNAddressRange; + typedef struct BNILIndexRange + { + size_t start; + size_t end; + } BNILIndexRange; + typedef struct BNSystemCallInfo { uint32_t number; |
