Combined execution method for PE document code
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- CHENGDU PANSHSOFT
- Publication Date
- 2009-08-12
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2
Abstract
Description
technical field
[0001] The invention relates to a file merging method, in particular to a PE file code merging execution method capable of realizing encryption protection after PE file merging. Background technique
[0002] The operation and mutual calling of traditional PE files exist in the discontinuous linear memory space of a process. Every time a new PE file is loaded, Windows opens up a new piece of memory from the memory space of the process according to the relevant information of the PE file. , and then load the data of the PE file into this memory block, and then process the import table of the PE file and other related data that needs to be initialized. Not fixed, every time a newly loaded PE file is initialized, it is necessary to recalculate and correct the calling code between PEs. In general, each PE file is a separate file.
[0003] The codes between traditional PE files call each other such as figure 1 As shown, assuming that there are two PE files, A.EX...