-
Notifications
You must be signed in to change notification settings - Fork 92
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
new tool: RetDec is a retargetable machine-code decompiler based on LLVM #258
Comments
By reading its build instruction, I suspect the tool is not ready to be part of a distro: |
I can confirm that it does not support system install. There is a huge list of tools needs to be forked and build locally, see https://github.com/avast-tl/retdec/tree/master/deps and the list goes on recurcevly. For example, https://github.com/avast-tl/capstone2llvmir/tree/master/deps has its own recurcive list of deps. Please open a bug then the tool is ready for production. |
this bug must be fixed in the latest 3.1 version, see avast/retdec#94. |
ok, I came up with the first working version. Note: it will fail to install in a sandbox env due to internal file downloads. I may patch it later, but the upstream bug avast/retdec#356 need to be resolved as long term solution |
https://github.com/avast-tl/retdec
The text was updated successfully, but these errors were encountered: