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

get getprop_cmd result as utf-8 string #4

Closed Piasy closed 7 years ago

Piasy commented 7 years ago

On my Nexus 5X, the getprop_cmd result is b'arm64-v8a', so output in getprop_archs is False, use the same way as uname_cmd can fix this problem.