Welcome to Binary Beats this project turns menacing malware binaries into melodious music.
At the heart of this project lies the core idea: what if we used the unique patterns of binaries as music? That's what we're doing here. We take a malware binary, read its bytes, and map them to musical notes.
- Read the Binary: We start by reading the bytes of a malware file.
- Map to Musical Notes: Each byte gets mapped to a musical note. We've got a range from C0 to B8.
- Compose the Tune: These notes are then played in sequence, creating a unique piece of music based on the binary's structure.
- Play It Loud (or Soft): Finally, our script plays these notes, turning data into tunes!