diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-10-24 13:19:28 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2018-10-24 13:19:28 -0400 |
| commit | ec7d4ac5ecfb59ce98ac64f2ed889b73655df746 (patch) | |
| tree | b695e11cf3e8b8744563b33befb784361dfe20c6 | |
| parent | 62b6262a8c7a425269d93de77a0e366fd9751316 (diff) | |
overwrite serial whenever it is exposed in headless
| -rw-r--r-- | api-docs/source/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index c0f3dbc7..ac07f7fd 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -28,6 +28,8 @@ else: sys.path.insert(0, bnpath) import binaryninja +binaryninja._init_plugins() #force license check +binaryninja.core_serial = "REDACTED" def modulelist(modulename): modules = inspect.getmembers(modulename, inspect.ismodule) |
