Closed diabl0w closed 1 year ago
I believe this is checking free space in libc++.so? If that is the case, attempting to understand https://raw.githubusercontent.com/polygraphene/DirtyPipe-Android/master/TECHNICAL-DETAILS.md, it seems that stage 1 is required because:
finit_module
can loadvendor_kernel_modules
orvendor_file
. Both are not readable by adb shell or non-system app. So kernel module must be prepared by other selinux contexts.init
context can be used for that (stage1 payload).
I have access to run commands as system user UID 1000 from another exploit. Does that mean i can skip that part altogether then?
Whelp, i wasted a day on this. My kernel only goes up to 5.4 even on Android 13... WHOOPS lol
Hi, I am trying to run on a Z Fold 3 using "libtriplecam_video_optical_zoom.so" and your beta-4 release from the S22 thread.
I am getting an error:
I am not sure which empty space it is trying to check, and if there is anything I can do about it