Hacker News new | ask | show | jobs
by Eugr 1977 days ago
Looks like there a typo in the exploit() function?

They have this variable declaration in the beginning: static const short port_base = 0x434;

However they use "port" variable when making calls: __outbyte(port+3, 0);