c++ - How do you define a block of executable memory in windows? -


i know linux supports mmap system command being able define block of executable memory. how do same thing in windows? imagine there windows equivalent function same thing, maybe?

call createfilemapping or virtualprotect or virtualalloc passing 1 of page_execute_xxx protection flags. mmap function used file mappings , createfilemapping closest windows analogue.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -