Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovanton committed Sep 26, 2024
1 parent 7cb3ae4 commit 8f11228
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 23 deletions.
24 changes: 1 addition & 23 deletions README.md
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.
23 changes: 23 additions & 0 deletions UEFI/README.md
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.

0 comments on commit 8f11228

Please sign in to comment.