sslab-gatech / Pridwen

Universally Hardening SGX Programs via Load-Time Synthesis
7 stars 1 forks source link

Error running Pridwen demo #1

Open Rlyown opened 1 year ago

Rlyown commented 1 year ago

Hi, I tried running demo/pridwen but it failed during the initialization phase. The sgx_create_enclave_ex function returns the error SGX_ERROR_UNEXPECTED. I adjusted the options in enclave.conf.xml but it didn't work. I also tested the switchless sample of sgxsdk and it works fine.

BTW, I'm not sure if I compiled the correct content, and multiple directories containing wasm confuse me a bit.

marioolf commented 2 months ago

Same error here, any solution?

Rlyown commented 2 months ago

@marioolf Sorry, I haven't been able to solve this problem. I have switched to WAMR and ENARX to do my research work. Both of them are WASM runtimes that support SGX, but they are more complex than wasmjit.