Skip to content

Commit

Permalink
spelling fixes (ty Jordan)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed May 21, 2024
1 parent 0da5b67 commit d9f99b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion scripts/docker-angr-sailr-dec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ docker run \
-it \
--rm \
-v $PWD:/host \
angr-sailr-dec \
mahaloz/angr-sailr-dec \
$BINARY_PATH \
"${@:2}"

0 comments on commit d9f99b3

Please sign in to comment.