Skip to content

Commit 34f181e

Browse files
committed
fix typo
1 parent a035b3f commit 34f181e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/fuzzing/tenda_ac15/saver_tendaac15_httpd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ def check_pc(ql):
6767
def my_sandbox(path, rootfs):
6868
ql = Qiling(path, rootfs, verbose=QL_VERBOSE.DEBUG)
6969
ql.add_fs_mapper("/dev/urandom","/dev/urandom")
70-
ql.hook_address(save_context ,0x10930)
70+
ql.hook_address(save_context, 0x10930)
7171
ql.hook_address(patcher, ql.loader.elf_entry)
72-
ql.hook_address(check_pc,0x7a0cc)
72+
ql.hook_address(check_pc, 0x7a0cc)
7373
ql.run()
7474

7575
if __name__ == "__main__":

0 commit comments

Comments
 (0)