hi guys, good time
i am programming in assembly , and i want to use win32 api that located in kernel32.dll
but i do not know where the function is located. i know i must use getProcAddress() to obtain it's address
but i do not know address of getProcAddress().
my question is there is any way to find out where the getProcAddress() is located ???

thanks in advance
bye bye