Hacker News new | ask | show | jobs
by tomyws 3444 days ago
If the author is reading, I found the disassembler source[1] interesting - MSVC hangs when you compile it for Release!

[1] https://github.com/rmitton/goaldis

1 comments

Yeah I noticed that :)

I believe it might be the giant if-then chain I use for disassembling opcodes.