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
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
First, I tried to pull from trailofbits/mcsema:llvm1000-ubuntu18.04-amd64 and came across the problem when using mcsema-disass:
Then I tried to git from the repository and docker build using "docker build -t mcsema ." but came across another problem:
The text was updated successfully, but these errors were encountered:
docker basically complicates the whole process for referencing local disk drive
check these options: -v "${PWD}":/home/user/local - this mounts current directory into docker container at /home/user/local
so if you have putty.exe in current directory from which docker is executed you can use --binary /home/user/local/putty.exe
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First, I tried to pull from trailofbits/mcsema:llvm1000-ubuntu18.04-amd64 and came across the problem when using mcsema-disass:
Then I tried to git from the repository and docker build using "docker build -t mcsema ." but came across another problem:
The text was updated successfully, but these errors were encountered: