Releases: hackcatml/ajeossida
Releases · hackcatml/ajeossida
16.5.7-1
- Apply a modified version of matbrik's patch for the Frida ART issue.
- This temporary version of ajeossida-server can be used with the recent Google Play system update.
- This version hooks read in libc.so when you spawn the app.
Therefore, if you spawn the app, it is more likely to be detectable by a protector.
16.5.7
- Add a Magisk module: "MagiskAjeossida"
- MagiskAjeossida
- Automatically runs
ajeossida-server
on boot. - To run it in remote mode, use the following command. It will listen on
0.0.0.0:45678
adb shell "su -c sed -i 's/REMOTE=0/REMOTE=1/' /data/adb/modules/magisk_ajeossida/service.sh"
- You can attach Frida to a pairipcore protected app. However, the app will crash after a few seconds. Bypassing the crash is up to you. (Spawning the app also causes it to crash)
- Automatically runs
16.5.6
16.5.5
v16.5.2-temp
이 버전은 com.android.art
최신 버전에서 발생하는 두가지 문제를 수정한 ajeossida-server
와 ajeossida-gadget
의 임시 버전입니다.
- "Unable to perform state transition" 문제를 수정했습니다. 커밋 5d47892을 참고하였습니다.
- 앱을 스포닝(spawning)할 때 "Failed to reach single-threaded state" 문제를 수정했습니다. 커밋 165480d을 참고하였습니다.
This version is a temporary version of ajeossida-server
and ajeossida-gadget
, fixing the two issues that occur in the latest version of com.android.art
.