diff options
| author | Brandon Miller <brandon@vector35.com> | 2024-04-17 12:29:09 -0400 |
|---|---|---|
| committer | Brandon Miller <bkmiller89@icloud.com> | 2024-04-25 10:56:18 -0400 |
| commit | 2aa2be5c713a76c86118a225c5cae6ef3585412d (patch) | |
| tree | 05c21e8932d92604661077a9a6e2d0acc5620d2d /binaryninjacore.h | |
| parent | 6d11f801e2dd6db6ccee618ec07d4a764878d950 (diff) | |
Simplified base address detection UI
Moved advanced settings to expandable group and no longer display
results items until analysis completes
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 35bfbe68..08353373 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -37,7 +37,7 @@ // Current ABI version for linking to the core. This is incremented any time // there are changes to the API that affect linking, including new functions, // new types, or modifications to existing functions or types. -#define BN_CURRENT_CORE_ABI_VERSION 59 +#define BN_CURRENT_CORE_ABI_VERSION 60 // Minimum ABI version that is supported for loading of plugins. Plugins that // are linked to an ABI version less than this will not be able to load and |
