VxLang.1.2.1.0 Demo-Version
Demo
2024-02-24 10:04:07 +0000 UTC View Post
---
--- 2024-02-24 09:59:56 +0000 UTC View Post
I checked the problem with the .NET protect process, it will be fixed soon.
Thank you :) !
2024-02-21 11:49:57 +0000 UTC View Post---
This update fixes a problem with VxLang-Linker connecting flattened code to original files. There are still parts that need to be optimized, and we will work on it through an update :)
---
I'm going to work on the insufficient features shared by users. However, the work may be a little slow because everyone works alone. Please understand.
Thank you always :) !
2024-02-12 04:40:54 +0000 UTC View Post---
Previously, the reason why the image base is exposed in byte code is because the image base is added in the process of writing the IL.
2024-02-09 11:23:27 +0000 UTC
View Post
---
---
---
1. test_vxlang/project/test_export/test_export.cpp at main · vxlang/test_vxlang (github.com)
---
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..
---
---
---
---
---
Thank you very much for using VxLang :)<...
2024-01-18 10:58:58 +0000 UTC View Post[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 machine will have a different key for the current fixed key. Unnecessary sections will also be integrated :)
[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.
---

[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: Link
Happy New Year :) !
*** This post is available from version 1.0.9 and later.
---

---
[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] Use randomized section names as the default option.
---
--opt-section-name : Enable section naming options. Use .vxil by default if no name is entered
vxlang.exe test....
2023-12-29 03:56:00 +0000 UTC View Post[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 the VxLang obfuscation tool has been greatly improved.
[Virtualizer] The virtual machine command was added.
[Virtualizer] Fixed a bug with virtual machin...
2023-12-26 13:35:11 +0000 UTC View Post+ [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] Fixed a bug that also set the exception table for packer shell code.
+ [Virtualizer&Obfuscator] Fixed exception handling table overflow bug for virtualization and obfusc...
2023-12-14 12:25:42 +0000 UTC View Post+ [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 signatures, please enable this option.
+ [Packer] Fixed a bug that caused AXION to malfunction while applied
---
I apologize for the delay in work due to my pers...
2023-12-09 13:17:59 +0000 UTC View Post+ [Obfuscator&Virtualizer] Added code-flattening and code-virtualization features based on binary patterns.
- sdklib/test/vxlib_signature.h at main · vxlang/sdklib (github.com)
+ [Obfuscator] Fixed to support up to 3 levels of code flattening.
+ [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 one level because the file size is too large.
2023-12-03 07:40:09 +0000 UTC View Post+ [Obfuscator] Changed the code flattening difficulty via the SDK.
- SAMPLE: sdklib/test/test.cpp at main · vxlang/sdklib (github.com)
+ [Packer] Fixed small bugs.
---
Set the code flattening difficulty via the SDK. For existing functions (VL_CODE_FLATTENING_BEGIN/VL_CODE_FLATTENING_END), this is the same as level 3 :) ! 2023-12-01 12:21:57 +0000 UTC View Post
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 improve the stability of code virtualization and add virtual machine commands.
---
I hope to improve the packer's flaws and improve the PE parser once the ...
2023-12-01 01:31:58 +0000 UTC View PostThis 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...
2023-12-01 00:55:48 +0000 UTC View Post