Skip to content

Commit

Permalink
setting main_ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsdudrla97 committed Dec 6, 2020
1 parent 9f82710 commit 98c7fdd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 44 deletions.
2 changes: 0 additions & 2 deletions src/.esp.log

This file was deleted.

2 changes: 0 additions & 2 deletions src/.hash.log

This file was deleted.

38 changes: 0 additions & 38 deletions src/crashAllInfo.txt

This file was deleted.

5 changes: 3 additions & 2 deletions src/fuzz_hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,17 +393,18 @@ def openCrashFile(self):
self.textBrowser_2.append(f.read())
except:
self.textBrowser_2.append("not crash")
continue
# continue

try:
with open('.esp.log', 'r') as f:
self.textBrowser.append(f.read())
except:
self.textBrowser.append("is input?")
continue
# continue

time.sleep(3)

# add step is the vuln detected before 'crashAllInfo file into the emtpy comapre so alert!!""
# event
if self.step == 10:
self.showdialog()
Expand Down
Binary file modified src/test.txt
Binary file not shown.

0 comments on commit 98c7fdd

Please sign in to comment.