sgx-step icon indicating copy to clipboard operation
sgx-step copied to clipboard

support for retrieving symbol addresses from enclave binary

Open jovanbulck opened this issue 4 years ago • 0 comments

A dynamic ELF parser library could easily return addresses (relative to the enclave base) for required enclave symbols (functions, data locations) etc. Together with get_enclave_base(), this way one does not have to either (i) get addresses manually using objdump or (ii) add special ecalls to get addresses at runtime for demo purposes.

jovanbulck avatar Feb 18 '20 18:02 jovanbulck