You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 commandseems 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 likereadelf
?The text was updated successfully, but these errors were encountered: