Home > Software engineering >  Vc read memory address
Vc read memory address

Time:09-17

Address data type is float, bosses know how to read?

CodePudding user response:

(float float fVal=* (*) p);

CodePudding user response:

reference 1st floor zgl7903 response:
float fVal=* (p) (float *);

With the data to read the address is the address with the read the function

CodePudding user response:

Float code;;

The Memory (m_hProcess, (LPVOID) 0 x0048e854, (LPVOID) & amp; Code, sizeof (float), NULL);

CodePudding user response:

Float fread=0.0;
Memcpy (& amp; Fread, source address, sizeof (float));

CodePudding user response:

ReadMemory
  • Related