Created
October 20, 2021 19:18
-
-
Save leveled/7083aeb5eb00347c1910ff119984cd9c to your computer and use it in GitHub Desktop.
Reloading plugins manually in Binary Ninja
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pluginname | |
import importlib | |
importlib.reload(pluginname);pluginname.callbackmethod(bv) | |
#Push up, then enter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment