Shouldn't line 15 `mov rbx, gs[:0x60] ; RBX = address of PEB struct` be like this: `mov rbx, [gs:0x60] ; RBX = address of PEB struct` ??
Shouldn't line 15
mov rbx, gs[:0x60] ; RBX = address of PEB structbe like this:
mov rbx, [gs:0x60] ; RBX = address of PEB struct??