-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cb3ae4
commit 8f11228
Showing
17 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1 @@ | ||
# BINARLY Research Tools and PoCs | ||
|
||
Build Rust tools: | ||
|
||
``` | ||
cd {tool} | ||
cargo build --release --target aarch64-unknown-uefi | ||
``` | ||
|
||
Build `DumpMem`: | ||
|
||
``` | ||
cp -r DumpMem {edk2}/ShellPkg/Application/ | ||
# add ShellPkg/Application/DumpMem/DumpMem.inf to ShellPkg.dsc under [Componenents] | ||
. ./edksetup.sh | ||
build -p ShellPkg/ShellPkg.dsc -b DEBUG -a AARCH64 -t GCC5 | ||
``` | ||
|
||
Dump UEFI firmware on Windows Dev Kit: | ||
|
||
``` | ||
DumpMem.efi 0x9f000000 0x5d0000 uefi.bin | ||
``` | ||
# BINARLY Research Tools and PoCs |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# BINARLY Research Tools and PoCs (UEFI) | ||
|
||
Build Rust tools: | ||
|
||
``` | ||
cd {tool} | ||
cargo build --release --target aarch64-unknown-uefi | ||
``` | ||
|
||
Build `DumpMem`: | ||
|
||
``` | ||
cp -r DumpMem {edk2}/ShellPkg/Application/ | ||
# add ShellPkg/Application/DumpMem/DumpMem.inf to ShellPkg.dsc under [Componenents] | ||
. ./edksetup.sh | ||
build -p ShellPkg/ShellPkg.dsc -b DEBUG -a AARCH64 -t GCC5 | ||
``` | ||
|
||
Dump UEFI firmware on Windows Dev Kit: | ||
|
||
``` | ||
DumpMem.efi 0x9f000000 0x5d0000 uefi.bin | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.