Hacker News new | ask | show | jobs
by mnembrini 3147 days ago
A nice trick for debugging code generated at runtime is temporarily adding a CC instruction at the beginning of your assembly function, so you don't have to care where in memory your snippet is going to end up