Skip to content

Commit 76db1e8

Browse files
committed
Function param pointers to external mem in FWN
1 parent 394757a commit 76db1e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binaryninjacore.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// Current ABI version for linking to the core. This is incremented any time
3838
// there are changes to the API that affect linking, including new functions,
3939
// new types, or modifications to existing functions or types.
40-
#define BN_CURRENT_CORE_ABI_VERSION 95
40+
#define BN_CURRENT_CORE_ABI_VERSION 96
4141

4242
// Minimum ABI version that is supported for loading of plugins. Plugins that
4343
// are linked to an ABI version less than this will not be able to load and
@@ -3526,6 +3526,7 @@ extern "C"
35263526
StoreToOOBMemoryMemoryHeuristic,
35273527
LoadFromOOBMemoryMemoryHeuristic,
35283528
RepeatLoadStoreMemoryHeuristic,
3529+
CallParamOOBPointerMemoryHeuristic,
35293530
} BNFirmwareNinjaMemoryHeuristic;
35303531

35313532
typedef enum BNFirmwareNinjaMemoryAccessType

0 commit comments

Comments
 (0)