danigorbaciov / remix-control-flow-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control Flow Graph Remix Plugin

CircleCI Coverage Status

drawing

Features

  • Interactive control flow graph

  • Solidity support

  • Control flow graph generation from bytecode

  • Control flow graph generation and execution trace highlighted (WIP)

  • Source mapping highlight (limited to 1 single Remix contract file) (WIP)

  • EVM state exploration in debug mode (storage viewer, memory viewer, stack viewer)

Install

git clone git@github.com:solid-studio/remix-control-flow-graph.git

npm install 

npm start

Commands

npm start

npm test

About


Languages

Language:TypeScript 96.9%Language:JavaScript 1.9%Language:HTML 1.2%Language:CSS 0.1%