Samathy Barratt
Samathy Barratt
Its been a year since I saw this complex code base.... ;) Yeah, of course, I'll have a look asap :)
Issue also occurs on Debian 7 Wheezy.
Thanks for the input, I'll look into your suggestions. Regards,
Yes the profile output format doesnt seem to have changed, so thats a perfect solution, thanks a lot!
Creating an enclave from a binary seems to be provided by [load_elf_enclave()](https://github.com/sslab-gatech/opensgx/blob/6cc1fe695b61bd34eed199402b8ea575a6fe49ed/user/sgx-loader.c#L80) - not init_enclave(). Making the api quite disimilar to Intel's (where loading a binary is provided through sgx_create_enclave()...