is it possible to scan a process for say an int with the value 5?
Printable View
is it possible to scan a process for say an int with the value 5?
No, there's no type information at runtime in C/C++ programs. Afraid, the same to any compilable language runtime.