Untitled

 avatar
unknown
c_cpp
a month ago
1.8 kB
3
Indexable
case BlackOps6steam:
	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]
	*/
	// r11 instead of rax - 4C 8B 9B ? ? ? ? 90 C6 45 90 81
	dis.Dump_ClientBase(debug.scanner->Find_Pattern("48 8B 83 ? ? ? ? 90 C6 44 24 ? ? 0F B6 4C 24"));
	// steam: 48 8B 83 ? ? ? ? 90 C6 44 24 30
	/*
	.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;
Editor is loading...
Leave a Comment