Skip to content

Commit

Permalink
Workaround for a Truffle build bug (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Feb 6, 2019
1 parent 03c347a commit 5dd8177
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/BrokenMetaCoin/run_etheno.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# First, remove the Truffle build directory.
# This shouldn't be necessary, but Truffle will often fail with
# confusing error messages if it is upgraded between builds.
# So, we just rebuild everything from scratch each time to ensure
# that it always works.
rm -rf build

echo "Running the custom Manticore script ExploitMetaCoinManticoreScript.py"
# Set the max depth for Manticore to 2 because this script only needs to
# find a sequence of two transactions to exploit the bug
Expand Down

0 comments on commit 5dd8177

Please sign in to comment.