m_eset.inc

来自「MESS 1.07 加密壳源程序」· INC 代码 · 共 22 行

INC
22
字号

; this file doesn't set the last variables in the exe decryptor,
; doesn't copy it from ds:100 to fs:100 and doesn't encrypt the layers
; in reverse order. this is the weakest point of mess 1.07 which was
; fixed in v1.13 (just boring easy work i didn't like.)

 eCryptBuffer proc

         ;    call eCheckReg           ; generate checksum over regstring
         ;    call eSetLastVars        ; fill variables in decryptor

         ;    call EncryptFile          ; crypt child
         ;    push cs
         ;    pop  ds
         ;    call CryptLayer2          ; crypt layer 2 before 1
         ;    call CryptLayer1          ; crypt layer 1 before write

              retn
         endp eCryptBuffer

;  哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?