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` ??