Host 0x2D/0x2E/0x2F: Controllable crash/memory corruption via p_ptr

Doesn't appear useful so far.
This commit is contained in:
Xaymar
2025-08-08 01:24:10 +02:00
parent 098f059834
commit b5310b8922
+3
View File
@@ -911,14 +911,17 @@ enum VST_HOST_OPCODE {
/** @sa VST_HOST_OPCODE_2C */ /** @sa VST_HOST_OPCODE_2C */
VST_HOST_OPCODE_PARAM_UNLOCK = 0x2C, VST_HOST_OPCODE_PARAM_UNLOCK = 0x2C,
/** Crash the host depending on what p_ptr is pointing at. */
VST_HOST_OPCODE_2D = 0x2D, VST_HOST_OPCODE_2D = 0x2D,
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
// VST 2.2 // VST 2.2
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
/** Crash the host depending on what p_ptr is pointing at. */
VST_HOST_OPCODE_2E = 0x2E, VST_HOST_OPCODE_2E = 0x2E,
/** Crash the host depending on what p_ptr is pointing at. */
VST_HOST_OPCODE_2F = 0x2F, VST_HOST_OPCODE_2F = 0x2F,
/** /**