diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-10-15 17:24:51 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-10-15 19:46:31 -0400 |
| commit | 13fdbe08bd92171c6d79b45cf331a3d82c25c10c (patch) | |
| tree | e1ada73e15e980f0254695d615479c380d289a18 /examples/print_syscalls/src/arm-syscall.cpp | |
| parent | 84230e606e8de3f7c01aa9006c7f14caf25c5c49 (diff) | |
Deprecate BNInitCorePlugins/BNInitUserPlugins in favor of a common BNInitPlugins to allow platforms to load customized architecture plugins
Diffstat (limited to 'examples/print_syscalls/src/arm-syscall.cpp')
| -rw-r--r-- | examples/print_syscalls/src/arm-syscall.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/print_syscalls/src/arm-syscall.cpp b/examples/print_syscalls/src/arm-syscall.cpp index 4a61d3c2..e291f30a 100644 --- a/examples/print_syscalls/src/arm-syscall.cpp +++ b/examples/print_syscalls/src/arm-syscall.cpp @@ -61,8 +61,7 @@ int main(int argc, char *argv[]) * libbinaryninjacore is in the path get the path to it and use it to * determine the plugins directory */ SetBundledPluginDirectory(get_plugins_directory()); - InitCorePlugins(); - InitUserPlugins(); + InitPlugins(); Ref<BinaryData> bd = new BinaryData(new FileMetadata(), argv[1]); Ref<BinaryView> bv; |
