苦逼的新手 发表于 2015-9-5 14:36:08

隐藏dll 后 程序假死

在网上 找到 一段 源码   能正常隐藏dll   但 是   运行一段时间 程序就假死   我 用线程启动 也不行求帮助 源码下载u地址隐藏了怕本删除**** Hidden Message ********* Hidden Message *****

ls2007 发表于 2016-6-15 11:40:58

看看是什么东西啊。

bowk 发表于 2016-6-19 00:20:47

這個嗎
The CopyMemory function copies a block of memory from one location to another.

VOID CopyMemory (

    PVOID Destination,        // address of copy destination
    CONST VOID *Source,        // address of block to copy
    DWORD Length         // size, in bytes, of block to copy
   );       


Parameters

Destination

Points to the starting address of the copied block's destination.

Source

Points to the starting address of the block of memory to copy.

Length

Specifies the size, in bytes, of the block of memory to copy.



Return Values

This function has no return value.

Remarks

If the source and destination blocks overlap, the results are undefined. For overlapped blocks, use the MoveMemory function.

wumin2590 发表于 2017-5-29 11:25:10

22

huangchao 发表于 2017-6-9 05:51:28

发的发个非官方
页: [1]
查看完整版本: 隐藏dll 后 程序假死