-
Notifications
You must be signed in to change notification settings - Fork 953
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
--cleanup removes the input file when used together with --mode raw #309
Comments
Hi. Thank you for the report! You are totally right. Steps to reproduce with the current
|
cool, thx ! BTW. when you're at it you could remove *.frontend.dsm since it's created during the decompilation and not removed. |
… with --mode raw (#309). This is done by removing the OUT_RAW_EXECUTABLE variable from retdec-decompiler.sh, which is only set to $IN at the beginning of a decompilation and serves no real purpose. It was probably a relict from the past when we supported "raw" decompilations from C source code.
The BTW, the reason why the name of that file ( |
…-input-file Do not remove the input file when --cleanup is used together with --mode raw (#309)
Hi, decompile.sh help states that
I use it with
--mode raw
,--select-ranges
however it also removes input file which is a bit annoying if I want to select different range I need to copy the input file again. Solution is not to use--clean
option but it is nice to remove the temporary files automatically.The text was updated successfully, but these errors were encountered: