Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# UEFIReader
Tool to generate .inf payloads for use in various other UEFI projects out of an existing UEFI volume

## Building guide for Linux (Tested only Ubuntu 22.04 Docker)
Install .NET SDK
```
apt update
apt install dotnet-sdk-8.0
```

Building
```
cd UEFIReader/
dotnet build UEFIReader.sln
```

Where is binary?

Under "UEFIReader/bin/Debug/net8.0" of the project root.