Decompiler at the heart of Eveem.org https://www.eveem.org/
Project description
Panoramix
This is an EVM decompiler.
It's is a fork of the Panoramix original repo that's not maintained actively by its author anymore: https://github.com/eveem-org/panoramix.git
The goal of this fork is to maintain Panoramix in a decent shape, fix some crashes, implement missing opcodes... I also got rid of the "tilde" syntax that was using a custom python encoding and use vanilla Python instead. And I made it a proper python package that can be imported. There is also a better support of timeouts, as instead of stopping entirely we will fallback and print whatever we decompiled even if it's not complete.
The code quality is still not great and the software is complex, it's mostly reserved for advanced users.
Installation
$ pip install panoramix-decompiler
Running
You can specify a web3 provider using the environment variable WEB3_PROVIDER_URI
. In this case a local provider was set.
$ WEB3_PROVIDER_URI=http://localhost:7545 panoramix 0x0d94D81FD712126E7f320b5B10537D01d6a01563
You can also provide the bytecode for decompilation.
$ panoramix 6004600d60003960046000f30011223344
Examples
I have decompiled all of mainnet, and make sure to decompile again on the latest Panoramix version from time to time.
You can access decompilations using Oko: https://oko.palkeo.com/
Here is an example for cryptokitties: https://oko.palkeo.com/0x06012c8cf97BEaD5deAe237070F9587f8E7A266d/code/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for panoramix-decompiler-x-0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d99bff08ddab32857d08aab1fc7e0139b07662d7433a5462a6c2a87ed9ffb3dd |
|
MD5 | 0fc5b89c801fe7a760c0dc034251d49b |
|
BLAKE2b-256 | 605a56d90d1c171c4fdeebca253e3faf39cfaac2a140cbf4ca06074f81f31647 |
Hashes for panoramix_decompiler_x-0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56dd31caae8b0a0b858a9d264f616baa83b2a90ebc48b002bb2335a144656c34 |
|
MD5 | 5134976fc9725486cf3090eabe1a2025 |
|
BLAKE2b-256 | b1456ed88fa547783d10e7e4f6dfbaf8ed3023b83f2ad55d6e7e65613112c6e9 |