diff options
author | Chris Ward <chriswhward@gmail.com> | 2018-07-18 20:28:58 +0800 |
---|---|---|
committer | Chris Ward <chriswhward@gmail.com> | 2018-07-18 20:28:58 +0800 |
commit | 1aff0407998e8e1a28fa7916257defb17e5360aa (patch) | |
tree | e0a380f98f067dcdf7e60db4c2839d4c35f38752 /docs/frequently-asked-questions.rst | |
parent | 8cc675150e5e554e438ee4624a9c3429fecba784 (diff) | |
download | dexon-solidity-1aff0407998e8e1a28fa7916257defb17e5360aa.tar.gz dexon-solidity-1aff0407998e8e1a28fa7916257defb17e5360aa.tar.zst dexon-solidity-1aff0407998e8e1a28fa7916257defb17e5360aa.zip |
Move note on decompiling
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r-- | docs/frequently-asked-questions.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 36eaf534..759a47ab 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -25,21 +25,6 @@ What is the transaction "payload"? This is just the bytecode "data" sent along with the request. -Is there a decompiler available? -================================ - -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. - -Bytecode can be disassembled to opcodes, a service that is provided by -several blockchain explorers. - -Contracts on the blockchain should have their original source -code published if they are to be used by third parties. - Create a contract that can be killed and return funds ===================================================== |