{"id":15816373,"url":"https://github.com/hacksore/invoke-jni-method","last_synced_at":"2025-04-01T03:40:49.337Z","repository":{"id":145784070,"uuid":"395842447","full_name":"Hacksore/invoke-jni-method","owner":"Hacksore","description":"Call JNI method in a so file from an android app","archived":false,"fork":false,"pushed_at":"2021-08-14T13:27:42.000Z","size":533,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-06T05:02:51.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hacksore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-14T00:44:21.000Z","updated_at":"2021-08-14T13:27:44.000Z","dependencies_parsed_at":"2023-07-15T17:02:25.911Z","dependency_job_id":null,"html_url":"https://github.com/Hacksore/invoke-jni-method","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Finvoke-jni-method","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Finvoke-jni-method/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Finvoke-jni-method/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Finvoke-jni-method/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hacksore","download_url":"https://codeload.github.com/Hacksore/invoke-jni-method/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246580456,"owners_count":20800106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-05T05:02:59.501Z","updated_at":"2025-04-01T03:40:49.311Z","avatar_url":"https://github.com/Hacksore.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jni-invoke-method\n\nAttempt to call native methods in the .so libs\n\n\n### Current Blocker\n\nThe US version will not let me call the method from the x86_64 variant, unsure if it even works tbh.\n\n```log\nE/AndroidRuntime: FATAL EXCEPTION: main\n    Process: com.hacksore.invoke_jni_method, PID: 8904\n    java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in \"/data/app/com.hacksore.invoke_jni_method-hC6PhnpfzY77Cf-a1fuyGQ==/base.apk!/lib/x86_64/libnative-lib-us.so\"\n        at java.lang.Runtime.loadLibrary0(Runtime.java:1071)\n        at java.lang.Runtime.loadLibrary0(Runtime.java:1007)\n        at java.lang.System.loadLibrary(System.java:1667)\n        at com.station.servermodule.context.SignContext.\u003cclinit\u003e(SignContext.java:5)\n        at com.station.servermodule.context.SignContext.getClientID(Native Method)\n        at com.hacksore.invoke_jni_method.MainActivity.onCreate(MainActivity.java:20)\n        at android.app.Activity.performCreate(Activity.java:7802)\n        at android.app.Activity.performCreate(Activity.java:7791)\n        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1299)\n        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3245)\n        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3409)\n        at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)\n        at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)\n        at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)\n        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2016)\n        at android.os.Handler.dispatchMessage(Handler.java:107)\n        at android.os.Looper.loop(Looper.java:214)\n        at android.app.ActivityThread.main(ActivityThread.java:7356)\n        at java.lang.reflect.Method.invoke(Native Method)\n        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)\n        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacksore%2Finvoke-jni-method","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacksore%2Finvoke-jni-method","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacksore%2Finvoke-jni-method/lists"}