Skip to content
View Ahmeth4n's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Ahmeth4n

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. talks talks Public

  2. javatify javatify Public archive

    Javatify is the unofficial API of the reverse-engineered mobile (Android) version of Spotify.

    Java 26 3

  3. reversing-packages reversing-packages Public

    a simple space containing algorithms of various applications

    Python 20 3

  4. android-frida-script-archive android-frida-script-archive Public

    frida scripts that i developed myself.

    JavaScript 8 3

  5. ahmeth4n.github.io ahmeth4n.github.io Public

    HTML 2

  6. simple PairIP executeVM() analyzer f... simple PairIP executeVM() analyzer frida script.
    1
    function hookNative() {
    2
    
                  
    3
        const jniOnLoad = moduleHandle.findExportByName("JNI_OnLoad");
    4
        if (!jniOnLoad) {
    5
            console.log("[-] JNI_OnLoad not found!");