mcsema icon indicating copy to clipboard operation
mcsema copied to clipboard

Segfault while running lifted binary

Open thatreguy opened this issue 4 years ago • 1 comments

~/mcsema/examples/Maze/cfg# docker run --rm -it --ipc=host -v "$(pwd)":/mcsema/local trailofbits/mcsema:llvm9-ubuntu20.04-amd64 --output /mcsema/local/maze.bc --arch amd64 --os linux --cfg /mcsema/local/maze.amd64.cfg
/usr/local/bin/remill-clang-9 -rdynamic -o maze maze.bc /usr/local/lib/libmcsema_rt64-9.0.a -lm
./maze
Segmentation fault (core dumped)

image

thatreguy avatar Aug 24 '21 08:08 thatreguy

This looks oddly close to all the issues I was facing when lifting binaries (or when I instrument them and try to compile them back). Curious to see if a solution can be found.

ioncodes avatar Aug 24 '21 10:08 ioncodes