Untitled
unknown
c_cpp
5 months ago
2.6 kB
12
Indexable
// image base: 7FF6A15C0000 case BlackOps6bnet: dis.Dump_ClientInfo_MW(debug.scanner->Find_Pattern("65 48 8B 04 25 ? ? ? ? B9 ? ? ? ? 44 89 74 24 ? 48 8B 04 18 48 8B 1C 01 48 8B CB 48 8B 03 FF 90 ? ? ? ?")); /* .text : 00007FF6A81E06C3 65 48 8B 04 25 58 00 00 00 mov rax, gs : 58h .text : 00007FF6A81E06CC B9 F8 48 00 00 mov ecx, 48F8h .text : 00007FF6A81E06D1 44 89 74 24 40 mov[rsp + 40h], r14d .text : 00007FF6A81E06D6 48 8B 04 18 mov rax, [rax + rbx] .text : 00007FF6A81E06DA 48 8B 1C 01 mov rbx, [rcx + rax] .text : 00007FF6A81E06DE 48 8B CB mov rcx, rbx .text : 00007FF6A81E06E1 48 8B 03 mov rax, [rbx] .text : 00007FF6A81E06E4 FF 90 D8 00 00 00 call qword ptr[rax + 0D8h] */ dis.Dump_ClientBase(debug.scanner->Find_Pattern("48 8B 83 ?? ?? ?? ?? ?? C6 44 24 ?? ?? 0F B6")); /* .text : 00007FF6A61691D2 48 8B 83 48 C6 1D 00 mov rax, [rbx + 1DC648h] .text : 00007FF6A61691D9 90 nop .text : 00007FF6A61691DA C6 44 24 28 81 mov byte ptr[rsp + 28h], 81h .text : 00007FF6A61691DF 0F B6 4C 24 28 movzx ecx, byte ptr[rsp + 28h] */ break; } dis.Dump_BoneBase(debug.scanner->Find_Pattern("0F BF B4 ?? ?? ?? ?? ?? 89 ?? 24 ?? 85")); /* .text : 00007FF6A9BE0521 0F BF B4 11 C0 EC 98 0B movsx esi, word ptr [rcx+rdx+0B98ECC0h] .text : 00007FF6A9BE0529 89 74 24 38 mov [rsp+38h], esi .text : 00007FF6A9BE052D 85 F6 test esi, esi */ dis.Dump_BoneIndex(debug.scanner->Find_Pattern("84 ?? 0F 84 ?? ?? ?? ?? 48 ?? ?? C8 13 00 00")); /* .text : 00007FF6A4050DB2 84 C0 test al, al .text : 00007FF6A4050DB4 0F 84 9E 47 00 00 jz loc_7FF6A4055558 .text : 00007FF6A4050DBA 48 69 CE C8 13 00 00 imul rcx, rsi, 13C8h */ dis.Dump_Offsets_MW(); std::getchar();
Editor is loading...
Leave a Comment