public static void CreateFrame(SDKOutputFrame frame) { if (_injection_DisableCreateFrame) { return; } GCHandle gch = GCHandle.Alloc(frame, GCHandleType.Pinned); AddObjectToFrame(gch.AddrOfPinnedObject(), Marshal.SizeOf(frame), Tag("OUTFRAME")); gch.Free(); }
} // 0x0000000181808690-0x0000000181808890 public static void CreateFrame(SDKOutputFrame frame) { } // 0x0000000181808A50-0x0000000181808D00