Coder Social home page Coder Social logo

Video bios extraction about uefitool HOT 6 CLOSED

longsoft avatar longsoft commented on July 17, 2024
Video bios extraction

from uefitool.

Comments (6)

cyrozap avatar cyrozap commented on July 17, 2024 1

Wow, I completely forgot UEFIExtract existed... In that case, I agree, we can just use tools like grep to find what we need. As a simple test, running grep -r --include="body.bin" -l "VGA Compatible BIOS" "3 BIOS region" | grep "0 Raw section" successfully found the VGA BIOS for my laptop.

from uefitool.

NikolajSchlej avatar NikolajSchlej commented on July 17, 2024

Hi,

it can be done for sure, but will require a bit of CSMCORE parsing, that I can't legally implement from scratch because of my NDA with AMI.
The easiest solution right now is to use UEFIExtract to extract all image contents into a folder, and then any tool suitable for searching in multiple binary files (bgrep, for example) to search for a file containing VBIOS.
I will thin about it anyway, perhaps I could implement it without any NDA breaks after all.

from uefitool.

NikolajSchlej avatar NikolajSchlej commented on July 17, 2024

Created #27 with this proposal as initial one.

from uefitool.

cyrozap avatar cyrozap commented on July 17, 2024

There are some simple methods here which I wouldn't think would violate any NDA's.

from uefitool.

NikolajSchlej avatar NikolajSchlej commented on July 17, 2024

I don't think this special feature belongs to UEFITool or UEFIExtract, more like to a script that parses UEFIExtract output (.dump directory) to find any files the user want.
Will try to convince someone to write it. :)

from uefitool.

NikolajSchlej avatar NikolajSchlej commented on July 17, 2024

Good, I'll close this issue, because the problem is solved and I won't dig into this further.

from uefitool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.