hi, i want to read memory at adress 02804C20 and get its value, this should be simple but i'm a little new at this ^^

it should be something like
char txt[512];
txt = value.from.memory.at(02804C20);