aimardcr / APKKiller

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

大佬,皮皮虾没成功过签名校验 #24

Closed tpnet closed 8 months ago

tpnet commented 8 months ago

现在接入了ApkKiller之后首次打开会崩,然后第二次打开就提示非官方包了。皮皮虾也是跟某音一样的六神签名。 e33c96e1a45442dc1ee0ae5052f00657

Kaspek2480 commented 8 months ago

(use english) Maybe application use other ways to detect its modified, try to reverse that :D

tpnet commented 8 months ago

(use english) Maybe application use other ways to detect its modified, try to reverse that :D

Because Pipixia also performs signature verification in native, Hope ApkKiller can pass this signature verification.

aimardcr commented 8 months ago

(use english) Maybe application use other ways to detect its modified, try to reverse that :D

Because Pipixia also performs signature verification in native, Hope ApkKiller can pass this signature verification.

This can be achieve by hooking on libc api such as open, fopen, openat, etc. However this won't work if the app is using inline syscall to call those api.