Skip to content

Releases: hackcatml/ajeossida

16.5.7-1

27 Nov 12:09
Compare
Choose a tag to compare
  • 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

18 Nov 12:20
Compare
Choose a tag to compare
  • 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)

16.5.6

24 Oct 22:46
Compare
Choose a tag to compare
Add memfd_create patch, memfd:ajeossida-agent-64.so --> memfd:jit-cache

16.5.5

13 Oct 01:27
Compare
Choose a tag to compare
Update fix_unable_to_perform_state_transition.txt

v16.5.2-temp

02 Oct 11:26
Compare
Choose a tag to compare

이 버전은 com.android.art 최신 버전에서 발생하는 두가지 문제를 수정한 ajeossida-serverajeossida-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.

  • Fixed the issue "Unable to perform state transition." Commit 5d47892 was referenced.
  • Fixed the issue "Failed to reach single-threaded state" when spawning the app. Commit 165480d was referenced.

16.5.2

20 Sep 11:19
Compare
Choose a tag to compare
  • Added support for iOS (rootless)

16.5.1

08 Sep 08:37
Compare
Choose a tag to compare
initial commit