Hacker News new | ask | show | jobs
by unix-dude 5021 days ago
Definitely interesting! Lots of us unix people would just run objdump -d for a quick ASM extraction, but this is probably much friendlier to the user just starting to learn C/ASM.

Overall, Good Job!