Stories by bootbloopers
I built a tool for analyzing raw binary programs (programs without an ELF, PE, Mach-O header) to determine the file offset that the program begins at and the load address the program is mapped into memory at. The tool can also do find the instruction set architecture for common platforms. I put a lo...
I created a tool today for embedded device security assessments. Basically what it does it searches the linux `mtd` partitions to find the U-Boot environment variable location and then gives the correct format for the `fw_env.config` file that the U-Boot utilities `fw_setenv` and `fw_printenv` use....