Hacker News new | ask | show | jobs
An Introduction to Exploit Reliability (blog.isosceles.com)
6 points by benhawkes 1058 days ago
1 comments

This topic hits home.

For anyone writing exploits for windows, please! I beg if you, don't write PoC's that need visualstudio and it's libraries (e.g.;vc++). Use mingw where possible. Or just do python with pywin32.