Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pirapira/dry-analyzer

Dr. Y's Ethereum Contract Analyzer
https://github.com/pirapira/dry-analyzer

Last synced: 3 months ago
JSON representation

Dr. Y's Ethereum Contract Analyzer

Awesome Lists containing this project

README

        

# Dr. Y's Ethereum Contract Analyzer

[Online version](http://dry.yoichihirai.com/)

## How to use

* Install OCaml (4.02.3 works) and [opam](https://opam.ocaml.org/)
* `opam install lwt cohttp coq getopt batteries ocamlnet`
* `make`
* `./main.native -p 9999`
* access [localhost:9999](http://localhost:9999)
* paste some EVM bytecode (beginning from 0x) in the text box
* hit "Analyze" button
* the analyzer tells what the bytecode does, to some point

## LICENSE

* `big.ml` comes from the Coq development team under LGPL version 2.1
* The other files are currently distributed with LGPL version 2.1.