axi0mX / ipwndfu

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

Supports simultaneous operation of multiple devices by matching ECIDs #308

Closed AiXanadu closed 2 years ago

AiXanadu commented 2 years ago

There is an ECID HEX value in the serial number returned by DFU and Recovery. So we pass in an integer, convert it to Hex and match the serial number. Returns the device if it exists.

This operation allows the user to perform multiple operations at the same time.