axi0mX / ipwndfu

open-source jailbreaking tool for many iOS devices
GNU General Public License v3.0
7.06k stars 1.7k forks source link

Fix AssertionError when sending iBSS #274

Open Cameron12533439 opened 3 years ago

Cameron12533439 commented 3 years ago

Changed MAX_SHELLCODE_LENGTH = 128 to MAX_SHELLCODE_LENGTH = 132 since the iBSS payload is now 132 bytes instead of 128 bytes.