Qownquiat

Results 4 issues of Qownquiat

subprocess2.CalledProcessError: Command 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://boringssl.googlesource.com/boringssl.git /customEngine/src/flutter/third_party/boringssl/_gclient_src_rxpu53gt' returned non-zero exit status 128 in /customEngine [0:04:35] _____ Conflicting directory found in /customEngine/src/flutter/third_party/boringssl/src. Moving to /customEngine/_bad_scm/src/flutter/third_party/boringssl/srcx3ue4ud2

比如我要用来hook别的app,应该如何操作,目前似乎没找到说明

一个java函数被OAT编译了,然后我在c层的entry_point_from_quick_compiled_code_,拿到了入口参数是x2-x5,返回参数是x0; 比如这些参数在原java函数调用中,他们都是BYTE[] array类型,请问在C层该如何解析这些数据呢? 我尝试了用env->GetByteArrayElements,但是闪退了,貌似OAT的环境跟JNI还是有些区别,请问该如何处理呢,谢谢

I intercepted the java call at entry_point_from_quick_compiled_code_in_ArtMethod, from here I can call JNI methods like GetMethodID, GetStringUTFChars and so on, however, when calling methods like FindClass, NewObject, CallObjectMethod at here,...