Halp.
Anyone know how to force an exception in a specific range of bytes in memory without modifying any of the bytes. Using VirtualProtect and setting the page to no access won't work cause' it's going to change the whole pages rights, not just the bytes I want.. \:
Anyone?
Change what is accessing it, to make it try and access 0x00000?
~lilneo