//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言压缩数据模块源码
系统结构:加载,释放,取函数,取入口,取基址,VirAlloc,VirFree,Call,GetAlignedSize,DoRelocation,FillRavAddress,压缩数据_,解压数据_,lstrcpyn,VirtualAlloc,VirtualFree,VirtualProtect,GetProcAddress,LoadLibrary,GetModuleHandle,RtlMoveMemory,RtlMoveMemory_整数_1,RtlMoveMemory_整数_2,RtlMoveMemory_字节集_1,RtlMoveMemory_字节集_2,RtlMoveMemory_数组_整数_1,RtlMoveMemory_数组_整数_2,RtlMoveMemory_短整_1,RtlMoveMemory_短整_2,RtlMoveMemory_IMAGE_DOS_HEADER_1,RtlMoveMemory_IMAGE_DOS_HEADER_2,RtlMoveMemory_IMAGE_NT_HEADERS_1,RtlMoveMemory_IMAGE_NT_HEADERS_2,RtlMoveMemory_IMAGE_SECTION_HEADER_1,RtlMoveMemory_IMAGE_SECTION_HEADER_2,RtlMoveMemory_IMAGE_BASE_RELOCATION_1,RtlMoveMemory_IMAGE_BASE_RELOCATION_2,RtlMoveMemory_IMAGE_IMPORT_DESCRIPTOR_1,RtlMoveMemory_IMAGE_IMPORT_DESCRIPTOR_2,RtlMoveMemory_IMAGE_IMPORT_BY_NAME_1,RtlMoveMemory_IMAGE_IMPORT_BY_NAME_2,RtlMoveMemory_IMAGE_EXPORT_DIRECTORY_1,RtlMoveMemory_IMAGE_EXPORT_DIRECTORY_2,lstrcpyn_字节集,lstrcpyn_整数,
======PeLoader
| |
| |------ _初始化
| |
| |------ _销毁
| |
| |------ 加载
| |
| |------ 释放
| |
| |------ 取函数
| |
| |------ 取入口
| |
| |------ 取基址
| |
| |
======核心程序集
| |
| |------ VirAlloc
| |
| |------ VirFree
| |
| |------ Call
| |
| |------ _Call
| |
| |------ _LoadLibrary
| |
| |------ _FreeLibrary
| |
| |------ _GetProcAddress
| |
| |------ GetAlignedSize
| |
| |------ DoRelocation
| |
| |------ FillRavAddress
| |
| |------ 压缩数据_
| |
| |------ 解压数据_
| |
| |
======程序集1
| |
| |------ _启动子程序
| |
| |
======调用的Dll
| |
| |---[dll]------ lstrcpyn
| |
| |---[dll]------ VirtualAlloc
| |
| |---[dll]------ VirtualFree
| |
| |---[dll]------ VirtualProtect
| |
| |---[dll]------ GetProcAddress
| |
| |---[dll]------ LoadLibrary
| |
| |---[dll]------ GetModuleHandle
| |
| |---[dll]------ RtlMoveMemory
| |
| |---[dll]------ RtlMoveMemory_整数_1
| |
| |---[dll]------ RtlMoveMemory_整数_2
| |
| |---[dll]------ RtlMoveMemory_字节集_1
| |
| |---[dll]------ RtlMoveMemory_字节集_2
| |
| |---[dll]------ RtlMoveMemory_数组_整数_1
| |
| |---[dll]------ RtlMoveMemory_数组_整数_2
| |
| |---[dll]------ RtlMoveMemory_短整_1
| |
| |---[dll]------ RtlMoveMemory_短整_2
| |
| |---[dll]------ RtlMoveMemory_IMAGE_DOS_HEADER_1
| |
| |---[dll]------ RtlMoveMemory_IMAGE_DOS_HEADER_2
| |
| |---[dll]------ RtlMoveMemory_IMAGE_NT_HEADERS_1
| |
| |---[dll]------ RtlMoveMemory_IMAGE_NT_HEADERS_2
| |
| |---[dll]------ RtlMoveMemory_IMAGE_SECTION_HEADER_1
| |
| |---[dll]------ RtlMoveMemory_IMAGE_SECTION_HEADER_2
| |
| |---[dll]------ RtlMoveMemory_IMAGE_BASE_RELOCATION_1
| |
| |---[dll]------ RtlMoveMemory_IMAGE_BASE_RELOCATION_2
| |
| |---[dll]------ RtlMoveMemory_IMAGE_IMPORT_DESCRIPTOR_1
| |
| |---[dll]------ RtlMoveMemory_IMAGE_IMPORT_DESCRIPTOR_2
| |
| |---[dll]------ RtlMoveMemory_IMAGE_IMPORT_BY_NAME_1
| |
| |---[dll]------ RtlMoveMemory_IMAGE_IMPORT_BY_NAME_2
| |
| |---[dll]------ RtlMoveMemory_IMAGE_EXPORT_DIRECTORY_1
| |
| |---[dll]------ RtlMoveMemory_IMAGE_EXPORT_DIRECTORY_2
| |
| |---[dll]------ lstrcpyn_字节集
| |
| |---[dll]------ lstrcpyn_整数
调用的DLL命令:
.DLL命令 lstrcpyn, 整数型, , "lstrcpynA"
.参数 lpString1, 字节集
.参数 lpString2, 整数型
.参数 iMaxLength, 整数型
.DLL命令 VirtualAlloc, 整数型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 flAllocationType, 整数型
.参数 flProtect, 整数型
.DLL命令 VirtualFree, 逻辑型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 dwFreeType, 整数型
.DLL命令 VirtualProtect, 逻辑型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 flNewProtect, 整数型
.参数 lpflOldProtect, 整数型, 传址
.DLL命令 GetProcAddress, 整数型
.参数 hModule, 整数型
.参数 lpProcName, 整数型
.DLL命令 LoadLibrary, 整数型, , "LoadLibraryA"
.参数 lpLibFileName, 整数型
.DLL命令 GetModuleHandle, 整数型, , "GetModuleHandleA"
.参数 lpModuleName, 整数型
.DLL命令 RtlMoveMemory
.参数 Destination, 整数型
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_整数_1, , , "RtlMoveMemory"
.参数 Destination, 整数型, 传址
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_整数_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, 整数型, 传址
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_字节集_1, , , "RtlMoveMemory"
.参数 Destination, 字节集
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_字节集_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, 字节集
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_数组_整数_1, , , "RtlMoveMemory"
.参数 Destination, 整数型, 数组
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_数组_整数_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, 整数型, 数组
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_短整_1, , , "RtlMoveMemory"
.参数 Destination, 短整数型, 传址
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_短整_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, 短整数型, 传址
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_DOS_HEADER_1, , , "RtlMoveMemory"
.参数 Destination, IMAGE_DOS_HEADER
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_DOS_HEADER_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, IMAGE_DOS_HEADER
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_NT_HEADERS_1, , , "RtlMoveMemory"
.参数 Destination, IMAGE_NT_HEADERS
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_NT_HEADERS_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, IMAGE_NT_HEADERS
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_SECTION_HEADER_1, , , "RtlMoveMemory"
.参数 Destination, IMAGE_SECTION_HEADER
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_SECTION_HEADER_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, IMAGE_SECTION_HEADER
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_BASE_RELOCATION_1, , , "RtlMoveMemory"
.参数 Destination, IMAGE_BASE_RELOCATION
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_BASE_RELOCATION_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, IMAGE_BASE_RELOCATION
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_IMPORT_DESCRIPTOR_1, , , "RtlMoveMemory"
.参数 Destination, IMAGE_IMPORT_DESCRIPTOR
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_IMPORT_DESCRIPTOR_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, IMAGE_IMPORT_DESCRIPTOR
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_IMPORT_BY_NAME_1, , , "RtlMoveMemory"
.参数 Destination, IMAGE_IMPORT_BY_NAME
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_IMPORT_BY_NAME_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, IMAGE_IMPORT_BY_NAME
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_EXPORT_DIRECTORY_1, , , "RtlMoveMemory"
.参数 Destination, IMAGE_EXPORT_DIRECTORY
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_IMAGE_EXPORT_DIRECTORY_2, , , "RtlMoveMemory"
.参数 Destination, 整数型
.参数 Source, IMAGE_EXPORT_DIRECTORY
.参数 Length, 整数型
.DLL命令 lstrcpyn_字节集, 整数型, , "lstrcpynA"
.参数 lpString1, 字节集
.参数 lpString2, 字节集
.参数 iMaxLength, 整数型
.DLL命令 lstrcpyn_整数, 整数型, , "lstrcpynA"
.参数 lpString1, 整数型, 传址
.参数 lpString2, 整数型, 传址
.参数 iMaxLength, 整数型
