[DllImport("kernel32.dll")]
static extern bool FlushInstructionCache(IntPtr hProcess, IntPtr lpBaseAddress,
UIntPtr dwSize);
<DllImport("kernel32.dll")> _
Shared Function FlushInstructionCache(hProcess As IntPtr, lpBaseAddress As IntPtr, dwSize As UIntPtr) As Boolean
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!