Respond to chriseth's suggestions

https://github.com/ethereum/solidity/pull/3424#pullrequestreview-90873869
This commit is contained in:
wbt 2018-01-26 13:15:22 -05:00 committed by GitHub
parent a396572f57
commit efcc8efffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,9 +39,8 @@ This is just the bytecode "data" sent along with the request.
Is there a decompiler available?
================================
There is no official decompiler to Solidity, but third party security
company `Comae <https://www.comae.io/>`_ has developed
`Porosity <https://github.com/comaeio/porosity>`_.
There is no exact decompiler to Solidity, but
`Porosity <https://github.com/comaeio/porosity>`_ is close.
Because some information like variable names, comments, and
source code formatting is lost in the compilation process,
it is not possible to completely recover the original source code.