I came across an unfamilar syntax when studying a dissassembly with Ghidra.
One line contains
MOV EAX,GS:[0x14]
what does the colon syntax mean?
I'm actually fairly new to all of this, both ASM and Ghidra analysis. I understand that this instruction moves "something from somewhere" into the 32 bit register EAX, but I don't understand how to interpret either the GS
or the colon symbols.