com.github.unidbg.hook.DispatchAsyncCallback Maven / Gradle / Ivy
The newest version!
package com.github.unidbg.hook;
import com.github.unidbg.Emulator;
import com.sun.jna.Pointer;
public interface DispatchAsyncCallback {
enum Result {
skip, thread_run, direct_run
}
Result canDispatch(Emulator> emulator, Pointer dq, Pointer fun, boolean is_barrier_async);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy