Skip to content

Commit

Permalink
fix quickstart
Browse files Browse the repository at this point in the history
Signed-off-by: degrigis <degrigis@ucsb.edu>
  • Loading branch information
degrigis committed Dec 19, 2023
1 parent 5637f1f commit c62fad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ analyze_source.sh contract.sol

# OPTION 2: From the contract bytecode
cp <contract_bytecode> contract.hex
analyze_contract_hex.sh contract.hex
analyze_hex.sh contract.hex
```

The bytecode analyses should work on any system where gigahorse can be properly compiled.

You can find the scripts `analyze_source.sh` and `analyze_hex.sh` in `/greed/resources`.

## Reporting Bugs 🪳
Please report any bugs through the [Issue](https://github.com/ucsb-seclab/greed/issues) section on our GitHub! If you can provide a POC for your issue it would greatly speed up the resolution of your problem :)

0 comments on commit c62fad8

Please sign in to comment.