pub fn set_license<S: BnStrCompatible + Default>(license: Option<S>)
Expand description
Set the license that will be used once the core initializes. You can reset the license by passing None
.
If not set the normal license retrieval will occur:
- Check the BN_LICENSE environment variable
- Check the Binary Ninja user directory for license.dat