DLL Injection
com.etdon.winj.facade.hack.inject
final LoadLibInjector injector = new LoadLibInjector(nativeContext);
final int result = injector.inject(pid, dllPath);
if (result == InjectionResult.SUCCESS) {
...
}Last updated
com.etdon.winj.facade.hack.inject
final LoadLibInjector injector = new LoadLibInjector(nativeContext);
final int result = injector.inject(pid, dllPath);
if (result == InjectionResult.SUCCESS) {
...
}Last updated