diff options
| author | Zichuan Li <34680029+river-li@users.noreply.github.com> | 2024-06-11 18:20:56 -0400 |
|---|---|---|
| committer | Zichuan Li <34680029+river-li@users.noreply.github.com> | 2024-06-19 13:04:46 -0400 |
| commit | fc5b443d86d10c5ce308630f8b41c8f64f5f40f1 (patch) | |
| tree | d4ba6b13d1ffbc974f6371a7e4037b337afe0bf8 /binaryninjacore.h | |
| parent | 7518e76fb706fe036fb4579f21401df6e091f9b0 (diff) | |
Implement callback function for fallback type library
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
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 |
