clearbluejar / ghidrecomp

Python Command-Line Ghidra Decompiler
GNU General Public License v3.0
93 stars 9 forks source link

Name conflicts overwrite project files #19

Closed clearbluejar closed 9 months ago

clearbluejar commented 9 months ago

If binary names match project files will be overwritten.

ghidrecomp bin1
cd /other_path
ghidrecomp bin1

conflict!