(no title)
akdas | 2 years ago
To explain the format to myself and others, I also created an interactive visualization for the bytes in the file. It helps me to click on a byte, see an explanation for it and see related bytes elsewhere in the file highlighted. https://scratchpad.avikdas.com/elf-explanation/elf-explanati...
cqqxo4zV46cp|2 years ago
raarts|2 years ago
akdas|2 years ago
If you're interested in collaborating for your classes, reach out to avik at avikdas dot com
bruce343434|2 years ago
akdas|2 years ago
Lately, I've been using Svelte for interactive visualizations (see my post on using a tool called Astro with Svelte: https://avikdas.com/2023/12/30/interactive-demos-using-astro... ). But this one is all hand-written JS!
sunk1st|2 years ago
Also if you click two bytes that are in the same caption group one after another then it bugs out.
ddingus|2 years ago