Live data from Hacker News

Viewing profile — bootbloopers

bootbloopers

HN member
Joined
Sun, Mar 24, 2024, 12:38 AM UTC
HN karma
31
Public activity
16 items

About bootbloopers

No profile information was provided.

Recent public activity

  1. story
    Show HN: Glitch Radio

    A glitch music radio station I created

  2. story
    Show HN: Chiptune Radio

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

  3. story
    Show HN: Tool for Auditing Embedded Linux Hosts

    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 inf…

  4. story
    Show HN: A Browser Extension for Testing Content Security Policy

    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…

  5. story
  6. story
    Show HN: U-Boot Fw_env.config Bruteforcer

    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 …

  7. story
  8. story
  9. story
  10. story
    Show HN: Raw Binary Program Analysis Tool

    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 progr…

  11. comment
    Comment #40950412

    This seems like something that would be fairly easy to show proof for using ghidra/binary ninja/ida pro. I wonder why they didn’t provide any disassembly/decompiler output, or othe…

  12. story
    Show HN: WebAssembly-Based Assembler

    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.

  13. comment
    Comment #40724523

    Addac systems has had a similar product for a while: https://www.addacsystem.com/en/products/modules/addac200-ser...

  14. story
    Show HN: x86 Instruction Fuzzer

    x86 instruction fuzzer utilizing qemu/kvm.

  15. comment
    Comment #39804143

    A small MBR-based fuzzer for testing BIOS Services and System Motherboards. Tests Port IO and BIOS Services (int 0x13).

  16. story