Does VMProtect do this?!

Hey, I was curious if I were to virtualize the function below would it virtualize and obfuscate the key?

int important_function() {
	uint8_t key[] = { 0x00, 0x00, 0x00, 0x00, 0x00,
		0x00, 0x00, 0x00, 0x00, 0x00,
		0x00, 0x00, 0x00, 0x00, 0x00,
		0x00};
		
	// perform actions with key
}

“obfuscate the key” - what do you mean?

Make it harder to reverse engineer and analyze.

Analyze bytes on the stack?

Yeah, and act as a white box, do you know what I mean?

Unfortunately VMProtect can’t obfuscate data arrays, etc.