Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package kine;
- import com.sun.jna.Library;
- import com.sun.jna.ptr.IntByReference;
- public interface NtDll extends Library {
- int ZwUnmapViewOfSection(IntByReference hProcess, IntByReference BaseAddress);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement