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

What is minimal requirements to decompile a binary file #5

Open
StarGazerM opened this issue Mar 13, 2023 · 1 comment
Open

What is minimal requirements to decompile a binary file #5

StarGazerM opened this issue Mar 13, 2023 · 1 comment

Comments

@StarGazerM
Copy link

Hi!

FoxDec seems a very cool and exciting decompiler, but when I tried run it with a random binary input for example /usr/bin/vim with following command

foxdec-exe -c ../config/config_verbose.dhall -d ./vim/ -n vim -i BINARY --GNASM

seems it throws a error says lack of vim.entry file? how can get this entry file? is that entry point address can be extracted by using tools like readelf?

@StarGazerM
Copy link
Author

seems I successfully run get entry by using script in repository. How can I extract the C code from the L0 IR?

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

1 participant