XaiJu
vxlang
vxlang

patreon


Writing samples for the VxLang full-version guide :)

I'm going to share a simple anti-tamper development and code to demonstrate exactly how to use the Full-Version of VxLang.

This will allow you to customize VxLang and develop your own special packer/protector/anti-tamper. I'll also share what you should pay attention to when writing the code, so you can see where you can improve.

Here's the table of contents and goals:

---

1. Developing the loading screen module

: Develop and add a module that outputs your own loading screen. If you include various modules, the loading may be long.

2. How to use the VxLang runtime API

: VxLang outputs various information using the API, which is only supported by the full version. - The API may change throughout this course. 

3. Changing Entry Points and Modulating Runtime Code

: Share your own dynamic code patching methods other than VxLang's static obfuscation (code obfuscation/flattening or virtualization).

4. Develop a simple scanner via Windows search.

5. output detection messages and exit


The above is subject to change during writing.

---

Thank you :)


More Creators