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.
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.