DoujinStars
vxlang

vxlang

patreon


vxlang posts

VxLang.1.2.1.0 Demo-Version

Demo

View Post

VxLang.1.2.1.1 Full-Version

  • [Obfuscator] Add obfuscation pattern

---

  • [Packer] Fixed .NET-related bugs.
  • [Packer] Packer add-on modules are no longer supported.
  • [Obfuscator] Default code obfuscation has been add...

    View Post

.NET Operation Problems

I checked the problem with the .NET protect process, it will be fixed soon. 

Thank you :) !

View Post

VxLang.1.2.0.1 Full-Version

  • [Obfuscator] Change the shape of the graph.
  • [Obfuscator] Code optimization update of code flattening has been carried out.
  • [Obfuscator] Some bugs have been fixed for code flattening.

---

This update fixes...

View Post

Sharing Task List

  • .NET testing
  • Map file-based obfuscation
  • Add VM(VMWare/VirtualBox/Etc.) Detection Code
  • PDB file-based obfuscation
  • Add new obfuscation type
  • Fixing reported bugs
  • Add Virtual-Machine Encryption

---

I'm going to work on the ...

View Post

VxLang.1.1.9.0 Full-Version

  • [Virtualizer] The virtual machine has been updated.
  • [Virtualizer] Some virtual machine commands have been modified.
  • [Virtualizer] The byte code compilation method has been changed.

---

Previously, the rea...

View Post

VxLang.1.1.8.1 Full-Version

  • [VxLang] Fixed bugs where license-related messages are not output.
  • [VxLang] Renew license expiration date.

---

  • [Virtualizer] Fixed to be encrypted via a random key at byte code compilation time.
  • View Post

VxLang.1.1.7.0 Demo-Version

  • Demo Version


View Post

VxLang.1.1.7.0 Full-Version

  • [Virtualizer] The virtual machine has been updated, and code and register references have been optimized.
  • [Virtualizer] Obfuscation has been updated.
  • [Packer] Detection has been integrated; existing features have been inte...

    View Post

VxLang.1.1.6.0 Full-Version

  • [Packer] Once the event handle is registered in the export-function, it has been fixed to receive and process detection events at run-time.
  • [Github] Added test code.

---

1. 2024-01-31 11:14:35 +0000 UTC View Post

VxLang.1.1.5.0 Full-Version

  • [Packer] The vxlang notation has been removed in the message box output (The process name is displayed).
  • [Packer] The add-on interface has been changed.
  • [Github] A custom method has been added to the test code.
View Post

VxLang.1.1.4.1 Full-Version

  • [Packer] Fixde bugs that anti-tampers check for removed items
  • [Packer] Fixed bugs that crash during shell code generation.


View Post

Bug-Report

There was a bug report that I haven't fixed yet. I'll be working on it sometime this week.

I sincerely apologize for any disruption to your work..

View Post

VxLang.1.1.3.0 Full-Version

  • [Virtualizer] Fixed a bug where certain registers were misinterpreted.

---

  • If there are consecutive obfuscation/virtualization sections, the code at the bottom will be broken and interpretation will fail. Therefore, please place the original code bet...

    View Post

VxLang.1.1.2.1 Full-Version

  • [Packer] Some features have been fixed to be controlled by options.

---

  • [Virtualizer] Fixed bugs that conflict with obfuscation blocks during reference call virtualization.
  • [ALL] The virtual machine section ...

    View Post

VxLang.1.1.1.0 Full-Version

  • [Packer] Added protection for Packer shell code.
  • [Packer] Fixed a bug with packing using commands

---

  • I sincerely apologize for the slow update due to my personal schedule. (I will be able to do the backlog as soon as possib...

    View Post

VxLang.1.1.0.0 Full-Version

[Virtualizer] Added test encryption to the virtual machine's bytecode. 

[Obfuscator] Added additional obfuscation to code flattening.

---

Now I'm going to apply different encryption to all handlers through the update. Also, each virtual mac...

View Post

VxLang.1.0.9.1 Full-Version

[Obfuscator] Fixed a bug where code flattening options for entry points were not applied in JSON projects.

[ALL] In normal mode, the Mutate core has been added, but is not yet used.

---

2024-01-06 04:49:25 +0000 UTC View Post

VxLang.1.0.9.0 Full-Version

[ALL] Support for project settings via JSON files.

[ALL] Modified to allow you to edit messages about the default detection feature.

[ALL] Fixed Small bug.

---

Document: 2024-01-01 09:24:58 +0000 UTC View Post

JSON Project Settings

*** This post is available from version 1.0.9 and later.

---

---

  • Input: Enter the path to the destination program.
  • Outp...

    View Post

VxLang.1.0.8.0 Full-Version

[Virtualizer] Speeding up virtualization compilers.

[Obfuscator] Fixed so that all nodes in code flattening do not contain dead store code.

[ALL] Fixed an issue that caused file sizes to grow too large.

[ALL] Us...

View Post

VxLang.1.0.7.0 Full-Version

[Obfuscator] Internal assemblers have been changed from asmjit-based to self-developed cores.

[Obfuscator] Improved dummy code generation.

[Obfuscator] Improved node difficulty.

[Obfuscator] Compilation speed of...

View Post

VxLang.1.0.6.2 Demo-Version

1.0.6.2 Demo

View Post

VxLang.1.0.6.2 Full-Version

+ [Virtualizer] Patch for speed of code virtualization behavior

+ [Packer] Remove unnecessary obfuscation in packer shell code

+ [Packer] Fixed bug that prevented packer AXION mode from working

---

+ [Packer] View Post

VxLang.1.0.5.0 Full-Version

+ [Obfuscator&Virtualizer] Fixed to put random dummy bytes into memory where the SDK or signature pattern is entered.

+ [Obfusctor&Virtualizer] Add signature options: --opt-signautre

- If you want to use signa...

View Post

VxLang.1.0.4.0 Full-Version

+ [Obfuscator&Virtualizer] Added code-flattening and code-virtualization features based on binary patterns.

- sdklib/test/vxlib_signature.h at main · vxlang/sdklib ...

View Post

VxLang.1.0.3.1 Full-Version

+ [Obfuscator&Virtualizer] Fixed bug with code entry point calculation failure

+ [Virtualizer] Fixed a bug that prevented NOP handling when the selected block was virtualized.

+ [Packer] Decrease the shellcode obfuscation level by...

View Post

VxLang.1.0.3.0 Full-Version

+ [Obfuscator] Changed the code flattening difficulty via the SDK.

- SAMPLE: sdklib/test/test.cpp at main · vxlang/sdklib (github.com)

+ [Packer] Fixed s...

View Post

December Task List

1. The difficulty of code flattening has increased significantly, and the remaining task is to disassemble the actual commands and replace them with commands that do the same thing.

2. In November, I focused on code flattening, and I think I made some good progress. In December, I want to i...

View Post

SDK Library

vxlang/sdklib (github.com)

This project is SDK code and samples that vxlang determines :)

VxLang locates and compiles VxVirtualizationBegin/VxVirtualizationEnd and VxObfuscationBegin/VxOb...

View Post