From 6822c707cb37fde8222077ef71f91edd53eabde2 Mon Sep 17 00:00:00 2001 From: Ashvika Maddikonda Date: Tue, 12 May 2026 17:12:40 -0400 Subject: fixed typo in the word "analyzing" --- docs/dev/batch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/batch.md b/docs/dev/batch.md index 63772105..f983a726 100644 --- a/docs/dev/batch.md +++ b/docs/dev/batch.md @@ -130,7 +130,7 @@ If using a floating license, you can use the [example code](https://api.binary.n ### In-Memory License -For many applications it might be helpful to avoid having a license file on disk. Whether because the environment will be used to analyze malware, or because a docker image might be saved somewhere that the license file needs to be kept secret. (Note: this does not obfuscate the serial number as it can be extracted from memory or even via the API -- an informed attacker can still leak it and network isolation is recommended for analzying malicious applications) +For many applications it might be helpful to avoid having a license file on disk. Whether because the environment will be used to analyze malware, or because a docker image might be saved somewhere that the license file needs to be kept secret. (Note: this does not obfuscate the serial number as it can be extracted from memory or even via the API -- an informed attacker can still leak it and network isolation is recommended for analyzing malicious applications) To use this API, copy the contents of your license file into a string and pass it as an argument to [`core_set_license`](https://api.binary.ninja/#binaryninja.core_set_license) -- cgit v1.3.1