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
Would you be able to help by providing a smaller test case out of the benchmarks along with steps you followed to reproduce the failure? I will work on a fix ASAP.
I tried to lift apps that were mentioned in this paper - https://dse.in.tum.de/wp-content/uploads/2022/01/translating_x86_binaries_into_llvm_intermediate_representation.pdf.
The benchmarks used there are https://github.com/kozyraki/phoenix libraries.
However when I try to lift all binaries there I always get an assertion triggered:
I tried compiling binaries both with clang and gcc, with and without optimizations, with debug information and without debug information.
Does someone has an idea what is happening here?
The text was updated successfully, but these errors were encountered: