Guest fl3a Posted November 6, 2006 Posted November 6, 2006 I?d like create global inline hook for everyone new processes. Theoretically using VirtualProtect I can change page attributes from read to write. But always when I try change it for CreateProcess EP from read to write I get ?copy on write?. My question is: Is it possible change this attributes to write only? I know that by masking cr0 I can change this attributes but I?d like do this in UM if it is possible of course;) And I don?t like patch files on disk (kernel32.dll).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now