bootbloopers
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Chiptune Radio (chiptune-radio.alephvoid.com)
I built a chiptune song generator and its broadcasting algorithmically generated chiptune music.
- Show HN: Tool for Auditing Embedded Linux Hosts (github.com)
I just shipped a major new feature to my embedded linux auditing tool - the ability to audit the kernel on embedded hosts. The agent that runs on the embedded host sends kernel information to the companion APIs, which…
-
One of the things I struggled with a lot when doing web development was developing effective CSP directives, so I built a browser extension for Chrome and Firefox to assist in this task.
- Show HN: JavaScript Obfuscator (github.com)
- Show HN: U-Boot Fw_env.config Bruteforcer (github.com)
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…
- One Endpoint to Rule Them All: Securing GraphQL in Modern Network Management (airheads.hpe.com)
- HeadsIWin: Why SecureBoot and the Hardware Root of Trust Matter (airheads.hpe.com)
- A Python Script to End All Life and Take the Universe with It (starkeblog.com)
- Show HN: Raw Binary Program Analysis Tool (github.com)
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…
- Show HN: WebAssembly-Based Assembler (wasmasm.computer)
During reverse engineering and exploit development I often need to assemble arbitrary CPU instructions, so I built a client-side assembler using keystone engine and wasm.
- Show HN: x86 Instruction Fuzzer (github.com)
x86 instruction fuzzer utilizing qemu/kvm.