When I decompile with the Ida, how to understand the meaning of LOBYTE(v1) = v2[1]

Viewed 26
typedef uint8_t byte;
byte* v1;
byte* v2="kfc";
LOBYTE(v1) = v2[1];

I'm a new one of the Reverse Engineering, I would be grateful if I could get some help. thank you very much.

0 Answers
Related