You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
offset = header.find('\xff'.encode(encoding='iso-8859-1'))
if offset != -1:
headerScript = header[:offset].decode()
headerScriptFound = True
if not headerScriptFound:
print ("[!] Could not find header script!")
The text was updated successfully, but these errors were encountered:
[i] Analizing header ...
[i] Saving header script to unpacked~header_script ...
[i] Parsing script ...
The text was updated successfully, but these errors were encountered: