diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 7837fa788..a6bead29f 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 `_ has developed -`Porosity `_. +There is no exact decompiler to Solidity, but +`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.