aimardcr / APKKiller

Bypass APK Signatures Verify & Integrity Check using Reflection
295 stars 91 forks source link

Not working on 2.9 global & ect #23

Open surajraiker opened 9 months ago

surajraiker commented 9 months ago

Not working this project on global it's geven black screen on this time can you please fix the issues

Kaspek2480 commented 8 months ago

It works when i use home button and then return to app, also logcat shows somethings like that?

12-29 03:21:05.974 17795 17795 I APKKiller: -------- Killing com.example.something
12-29 03:21:05.975 17795 17795 I APKKiller: -------- Patching AppBindData - 0x121
12-29 03:21:05.975 17795 17795 I APKKiller: -------- Patching LoadedApk - 0x179
12-29 03:21:05.975 17795 17795 I APKKiller: -------- Patching ApplicationInfo - 0x1c9
12-29 03:21:05.976 17795 17795 I APKKiller: -------- Patching ApplicationInfo - 0x251
surajraiker commented 8 months ago

Yes

sgrontflix commented 1 month ago

It works when i use home button and then return to app, also logcat shows somethings like that?

12-29 03:21:05.974 17795 17795 I APKKiller: -------- Killing com.example.something
12-29 03:21:05.975 17795 17795 I APKKiller: -------- Patching AppBindData - 0x121
12-29 03:21:05.975 17795 17795 I APKKiller: -------- Patching LoadedApk - 0x179
12-29 03:21:05.975 17795 17795 I APKKiller: -------- Patching ApplicationInfo - 0x1c9
12-29 03:21:05.976 17795 17795 I APKKiller: -------- Patching ApplicationInfo - 0x251

@Kaspek2480

Any idea why I only get the first line in my logcat output but not the other ones? It only kills com.example.something but doesn't do any patching whatsoever...

Kaspek2480 commented 1 month ago

Well, you have to share your code and all details

It works when i use home button and then return to app, also logcat shows somethings like that?

12-29 03:21:05.974 17795 17795 I APKKiller: -------- Killing com.example.something
12-29 03:21:05.975 17795 17795 I APKKiller: -------- Patching AppBindData - 0x121
12-29 03:21:05.975 17795 17795 I APKKiller: -------- Patching LoadedApk - 0x179
12-29 03:21:05.975 17795 17795 I APKKiller: -------- Patching ApplicationInfo - 0x1c9
12-29 03:21:05.976 17795 17795 I APKKiller: -------- Patching ApplicationInfo - 0x251

@Kaspek2480

Any idea why I only get the first line in my logcat output but not the other ones? It only kills com.example.something but doesn't do any patching whatsoever...