diff --git a/fridump.py b/fridump.py index e9a5dc2..c51b78a 100644 --- a/fridump.py +++ b/fridump.py @@ -116,7 +116,7 @@ def MENU(): script.on("message", utils.on_message) script.load() -agent = script.exports +agent = script.exports_sync ranges = agent.enumerate_ranges(PERMS) if arguments.max_size is not None: @@ -157,4 +157,4 @@ def MENU(): utils.strings(f1, DIRECTORY) i += 1 utils.printProgress(i, l, prefix='Progress:', suffix='Complete', bar=50) -print("Finished!") \ No newline at end of file +print("Finished!")