Exemplo n.º 1
0
 public static extern uc_err uc_mem_protect(IntPtr uc, ulong address, UIntPtr size, uc_prot perms);
Exemplo n.º 2
0
 public static extern uc_err uc_mem_map_ptr(IntPtr uc, ulong address, UIntPtr size, uc_prot perms, byte[] ptr);