Hello all.

I need to allocate memory at address 0x1051C5180 for about 4096 byte.
Please advice me.

i try this code but failed to compile

Qt Code:
  1. char *address =(char*)0x1051C5180;
  2. unsigned char *ptr = new (address) unsigned char[4096];
To copy to clipboard, switch view to plain text mode 

Thank.