首页
社区
课程
招聘
[旧帖] [原创]台版潘朵拉多開 0.00雪花
发表于: 2011-4-27 00:21 3149

[旧帖] [原创]台版潘朵拉多開 0.00雪花

2011-4-27 00:21
3149

明天台版的潘朵拉傳奇就要OB了,在這兒發個CB能用的多開。
抱歉我住台灣,所以貼的是繁體字。如有需要…請自行轉為簡體。

這次iplayer代理的這個潘朵拉並沒有神盾,所以也就給了我機會。希望可以弄個精華變成正式會員囉!

首先看看程式的入口點:

.text:0040D6E0     public fakeoep
.text:0040D6E0     fakeoep proc near
.text:0040D6E0 000 push    offset realoep
.text:0040D6E5 004 push    offset fakeoep
.text:0040D6EA 008 call    launcher
.text:0040D6EF 008 add     esp, 8
.text:0040D6F2 000 retn
.text:0040D6F2     fakeoep endp
.text:0040D6E0 000 jmp     realoep
if (!CreateProcess(NULL, szExeCmd, NULL, NULL, FALSE, DEBUG_PROCESS | DEBUG_ONLY_THIS_PROCESS,
                   NULL, szExeDir, &startInfo, &procInfo))
    return EXIT_FAILURE;
 
DEBUG_EVENT debugEvent;
DWORD nStatus;
CONTEXT context;
LPVOID startAddr; // fakeoep
LPVOID targetAddr; // realoep
BYTE bStart = 0xCC;
BOOL blFirstTime = TRUE;
 
while (WaitForDebugEvent(&debugEvent, INFINITE))
{
    nStatus = DBG_EXCEPTION_NOT_HANDLED;
 
    if (debugEvent.dwDebugEventCode == EXIT_PROCESS_DEBUG_EVENT)
        break;
    else if (debugEvent.dwDebugEventCode == EXCEPTION_DEBUG_EVENT)
    {
        if (debugEvent.u.Exception.ExceptionRecord.ExceptionCode == EXCEPTION_BREAKPOINT)
        {
            if (blFirstTime)
            {
                // ...
                
                blFirstTime = FALSE;
            }
            else if (debugEvent.u.Exception.ExceptionRecord.ExceptionAddress == startAddr)
            {
                // ...
 
                context.ContextFlags = CONTEXT_CONTROL;
                GetThreadContext(procInfo.hThread, &context);
                
                context.Eip = (DWORD)targetAddr;
                SetThreadContext(procInfo.hThread, &context);
            }
        }
 
        nStatus = DBG_CONTINUE;
    }
 
    if (!ContinueDebugEvent(procInfo.dwProcessId, procInfo.dwThreadId, nStatus))
        break;
}
.text:0040D464     loc_40D464:             ; uType
.text:0040D464 994 push    ebx
.text:0040D465 998 push    offset Caption  ; lpCaption
.text:0040D46A 99C push    eax             ; lpText
.text:0040D46B 9A0 push    ebx             ; hWnd
.text:0040D46C 9A4 call    ds:MessageBoxW
.text:0040D43E     loc_40D43E:
.text:0040D43E 994 cmp     al, bl
.text:0040D440 994 jz      short loc_40D491
.text:007AC0E5     loc_7AC0E5:
.text:007AC0E5 030 mov     eax, [ebp+arg_0]
.text:007AC0E8 030 push    0               ; hTemplateFile
.text:007AC0EA 034 push    esi             ; dwFlagsAndAttributes
.text:007AC0EB 038 push    [ebp+dwCreationDisposition] ; dwCreationDisposition
.text:007AC0EE 03C mov     dword ptr [eax], 1
.text:007AC0F4 03C mov     eax, [ebp+arg_4]
.text:007AC0F7 03C mov     [eax], edi
.text:007AC0F9 03C lea     eax, [ebp+SecurityAttributes]
.text:007AC0FC 03C push    eax             ; lpSecurityAttributes
.text:007AC0FD 040 push    [ebp+dwShareMode] ; dwShareMode
.text:007AC100 044 push    [ebp+lDistanceToMove] ; dwDesiredAccess
.text:007AC103 048 push    [ebp+lpFileName] ; lpFileName
.text:007AC106 04C call    ds:CreateFileW

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 7
支持
分享
最新回复 (7)
雪    币: 317
活跃值: (13)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
据说这么简单的贴子是不会设精华的啰~~
不过新人区的版主比较委琐,可能会发你一个邀请码
2011-4-27 00:39
0
雪    币: 220
活跃值: (15)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
呵呵 也帮你顶一下吧 看能不能给你邀请码
2011-4-27 01:45
0
雪    币: 95
活跃值: (13)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
我也帮你顶一下,一马难求
2011-4-27 08:51
0
雪    币: 6
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
什么叫比较猥琐啊,楼主此文一定能拿邀请的,精华不一定了~~~
2011-4-28 15:40
0
雪    币: 55
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
都在申请邀请码  希望楼主成功
2011-4-29 12:39
0
雪    币: 30
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
学习了~~谢谢楼主了
2011-4-29 12:54
0
雪    币: 1190
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
我也是台灣來的, 掛機已經快到100了呵呵
2011-4-29 13:16
0
游客
登录 | 注册 方可回帖
返回
//