Platform identification #1298
Unanswered
IOTSecurityHQ
asked this question in
Q&A
Replies: 1 comment 1 reply
-
No, this is intentionally impossible on SGX - SGX by design tries to make hardware fingerprinting hard. You can call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does gramine support identification of platform enclave is running ?
I think UID value that serve that purpose. Not sure if gramine provide an interface to retrieve it.
Function to read the UID value from the SGX enclave
void read_uid(uint64_t* uid) {
uint32_t eax = 0x12;
uint32_t ecx = 0;
uint32_t ebx, edx;
Beta Was this translation helpful? Give feedback.
All reactions