Creates a "JambiPatcher" type that imports kernel32.dll and exports GetProcAddress, LoadLibrary, VirtualProtect, and a
custom "copy" function with the follow prototype:
public static void Copy (byte[] source, int startIndex, IntPtr destination, int length) {
Marshal.Copy(source, startIndex, destination, length);
}
View Command
To view this TTPs command, you must be logged in with a professional or enterprise license.