summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorZichuan Li <34680029+river-li@users.noreply.github.com>2024-06-11 18:20:56 -0400
committerZichuan Li <34680029+river-li@users.noreply.github.com>2024-06-19 13:04:46 -0400
commitfc5b443d86d10c5ce308630f8b41c8f64f5f40f1 (patch)
treed4ba6b13d1ffbc974f6371a7e4037b337afe0bf8 /binaryninjacore.h
parent7518e76fb706fe036fb4579f21401df6e091f9b0 (diff)
Implement callback function for fallback type library
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 96ea6f5e..9d217902 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1906,6 +1906,8 @@ extern "C"
char** sourceFileValues,
size_t sourceFilesLen
);
+
+ bool (*getFallbackEnabled)(void* ctxt);
} BNCustomPlatform;
typedef struct BNBasicBlockEdge