How to read a value from an absolute address through C code here someone simply converts the memory address of a string literal into the program. Is this process possible for functions, say I had the address of a specific functions like 'print' (As I have the address, 0x8a537bb543d52a11, how would I convert THAT into the function to run in C++?) for example then how would I go about getting that into a C++ program and calling it from C++, and if it's even possible?
Sorry if this question is stupid haha, I'm new as I'm sure you can tell.