Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Code segments are not writeble by default on Windows, like on any modern OS, but you can make any memory segment in your own process writable using VirtualProtect. That is not unique to Windows as well, on Linux you could achieve the same with mprotect.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: