How to Add VxLang to MSVC Build Events
Added 2023-11-03 00:19:13 +0000 UTC1. Installing vxlang

Navigate to %Solution%\vxlang, as shown below.

Install the vxlang key(vxlang.vxm) I shared with you.
2. Check your build environment
The test solution has only a release configuration, and we added vxlang to the post-build event as follows.



The build has packers disabled(--disable-packer) for obfuscation and virtualization testing.
3. Build

If you run a normal build, it may not reflect VxLang depending on your code. Therefore, we use Re-Build to perform the build.

When compilation is complete due to a post-build event, it will be packed into VxLang.

The result outputs the obfuscation address and virtualization address, and the output path.