You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the author's provided binary to perform detection with sgxrace.py, the tool works as expected.
However, when I compile the same version of the code myself to generate enclave.signed.so, the tool throws the following error during execution.
SGX SDK Version: 2.25.100.3
SGX Mode: I try it in both Hardware Mode and Simulation Mode.
OS: Ubuntu 20.04
Python Version: Python 3.8.10
angr Version: 9.2.102
Question
Does the SDK version difference impact the internal structure in a way that would affect symbolic analysis?
Can you give me any recommended debugging strategies to further isolate the root cause?
The text was updated successfully, but these errors were encountered:
When I use the author's provided binary to perform detection with sgxrace.py, the tool works as expected.
However, when I compile the same version of the code myself to generate enclave.signed.so, the tool throws the following error during execution.
Environment Information:
SGX SDK Version: 2.25.100.3
SGX Mode: I try it in both Hardware Mode and Simulation Mode.
OS: Ubuntu 20.04
Python Version: Python 3.8.10
angr Version: 9.2.102
Question
Does the SDK version difference impact the internal structure in a way that would affect symbolic analysis?
Can you give me any recommended debugging strategies to further isolate the root cause?
The text was updated successfully, but these errors were encountered: