Hacking Transcend WiFi SD Cards
haxit.blogspot.com
Hacking Transcend WiFi SD Cards
1–10 of 58 posts
Re: Hacking Transcend WiFi SD Cards
#2This is especially scary as some of these teams work on internet-facing pieces of hardware - home routers/gateways, etc. One cool weekend project to have is trying to get hold of an image of the firmware of your home router, run binwalk on it, try to extract the filesystem, and count the number of remote exploits you can spot in the CGI perl scripts (like they are, in 99% of the cases) found there. Yet another reason to run OpenWRT ;).
Re: Hacking Transcend WiFi SD Cards
#3These memory cards are super fun and I've been meaning to pick another up to give it another go.
Re: Hacking Transcend WiFi SD Cards
#4Re: Hacking Transcend WiFi SD Cards
#5This is awesome. A few years back I originally wrote an open source EyeFi server in Python ( http://returnbooleantrue.blogspot.com/2009/04/eye-fi-standal... ). I could not actually hack into the card though and get root which is what I really wnated. These memory cards are super fun and I've been meaning to pick another up to give it another go.
Thank you for your great piece of software.
Re: Hacking Transcend WiFi SD Cards
#6My experience with embedded systems allows me to be fairly certain that this bugfest is due to an electronics engineer writing the software for the card. Way too often small R&D teams, especially working on new products, have EE people being assigned to part-time-embedded-programmer roles. This is especially scary as some of these teams work on internet-facing pieces of hardware - home routers/gateways, etc. One cool…
I think it's a mental thing: most people writing code never think "how could this go wrong", since they assume that they don't make mistakes. If you don't have a healthy fear of the code you write, you're not going to test the corner cases or not write complex features.
Ultimately, I'm not complaining, because buggy software is great in the context of devices that try to prevent you from doing something with your own property. I especially encourage people to write their system-level software in C and use lots of strcpy calls. It ensures that I can root my phone even though the carrier doesn't want me to.
Re: Hacking Transcend WiFi SD Cards
#7Re: Hacking Transcend WiFi SD Cards
#8Re: Hacking Transcend WiFi SD Cards
#9Re: Hacking Transcend WiFi SD Cards
#10My experience with embedded systems allows me to be fairly certain that this bugfest is due to an electronics engineer writing the software for the card. Way too often small R&D teams, especially working on new products, have EE people being assigned to part-time-embedded-programmer roles. This is especially scary as some of these teams work on internet-facing pieces of hardware - home routers/gateways, etc. One cool…
Homework question: What's running on your blu-ray player?