Is it possible to override a non-native method using a c++ method?

前端 未结 0 1051
独厮守ぢ
独厮守ぢ 2020-12-19 06:25

Right now I have

static JNINativeMethod methods[] = {

{
        (char*) "func",
        (char*) "()F",
        &hooked_func}

};

jen         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题