Skip to content

Commit

Permalink
docs: add links to related work
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg committed Jul 29, 2022
1 parent bf9549d commit 3b8f9b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ how to dump the complete contract storage and print it in a readable way.
this tool can already dump the entire storage using `parity_listStorageKeys`, but to decode it we need to collect all preimages.

for this we can find all calls to the address using `trace_filter` and then `vmTrace` all transactions and record all preimages.

## related work

- `slither-read-storage` can do more advanced [forward storage reading](https://blog.trailofbits.com/2022/07/28/shedding-smart-contract-storage-with-slither/)
- `sol2uml` can draw [storage layout diagrams](https://github.com/naddison36/sol2uml/tree/master/examples/storage)

0 comments on commit 3b8f9b6

Please sign in to comment.