nemerle / dcc

This is a heavily updated version of the old DOS executable decompiler DCC
GNU General Public License v2.0
146 stars 27 forks source link

Bad path for output name if subject has no path #1

Closed rfalke closed 9 years ago

rfalke commented 9 years ago

If

./dcc_original subject.exe 

is run it will write a file "/subject.b" which is a rather bad location. On the other side:

./dcc_original ./subject.exe 

does the expected thing.