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/mlil_parser | |
| parent | 84230e606e8de3f7c01aa9006c7f14caf25c5c49 (diff) | |
Deprecate BNInitCorePlugins/BNInitUserPlugins in favor of a common BNInitPlugins to allow platforms to load customized architecture plugins
Diffstat (limited to 'examples/mlil_parser')
| -rw-r--r-- | examples/mlil_parser/src/mlil_parser.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/mlil_parser/src/mlil_parser.cpp b/examples/mlil_parser/src/mlil_parser.cpp index 3d0101b5..1a347dc3 100644 --- a/examples/mlil_parser/src/mlil_parser.cpp +++ b/examples/mlil_parser/src/mlil_parser.cpp @@ -261,8 +261,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(GetPluginsDirectory()); - InitCorePlugins(); - InitUserPlugins(); + InitPlugins(); Ref<BinaryData> bd = new BinaryData(new FileMetadata(), argv[1]); Ref<BinaryView> bv; |
