VBiosFinder
VBiosFinder copied to clipboard
Extract embedded VBIOS from (almost) any BIOS Update
This tool helped me allot on my P53. Successfully extracted vBIOS with it. You can add it to the list. Thanks allot for this great tool!
downloaded BIOS update from [here](https://dl.dell.com/FOLDER05270388M/1/Latitude_E5x70_Precision_3510_1.19.3.exe) ``` > ./vbiosfinder extract Latitude_E5x70_Precision_3510_1.19.3.exe output will be stored in '/home/jamie/git/VBiosFinder/tmp-vbiosfinder' checking for ruby... yes checking for innoextract... no Install 'innoextract' on your system (required...
Thanks for your software, i'm trying on P50 without success yet. Everything looks good except this error at the end. **/opt/VBiosFinder-master/src/methods.rb:99:in `read': Is a directory @ io_fread - n1euj45w.exe.dump (Errno::EISDIR)**...
Thanks for this tool! Using this on the Asus BIOS image is a bit tricky since you have to pull a few punches to get the actual Efi image first:...
Hello. Trying to extract vbio for gpu passthrough (Error 43). Arch based system My laptop https://support.hp.com/my-en/drivers/selfservice/hp-pavilion-power-15-cb000-laptop-pc/15551388/model/17104409 Bios: https://ftp.hp.com/pub/softpaq/sp96501-97000/sp96680.exe Dependencies installed. VBiosFinder ├── 3rdparty │ ├── rom-parser │ └── UEFIExtract ├──...
Hi, I tried to extract the VBIOS from an Thinkpad P51. I get the following output: ``` output will be stored in '/home/work/rom/VBiosFinder/tmp-vbiosfinder' checking for ruby... yes checking for innoextract......
If I don't have innoextract I get the /var/lib/gems/2.3.0/gems/cocaine-0.5.8/lib/cocaine/command_line.rb:82:in `run': Cocaine::CommandNotFoundError (Cocaine::CommandNotFoundError) which others have reported before. So apparently it is not optional as indicated in the instructions. Or if...
The program stuck on extract files. ```sudo ./vbiosfinder extract /home/xiaojiuwo/VBiosFinder/BIOS-4KCN45WW.exe output will be stored in '/home/xiaojiuwo/VBiosFinder/tmp-vbiosfinder' checking for ruby... yes checking for innoextract... yes checking for upx... yes checking for...
Looks like the application enumerates the arguments not the right way given that it's unable to handle paths with spaces even when escaped properly ``` [nix-shell:~/VBiosFinder]$ ./vbiosfinder extract ~/Downloads/5500\ 5560_LK_20231213/FP655U509_LK_20231213/FP655U509.bin...
The goal is to make the code easy for others to understand without the need to search for dependencies. Although the repository is older, it can still be valuable for...