summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshvika Maddikonda <ashvika@vector35.com>2026-05-12 17:12:40 -0400
committerJordan <github@psifertex.com>2026-05-13 14:32:33 +0200
commit6822c707cb37fde8222077ef71f91edd53eabde2 (patch)
treeabcdb0aadc7921a25d84a537628d5cf0531542e4
parentbff39b2b0ae8ccc573d8bb66a1a064eeda1bd27b (diff)
fixed typo in the word "analyzing"
-rw-r--r--docs/dev/batch.md2
1 files changed, 1 insertions, 1 deletions
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)