summaryrefslogtreecommitdiff
path: root/enterprise.h
diff options
context:
space:
mode:
Diffstat (limited to 'enterprise.h')
-rw-r--r--enterprise.h2
1 files changed, 1 insertions, 1 deletions
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<BinaryView> bv = OpenView("/bin/ls", true, {}, options);
+ Ref<BinaryView> bv = Load("/bin/ls", true, {}, options);
printf("%llx\n", bv->GetStart());
// License is released at end of scope
}