Skip to content

Commit

Permalink
Update UPX Soft Target.py
Browse files Browse the repository at this point in the history
  • Loading branch information
An0nX authored May 28, 2022
1 parent 3fc95e0 commit 280a1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPX Soft Target.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ctypes.windll.kernel32.SetConsoleTitleW('UPX Soft by httpshotmaker')

def clean():
os.system('clear')
os.system('cls' if os.name == 'nt' else 'clear')

clean()

Expand Down

0 comments on commit 280a1e9

Please sign in to comment.