AV终结者
谢谢!但是你没有理解我的意思咯!我知道你说的哪个方式!我需要的是保存在EXE里面!现在我找到方法了!
Private Declare Sub CopyMemoryH2S Lib "kernel32" Alias "RtlMoveMemory" (ByVal dst As String, ByVal src As Long, ByVal SIZE As Long)
Private Declare Sub CopyMemoryS2H Lib "kernel32" Alias "RtlMoveMemory" (ByVal dst As Long, ByVal src As String, ByVal SIZE As Long)
Private Declare Function GlobalAlloc Lib "kernel32" (ByVal wFlags As Long, ByVal dwBytes As Long) As Long
Private Declare Function GlobalFree Lib "kernel32" (ByVal hMem As Long) As Long