![]() |
Concatenation in C void* char* - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: Concatenation in C void* char* (/Thread-Concatenation-in-C-void-char) |
Concatenation in C void* char* - 0x6f776c - 10-28-2017 Hello guys I got this code : Code: LPVOID lpvAddr; How can I get the value of lpvaddr in hex (ex:\x00\x22\x33\x44) and append it to <all> variable ? thanks |