Task List

2024.08~

I'm currently working on a COFF parser and an ELF parser, which will be combined with a PE parser.
(I will be adding ELF code obfuscation first, followed by ELF packer, then COFF code obfuscation.)

ELF 0. SRC File

ELF 1. Added Segments

ELF 2. Added Sections

ELF 3. Check Segment and Sections(; image dump sections)

ELF 4. Check Section Data

[2024.09.22.update]
I added a disassembler for elf-format, and now I can compute the function to be obfuscated via SDK or symbols.
Now, i'm started porting the code obfuscation tools.
---
ELF 5. Disassemble `main` func

ELF 5. Simple Obfuscation `main` func



News

1.6.6.1

Extend binary expiration.
Added an obfuscation pattern.
Fixed bug for x86 assembler.

1.6.5.0

Added obfuscation patterns.
Fixed small bugs.

1.6.4.0

Fixed bug for 32-bit memory protection.
Fixed bug for Windows 7 32bit WOW64.

1.6.3.0

+ Fixed Bug
    - Fixed a bug with the use-data-section option.
    - Discontinued support for .NET reference DLL.
    - Fixed other small bug.
For .NET reference DLLs, the load process already attempts to host .NET. For this reason, VxLang is deprecating support for .NET reference DLLs for the time being, and will be adding a way to protect them in .NET form.

1.6.2.0

+ Added a dummy code pattern.
+ Fixed small bug.

Next