Skip to content

Suppressed NameNotFoundException during security check: Superuser.apk #79

Description

@0xAwali

Describe the bug
While using com.aheaditec.talsec.security:TalsecSecurity-Community:19.3.0, the app crashes because Superuser.apk is not installed on my device.

To Reproduce

Build application using

allprojects {
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
        maven { url 'https://europe-west3-maven.pkg.dev/talsec-artifact-repository/common' }
        maven { url 'https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasp' }
    }
}
dependencies {
    implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:19.3.0'
}

Your application will crash

Image

Please complete the following information:

  • OS version: Android 15
  • Version of freeRASP: 19.3.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions