I know you can add exports to an executable... but what i want to know is how could you call them from a running executable? I want to use GetProcAddress() if possible, but in order to use GetProcAddress, you need the target HMODULE as the first parameter. So basically what i want to know is: How do you get the HMODULE of a running executable?

thanks