From 04bc6f11ae0289aae57d63d4cd32f4ef305d1a7a Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 29 Jun 2023 20:49:26 -0400 Subject: Move binary view loading in to the core; deprecate open_view in favor of load; update examples --- enterprise.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enterprise.h') diff --git a/enterprise.h b/enterprise.h index b15dbba7..da609185 100644 --- a/enterprise.h +++ b/enterprise.h @@ -208,7 +208,7 @@ namespace BinaryNinja assert(Enterprise::AuthenticateWithCredentials("username", "password", true)); { Enterprise::LicenseCheckout _{}; - Ref bv = OpenView("/bin/ls", true, {}, options); + Ref bv = Load("/bin/ls", true, {}, options); printf("%llx\n", bv->GetStart()); // License is released at end of scope } -- cgit v1.3.1