plugin for x64dbg
Displays how would C/C++ variables look in proccess memory
In the x64dbg, run the command:
mempat path
where path is path to the text file with C variable values you want hex dump of. Example content of the input file:
int 100
float 12.3
double -0.12