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
└─$ python pintool.py xx_warmup_obf -l 28 -c 1,2 -b {}_ -i f -f
Traceback (most recent call last):
File "/home/kali/Desktop/APP/Pin/Pintool/pintools_ctf-main/pintool.py", line 331, in
finddetect(initpass, passlen, charset, symbfill)
File "/home/kali/Desktop/APP/Pin/Pintool/pintools_ctf-main/pintool.py", line 102, in finddetect
pin.run_pin(argv)
File "/home/kali/Desktop/APP/Pin/Pintool/pintools_ctf-main/Pin.py", line 35, in run_pin
count = int(out.decode().split("Count:")[1], 10)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
└─$ python pintool.py xx_warmup_obf -l 28 -c 1,2 -b {}_ -i f -f
Traceback (most recent call last):
File "/home/kali/Desktop/APP/Pin/Pintool/pintools_ctf-main/pintool.py", line 331, in
finddetect(initpass, passlen, charset, symbfill)
File "/home/kali/Desktop/APP/Pin/Pintool/pintools_ctf-main/pintool.py", line 102, in finddetect
pin.run_pin(argv)
File "/home/kali/Desktop/APP/Pin/Pintool/pintools_ctf-main/Pin.py", line 35, in run_pin
count = int(out.decode().split("Count:")[1], 10)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: