hwjump
Results
2
issues of
hwjump
int64_t xposedCallHandler(ArtMethod\* original_method, Object\* thiz, int r1, int r2, int32_t sp) Could you explain why xposedCallHandler's args like this. what is sp mean? if I have more than two args,...
Dexpose AOP hook on ART runtime is in early beta stage, Current now it can hook the Java Method wrote in your dex, didn't inline compiled. You can see the...