Closed EricCD-S closed 2 years ago
Thanks for your interest in the project.
Unmangling the function symbol indicates that it is std::allocator<char>::allocator()
. A couple of observations in this regard:
llvm-mctoll
still lacks explicit support to raise C++ binaries and hence is not tested to raise them.-I
. However, in your case this would not work because of the above stated reason.
I try to raise an executable file in klee docker and i meet this issue. My environment is ubuntu18.04.What can i do to solve this?