Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOT_IMPLEMENTED Error when Decompiling #44

Open
nickemmons opened this issue Dec 5, 2017 · 2 comments
Open

NOT_IMPLEMENTED Error when Decompiling #44

nickemmons opened this issue Dec 5, 2017 · 2 comments

Comments

@nickemmons
Copy link

I am attempting to decompile a smart contract's bytecode and it contains NUMBER and MSIZE in its opcodes. When I try to decompile, my terminal returns this and gets stuck

Now performing decompilation: 
Porosity v0.1 (https://www.comae.io)
Matt Suiche, Comae Technologies <support@comae.io>
The Ethereum bytecode command line decompiler.
Decompiles the given Ethereum input bytecode and outputs the Solidity code.

Hash: 0x0D9F5AED
executeInstruction: NOT_IMPLEMENTED: NUMBER
executeInstruction: NOT_IMPLEMENTED: MSIZE

Any ideas why this is happening?

@dschuermann
Copy link

Dude, I know exactly what you are trying to decompile.

@biniamf
Copy link

biniamf commented Dec 29, 2017

Looks like the emulation for address resolution does not handle those and some other instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants