Log in

View Full Version : x86 Code Virtualizer Src


Fh_prg
August 13th, 2013, 01:54
Hello every body
Here is my code virtualizer source code , now public
download and enjoy

NeOXOeN
August 13th, 2013, 04:09
thx for course usefull...

_Bye NEO

niaren
January 10th, 2014, 09:44
Thanks for this very interesting piece of code!

In order for the project to build line 48
ON_BN_CLICKED(IDC_BUTTON1, &CVMProjectDlg::OnBnClickedButton1)
in the file VM ProjectDlg.cpp must be removed.

In order for the VM'ed exe to work two additional nops must be inserted into the stream of nops inside the function/handler VMH_X86 in the file VMHandlerProcessor.cpp.