A decompiler for EVM Bytecode to Solidity Code (based on Erays)
Stars
24
Forks
5
Watchers
24
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
fix little bugs, add debug mode, add erays private function to soldec output, add documentation
4f90d4cView on GitHubimprove erays with optimization such as loop detection, break detection, unstructured condition (combined if) detection, function and event signature detection, rewriting of memory for sha3, log, return, rewriting of storage variables, lifting variables in same block, use functionarguments, renaming of local variables, program splitting, constructor detection and console output. more improvements and code cleanup is missing
a760b53View on GitHubimplement unstructured/combined conditions, fix bugs on do-while-loop-conditions, is zero and is non zero checks, break detection, etc.
3408550View on GitHubimprove erays with optimization such as loop detection, break detection, unstructured condition (combined if) detection, function and event signature detection, rewriting of memory for sha3, log, return, rewriting of storage variables, lifting variables in same block, use function arguments, renaming of local variables, program splitting, constructor detection and console output. more improvements and code cleanup is missing
0fc99fdView on GitHub