All Projects → coderobe → Vbiosfinder

coderobe / Vbiosfinder

Licence: agpl-3.0
Extract embedded VBIOS from (almost) any BIOS Update

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Vbiosfinder

Pinpog
Ping-Pong-like game in Assembly that works without OS
Stars: ✭ 177 (+176.56%)
Mutual labels:  hacktoberfest, bios
GrubFM-Installer
GrubFM Installer
Stars: ✭ 27 (-57.81%)
Mutual labels:  uefi, bios
Macos Egpu Cuda Guide
Set up CUDA for machine learning (and gaming) on macOS using a NVIDIA eGPU
Stars: ✭ 187 (+192.19%)
Mutual labels:  hacktoberfest, gpu
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (+90.63%)
Mutual labels:  hacktoberfest, hardware
HUANANZHI-X99-F8
CX99DE25 BIOS for HUANANZHI X99-F8 GAMING Motherboard 07/25/2020
Stars: ✭ 43 (-32.81%)
Mutual labels:  uefi, bios
Awesome Vehicle Security
🚗 A curated list of resources for learning about vehicle security and car hacking.
Stars: ✭ 1,931 (+2917.19%)
Mutual labels:  hacktoberfest, hardware
samsung-bios-check
BIOS update checker for Samsung laptops running Linux
Stars: ✭ 25 (-60.94%)
Mutual labels:  hardware, bios
Rufus
The Reliable USB Formatting Utility
Stars: ✭ 16,917 (+26332.81%)
Mutual labels:  uefi, bios
UEFI MULTI
UEFI_MULTI - Make Multi-Boot USB-Drive
Stars: ✭ 33 (-48.44%)
Mutual labels:  uefi, bios
Arch
These are easy, in-depth instructions on how to install Arch Linux.
Stars: ✭ 16 (-75%)
Mutual labels:  uefi, bios
Futhark
💥💻💥 A data-parallel functional programming language
Stars: ✭ 1,641 (+2464.06%)
Mutual labels:  hacktoberfest, gpu
Detect Gpu
Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
Stars: ✭ 460 (+618.75%)
Mutual labels:  gpu, hardware
Nyuziprocessor
GPGPU microprocessor architecture
Stars: ✭ 1,351 (+2010.94%)
Mutual labels:  gpu, hardware
Pai
Resource scheduling and cluster management for AI
Stars: ✭ 2,223 (+3373.44%)
Mutual labels:  hacktoberfest, gpu
Pawn
Extract BIOS firmware from Intel-based workstations and laptops
Stars: ✭ 214 (+234.38%)
Mutual labels:  uefi, bios
MultiOS-USB
Boot operating systems directly from ISO files
Stars: ✭ 106 (+65.63%)
Mutual labels:  uefi, bios
biefircate
Running x86-16 or x86-32 code from x86-64 UEFI; _very experimental_ • mirror of https://gitlab.com/tkchia/biefircate • developer notes at https://gitlab.com/tkchia/biefircate/-/blob/main/doc/NOTES.asciidoc
Stars: ✭ 47 (-26.56%)
Mutual labels:  uefi, bios
Hwloc
Hardware locality (hwloc)
Stars: ✭ 289 (+351.56%)
Mutual labels:  hacktoberfest, hardware
Linuxboot
The LinuxBoot project is working to enable Linux to replace your firmware on all platforms.
Stars: ✭ 554 (+765.63%)
Mutual labels:  uefi, bios
Joga no google
Um repositório para reunir dicas de como buscar problemas no google de maneira mais eficiente
Stars: ✭ 64 (+0%)
Mutual labels:  hacktoberfest

VBiosFinder (linux)

This tool attempts to extract a VBIOS from a bios update
Laptops with NVIDIA Optimus graphics often have the dGPU VBIOS integrated in their system BIOS, this makes extracting the VBIOS a complicated process. Provided you have a BIOS Update for your laptop, this tool might be able to automagically extract all available VBIOS from it.

Dependencies

  • Ruby
  • bundler (a ruby gem)
  • UEFIExtract (note: UEFIExtract can be found in the branch new_engine)
  • rom-parser
  • p7zip (optional)
  • innoextract (optional)
  • upx (optional)

Note

Some dependencies might not offer a package for your linux distribution (like UEFIDump and rom-parser). The binaries can be placed in ./3rdparty to avoid having to install them.

Usage

  • Run bundle install --path=vendor/bundle to install the required ruby modules (once)
  • Run ./vbiosfinder extract /path/to/bios_update.exe to attempt an extraction
  • A temporary working dir is created at ./tmp-vbiosfinder which can be removed inbetween runs
  • Extracted VBIOS roms will be placed in ./output

Compatibility (non-exhaustive)

Troubleshooting

Q: There are no files in ./output after running the tool!
A: It's very possible that VBiosFinder can't extract your type of BIOS update right now. Feel free to open an issue with a link to your bios update and the program output you get!

TODO

  • Add option to extract the bios of the running system (can we?)
  • Clean up temporary working dir after finishing up done
  • Test with more BIOS updates

Licensing

This project, initially authored by Robin Broda, is licensed under the GNU Affero General Public License v3
A copy of the license is available in LICENSE.txt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].