-
Notifications
You must be signed in to change notification settings - Fork 81
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
How to use this tool compile solidity/evm bytecode into llvm ir? #178
Comments
And use |
Hi~May i ask you how did you build this project? on x86 or x64? use visual studio 2015 or 2017? how about your building system(Linux or Win)? |
in linux. EVMJIT is a submodule of testeth. You can build testeth with EVMJIT option on(open it in ../testeth/cmake/EthOptions.cmake) After build it successfully testeth is in the path: ../testeth/build/test |
Thx , it helped a lot. I have built the whole testeth, and it works when i type |
I'm not sure what you want to do with that, but some important information.
|
You can also ask questions in https://gitter.im/ethereum/evmjit. |
Hello, I wanted to convert my own etherum bytecode to llvm ir. Can you guide me about how to use this tool and the other tool - aleth mentioned in the above chat. |
Hi, sorry to bother.
I'm wonder is this the right way to use this tool?
I got some unexpected feedback
The Readme file is a little difficult for me to understand. I'll be really appreciated if anyone can help.
The text was updated successfully, but these errors were encountered: