We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a035b3f commit 34f181eCopy full SHA for 34f181e
examples/fuzzing/tenda_ac15/saver_tendaac15_httpd.py
@@ -67,9 +67,9 @@ def check_pc(ql):
67
def my_sandbox(path, rootfs):
68
ql = Qiling(path, rootfs, verbose=QL_VERBOSE.DEBUG)
69
ql.add_fs_mapper("/dev/urandom","/dev/urandom")
70
- ql.hook_address(save_context ,0x10930)
+ ql.hook_address(save_context, 0x10930)
71
ql.hook_address(patcher, ql.loader.elf_entry)
72
- ql.hook_address(check_pc,0x7a0cc)
+ ql.hook_address(check_pc, 0x7a0cc)
73
ql.run()
74
75
if __name__ == "__main__":
0 commit comments