From bfd4f56794ccfd465421e0524f3aff3c41975109 Mon Sep 17 00:00:00 2001 From: Gaurav Date: Thu, 8 Feb 2024 02:23:29 +0530 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24a1c18..4fb9aec 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ For more details & updated logic, refer to the C/C++ hooks code present in the r The below Java classes methods have been hooked to avoid root detection 1. java.io.File.exists() - 2. android.content.pm.PackageManager.getPackageInfo() + 2. android.app.ApplicationPackageManager.getPackageInfo() 3. Runtime.exec() For more details & updated logic, refer to the Kotlin/Java hooks code present in the repo.