coderobe / VBiosFinder

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

Fix some issues in check_cpy #33

Closed kronthto closed 3 years ago

kronthto commented 3 years ago

Fixes #32

I am no Ruby expert, I can only assume it may be some newer Ruby version where hash is a reserved keyword and global vars need to be passed through scopes with this other method declaration. Also, it appears in my case there were some subdirs because there was an error trying to "read" a directory into the md5, so I added a check.

coderobe commented 3 years ago

Ah, neat - thanks for the fixes!