SDK Library
Added 2023-12-01 00:55:48 +0000 UTCThis project is SDK code and samples that vxlang determines :)
VxLang locates and compiles VxVirtualizationBegin/VxVirtualizationEnd and VxObfuscationBegin/VxObfuscationEnd, VxCodeFlatteningBegin/VxCodeFlatteningEnd, VxCodeFlatteningType2Begin, VxCodeFlatteningType2End where they are called by reference, as shown in the following figure.

This is an actual DLL function call, but the DLL is not actually used, we just need the location of the function call. Therefore, VxLang can be used in other languages as well, as long as it is referenced as shown above, rather than as a PLT/GOT reference in ELF.
Thanks :) !