Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.
1453 Discussions

A question about the libraries which are supported by SGX Enclave

dai_c_
Beginner
374 Views

When I use SGX SDK to protect the important C++ code, I find SGX Enclave only support a part of libraries,Some commonly used libraries not support e.g. Boost. those supported libraries can not meet the needs of my code, Is there anyone have good ideas to solve this problem? thank you very much!

0 Kudos
1 Reply
Rodolfo_S_
New Contributor III
374 Views

Hi,

One way you could do it is statically linking the needed libraries against your enclave.

Regards,

Rodolfo

0 Kudos
Reply