MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / HOOK_JNI

Function HOOK_JNI

Bcore/src/main/cpp/hook/UnixFileSystemHook.cpp:14–17  ·  view source on GitHub ↗

* Class: java_io_UnixFileSystem * Method: canonicalize0 * Signature: (Ljava/lang/String;)Ljava/lang/String; */

Source from the content-addressed store, hash-verified

12 * Signature: (Ljava/lang/String;)Ljava/lang/String;
13 */
14HOOK_JNI(jstring, canonicalize0, JNIEnv *env, jobject obj, jstring path) {
15 jstring redirect = IO::redirectPath(env, path);
16 return orig_canonicalize0(env, obj, redirect);
17}
18
19/*
20 * Class: java_io_UnixFileSystem

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected