bigguy
1
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
}
Admin
2
“obfuscate the key” - what do you mean?
bigguy
3
Make it harder to reverse engineer and analyze.
Admin
4
Analyze bytes on the stack?
bigguy
5
Yeah, and act as a white box, do you know what I mean?
Admin
6
Unfortunately VMProtect can’t obfuscate data arrays, etc.