mirror of
https://github.com/xAL6/zero-loader
synced 2026-06-06 17:03:01 +00:00
4e813c9066
Features: indirect syscalls, API hashing, polymorphic string obfuscation, ETW/AMSI bypass, anti-analysis, HTTPS staging, RC4 encryption, IAT camouflage, post-build PE mutation. ~9KB output binary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
34 lines
1020 B
Plaintext
34 lines
1020 B
Plaintext
#include <winver.h>
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 10,0,19041,1
|
|
PRODUCTVERSION 10,0,19041,1
|
|
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
|
FILEFLAGS 0x0
|
|
FILEOS VOS_NT_WINDOWS32
|
|
FILETYPE VFT_APP
|
|
FILESUBTYPE VFT2_UNKNOWN
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904B0"
|
|
BEGIN
|
|
VALUE "CompanyName", "Microsoft Corporation"
|
|
VALUE "FileDescription", "Windows Update Assistant"
|
|
VALUE "FileVersion", "10.0.19041.1"
|
|
VALUE "InternalName", "WUAssistant"
|
|
VALUE "LegalCopyright", "\251 Microsoft Corporation. All rights reserved."
|
|
VALUE "OriginalFilename", "WUAssistant.exe"
|
|
VALUE "ProductName", "Microsoft\256 Windows\256 Operating System"
|
|
VALUE "ProductVersion", "10.0.19041.1"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x0409, 0x04B0
|
|
END
|
|
END
|
|
|
|
// Icon (optional - add your own .ico file)
|
|
// 1 ICON "app.ico"
|