diff --git a/README.md b/README.md index 5e886a5..37a07ca 100755 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ our [CI runner](./.github/workflows/python-app.yml). pip3 insatll -e . ``` -Note: you will need to install the system dependencies for the Python project yourself, listed [here]([CI runner](./.github/workflows/python-app.yml). +Note: you will need to install the system dependencies for the Python project yourself, listed [here](./.github/workflows/python-app.yml). The package is also available on PyPi, so remote installation works as well. ### Install Verification @@ -370,5 +370,5 @@ Follow the following the steps to compile a windows target: 6. Rename the `*.obj` to `*.o` 7. If step `5` failed, then just remove the preprocessor option after running once -To run the full pipeline for Widnows targets, you must have [llvm-pdbutil](https://github.com/shaharv/llvm-pdbutil-builds) +To run the full pipeline for Windows targets, you must have [llvm-pdbutil](https://github.com/shaharv/llvm-pdbutil-builds) installed on the system. diff --git a/scripts/docker-angr-sailr-dec.sh b/scripts/docker-angr-sailr-dec.sh index 3dacf78..ec4eb6b 100755 --- a/scripts/docker-angr-sailr-dec.sh +++ b/scripts/docker-angr-sailr-dec.sh @@ -14,6 +14,6 @@ docker run \ -it \ --rm \ -v $PWD:/host \ - angr-sailr-dec \ + mahaloz/angr-sailr-dec \ $BINARY_PATH \ "${@:2}" \ No newline at end of file