From 13fdbe08bd92171c6d79b45cf331a3d82c25c10c Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 15 Oct 2020 17:24:51 -0400 Subject: Deprecate BNInitCorePlugins/BNInitUserPlugins in favor of a common BNInitPlugins to allow platforms to load customized architecture plugins --- examples/print_syscalls/src/arm-syscall.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/print_syscalls/src/arm-syscall.cpp') 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 bd = new BinaryData(new FileMetadata(), argv[1]); Ref bv; -- cgit v1.3.1