From 89fc0d0497cfe4e690810abf26f3f5e0edff621d Mon Sep 17 00:00:00 2001 From: Mr-IoT Date: Sun, 21 Jan 2024 16:35:42 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee9b2d5..cb94f32 100644 --- a/README.md +++ b/README.md @@ -679,6 +679,8 @@ Explore the world of EMMC hacking with these curated resources. Whether you're n #### UART + - [Intro to Embedded RE: UART Discovery and Firmware Extraction via UBoot](https://voidstarsec.com/blog/uart-uboot-and-usb) + - [Router Analysis Part 1: UART Discovery and SPI Flash Extraction](https://wrongbaud.github.io/posts/router-teardown/) - [Identifying UART interface](https://www.mikroe.com/blog/uart-serial-communication) - [onewire-over-uart](https://github.com/dword1511/onewire-over-uart) - [Accessing sensor via UART](http://home.wlu.edu/~levys/courses/csci250s2017/SensorsSignalsSerialSockets.pdf)