diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-02-12 14:10:53 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-02-12 14:10:53 -0500 |
| commit | 233e4395b5f6d56bb0c7a8da22f6c88480b260c2 (patch) | |
| tree | b4e4e7ae3ce375ea35184ee523043dd5eb0ebb1a | |
| parent | 7ec8d1deadaabcd200d8628ac257902fe70539be (diff) | |
Add defines for project extensions
| -rw-r--r-- | binaryninjacore.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index e7c895de..31085e72 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -136,6 +136,10 @@ #define BNDB_EXT ("." BNDB_SUFFIX) #define BNTA_SUFFIX "bnta" #define BNTA_EXT ("." BNTA_SUFFIX) +#define BNPM_SUFFIX "bnpm" +#define BNPM_EXT ("." BNPM_SUFFIX) +#define BNPR_SUFFIX "bnpr" +#define BNPR_EXT ("." BNPR_SUFFIX) // The BN_DECLARE_CORE_ABI_VERSION must be included in native plugin modules. If // the ABI version is not declared, the core will not load the plugin. |
