coderobe / VBiosFinder

Extract embedded VBIOS from (almost) any BIOS Update
GNU Affero General Public License v3.0
128 stars 21 forks source link

Duplicate files should not overwrite existing files #30

Closed coderobe closed 3 years ago

coderobe commented 3 years ago

When saving files, append _{NUM} to the filename before the file extension where NUM is the number of the duplicate

e.g.: vbios_dead:beef.bin should become vbios_dead:beef_2.bin when the former already exists in the path, and 3 when the latter exists, and so on

Relevant issues: https://github.com/coderobe/VBiosFinder/issues/27 https://github.com/coderobe/VBiosFinder/issues/22 https://github.com/coderobe/VBiosFinder/issues/20

Pey-crypto commented 3 years ago

I have worked on it and posted a pull request..could you check it up

coderobe commented 3 years ago

thanks! i will take a look once i get the time

coderobe commented 3 years ago

fixed by https://github.com/coderobe/VBiosFinder/pull/31