bootbloopers

↗ HN profile [ 141 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Show HN: Glitch Radio (glitch-radio.alephvoid.com)

    A glitch music radio station I created

  2. Show HN: Chiptune Radio (chiptune-radio.alephvoid.com)

    I built a chiptune song generator and its broadcasting algorithmically generated chiptune music.

  3. 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…

  4. 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.

  5. 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…

  6. 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…

  7. 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.

  8. x86 instruction fuzzer utilizing qemu/kvm.