PE loader-based software packing protection method
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- XIAN UNIV OF TECH
- Publication Date
- 2011-02-02
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention belongs to the technical field of computer software program protection, aims at the problem of illegal tampering and cracking of software, and specifically relates to a software packing protection method based on PE Loader. Background technique
[0002] Software protection is a link that cannot be ignored in software development. Since software development has to face the research of many reverse analysts, it is almost a necessary step to protect the software to add a protective shell to the released software. The existing packing protection technology generally points the entry point (Entry Point) of the executable file (here mainly refers to the PE file of the Win32 platform) to the shellcode of the shell, and compresses or encrypts the original executable file, and then compresses or encrypts the shellcode of the shell. The shellcode is added as a new segment of the target program. The shellcode is executed first during runtime, and is...