You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry I'm building a portable Android Pen testing Powershell script for Windows and I can't for the life of me get frida-server-15.2.2-android-x86.xz extracted... 7zip can extract it but I'm not looking to download yet another binary blob just for this xz file... Extracted it's a single ELF binary "frida-server-15.2.2-android-x86" Plz help...I can't find anything but this Python mod. My environment has Android Emulator running with Host running Java and Python. Everything else I can figure out but how to extract this xz file without installing 7zip....
import xz
with xz.open('frida-server-15.2.2-android-x86.xz') as f:
print(f)
Tell me if that works for you, or if you need more precise help achieving something please describe your use-case more precisely!
Also, I must mention that this library aims at filling the gaps in the XZ support of the standard library; if you are only interested in reading all data in one pass of that file, you may use the standard library directly by using lzma instead of xz in all my examples above.
Sorry I'm building a portable Android Pen testing Powershell script for Windows and I can't for the life of me get
frida-server-15.2.2-android-x86.xz
extracted... 7zip can extract it but I'm not looking to download yet another binary blob just for this xz file... Extracted it's a single ELF binary "frida-server-15.2.2-android-x86" Plz help...I can't find anything but this Python mod. My environment has Android Emulator running with Host running Java and Python. Everything else I can figure out but how to extract this xz file without installing 7zip....Here is the project so far:
https://github.com/freeload101/Java-Android-Magisk-Burp-Objection-Root-Emulator-Easy
The text was updated successfully, but these errors were encountered: