Skip to content

Commit

Permalink
Update BinarySpy.py
Browse files Browse the repository at this point in the history
添加待选白名单.dll
  • Loading branch information
yj94 committed Aug 29, 2024
1 parent 4976c5b commit d0c8ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BinarySpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def fuzz_run():
modify_pe_file_label.pack()
modify_pe_file_entry = tk.Entry(root, width=50)
modify_pe_file_entry.pack()
modify_pe_file_button = tk.Button(root, text="浏览", command=lambda: browse_file(modify_pe_file_entry, "选择待修改的PE文件", [("PE文件", "*.exe")]))
modify_pe_file_button = tk.Button(root, text="浏览", command=lambda: browse_file(modify_pe_file_entry, "选择待修改的PE文件", [("PE文件", "*.exe *.dll")]))
modify_pe_file_button.pack()

va_label = tk.Label(root, text="要修改PE文件的VA (十六进制):")
Expand Down

0 comments on commit d0c8ea3

Please sign in to comment.