jnider / delinker

Unlinks a binary executable to get back a set of .o object files for further transformation and re-linking.
158 stars 13 forks source link

Misleading error message with missing file #9

Open jnider opened 4 years ago

jnider commented 4 years ago

If you try to run the delinker tool on a file that doesn't exist, it fails with "Unhandled input file format". The failure is correct, but the message is not.