alephsecurity / abootool

Simple tool to dynamically discover hidden fastboot OEM commands based on static knowledge
MIT License
252 stars 58 forks source link

Updated to support latest python-adb API #6

Open greateggsgreg opened 6 years ago

greateggsgreg commented 6 years ago

python-adb changed how an external caller interacts with the FastbootCommands and AdbCommands classes. Updated abootool to support this. Also allowed for timeouts in FastbootCommands.ConnectDevice() that throws an exception.

QwikLyft commented 4 years ago

Good work!