TamerPlatform / frida-push

Wrapper tool to identify the remote device and push device specific frida-server binary.
GNU General Public License v3.0
43 stars 32 forks source link

Fixes deadlock at kill_cmd and execute_cmd #11

Open esauvisky opened 5 years ago

esauvisky commented 5 years ago

I don't know the particular reason in which the old command wasn't working, but it was deadlocking on the Popen(kill_cmd) line. Even spawning the command on a adb shell did not work. If I'd to guess, maybe something related to newer devices, SDK versions, etc.?

Notwithstanding, it seems to me that the proposed implementation is more robust, at least based on the little knowledge I have :)