Log in

View Full Version : vmprotect


w_a_r_1
April 11th, 2010, 04:27
I am trying to make a loder for vmprotect application, but as you know the sections are crypted first and then they get decrypt on runtime. So is there any loader generator which can help me in the case so that it should patch the bytes when the code get decrypt. dup is not having that option. it is simple but i am searching for something good.

evaluator
May 3rd, 2010, 03:57
well, you can do it yourself in following easy way:
repeat - ReadProcessMemory(some-dword) - until some-dword decrypted