A server disassemble resolver using llvm-mc
Prerequisites:
- capnproto (configured with
pkg-config
) - LLVM 8.0.0
You can reference the Dockerfile for dependent packages.
The executable will be the resolver
binary in side your build directory.
The binary will NOT be installed into your system path automatically.
To build the Docker image:
docker build -t pangine/llvmmc-resolver --build-arg UID=`id -u` .
Please do not change the tag name, since it will be used as a dependency of other images.