aboutsummaryrefslogtreecommitdiffstats
path: root/docs/frequently-asked-questions.rst
diff options
context:
space:
mode:
authorwbt <wbt@users.noreply.github.com>2018-01-27 02:15:22 +0800
committerGitHub <noreply@github.com>2018-01-27 02:15:22 +0800
commitefcc8efffa44a7f171981d1494524ad1193898ae (patch)
treee540173ae47a06ef437ec94f545a0ec3cc5c92f9 /docs/frequently-asked-questions.rst
parenta396572f570d94e016d238ba2c8336864c107742 (diff)
downloaddexon-solidity-efcc8efffa44a7f171981d1494524ad1193898ae.tar.gz
dexon-solidity-efcc8efffa44a7f171981d1494524ad1193898ae.tar.zst
dexon-solidity-efcc8efffa44a7f171981d1494524ad1193898ae.zip
Respond to chriseth's suggestions
https://github.com/ethereum/solidity/pull/3424#pullrequestreview-90873869
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r--docs/frequently-asked-questions.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst
index 7837fa78..a6bead29 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -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.