Comment on Why do Windows functions all begin with a pointless MOV EDI, EDI instruction?parentComments−srdev14yI'm a little fuzzy on whether they had to deal with paging or not. At the very least they'd have to mark the pages as dirty, but I think that happens when you mark it as write-able.
Comments
I'm a little fuzzy on whether they had to deal with paging or not. At the very least they'd have to mark the pages as dirty, but I think that happens when you mark it as write-able.