鱼C论坛

 找回密码
 立即注册
查看: 2981|回复: 4

[已解决]隐藏dll 后 程序假死

[复制链接]
发表于 2015-9-5 14:36:08 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
在网上 找到 一段 源码   能正常隐藏dll   但 是   运行一段时间 程序  就假死   我 用线程启动 也不行  求帮助 源码下载u地址隐藏了  怕本删除  
游客,如果您要查看本帖隐藏内容请回复
游客,如果您要查看本帖隐藏内容请回复
最佳答案
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.
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2016-6-15 11:40:58 | 显示全部楼层
看看是什么东西啊。
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 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.
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-5-29 11:25:10 | 显示全部楼层
22
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2017-6-9 05:51:28 | 显示全部楼层
发的发个非官方
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-4-20 15:29

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表