Page 1 of 1
Memory Protection Issue
Posted: Tue Aug 14, 2018 6:00 am
by bigguy
Hello, I've excluded a segment from memory protection and when I edit (not in runtime, statically) any variables in my segment it gives an error??? The segment has the write privilege...
Re: Memory Protection Issue
Posted: Sun Aug 19, 2018 3:08 pm
by Admin
VMProtect doesn't protect WRITABLE segments.
Re: Memory Protection Issue
Posted: Mon Aug 20, 2018 7:11 pm
by bigguy
I understand but your check only works in runtime not statically. If I we're to open up my binary (with memory protection) and modify a writable memory region statically (patching) then the checksum will get triggered...
Re: Memory Protection Issue
Posted: Tue Aug 21, 2018 1:50 am
by Admin
VMProtect also checks a file on HDD, so a protected application shows "File corrupted ...".