Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalpasham committed Mar 10, 2022
1 parent 1cfd5f3 commit 7e4a9f9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ Open-source bootloaders have a large trusted computing base i.e. they (pretty mu
- support for every possible filesystem you can think of.  
- and more stuff.

> **Note:** This includes [`U-boot`][uboot], the de-facto standard in the embedded-systems world. Here's a mental map of Uboot's potential attack surface.
>
> [![mental_map_uboot_attack_surface](https://github.com/imrank03/rustBoot-book-diagrams/blob/main/Mental_map.svg?raw=true "mental_map_uboot_attack_surface")](https://github.com/imrank03/rustBoot-book-diagrams/blob/main/Mental_map.svg?raw=true)
>
> - *[`DepthCharge`][depthcharge] is a U-Boot hacking toolkit for security researchers and tinkerers.*
> **Note:** This includes [`U-boot`][uboot], the de-facto standard in the embedded-systems world. [`DepthCharge`][depthcharge] is an example of a U-Boot hacking toolkit for security researchers and tinkerers, designed to exploit U-boot's large attack surface.
![mental_map_uboot_attack_surface](https://raw.githubusercontent.com/imrank03/rustBoot-book-diagrams/main/Mental_map.svg?raw=true)

[uboot]: https://github.com/u-boot/u-boot
[depthcharge]: https://github.com/nccgroup/depthcharge

[uboot]: https://github.com/u-boot/u-boot
[depthcharge]: https://github.com/nccgroup/depthcharge
Expand Down

0 comments on commit 7e4a9f9

Please sign in to comment.