Hacker News new | ask | show | jobs
by kpcyrd 99 days ago
Many of the anti-debugging techniques for desktop binaries do not work on WebAssembly: it can't jump to an address, it can't read the instruction pointer, it can't read/access it's own machine code, ...