bootbloopers

↗ HN profile [ 51.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Show HN: Chiptune Radio (chiptune-radio.alephvoid.com)

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

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

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

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

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

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

  7. x86 instruction fuzzer utilizing qemu/kvm.