mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 14:07:35 +08:00
GP-0: If pyghidra.sys.modules.restore is set, PyGhidra will restore
sys.modules each time a script is run (Closes #8529)
This commit is contained in:
@@ -151,3 +151,8 @@ VMARGS=--enable-native-access=ALL-UNNAMED
|
||||
|
||||
# Disables the loaders echoing their message log to the application.log file
|
||||
#VMARGS=-Ddisable.loader.logging=true
|
||||
|
||||
# Restores sys.modules to its prior state after a PyGhidra script is run so the next time the script
|
||||
# is run, it freshly reloads all of its imported modules again. This is experimental and should only
|
||||
# be enabled if necessary.
|
||||
#VMARGS=-Dpyghidra.sys.modules.restore=true
|
||||
|
||||
Reference in New Issue
Block a user