Windows .dlls
-
Is every function of windows contained in a .dll? If I wanted to mimic a specific function, is there a way to know which .dll to choose? I love to program!
allenmpcx wrote:
If I wanted to mimic a specific function, is there a way to know which .dll to choose?
Yes, start with MSDN.
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb
-
Is every function of windows contained in a .dll? If I wanted to mimic a specific function, is there a way to know which .dll to choose? I love to program!
Question Nomber 1: No, I dont think so. This is as there are some exported functions in NTOSKRNL.EXE. Question Nomber 2: Yes, there are meny free programs which will list the functions of a DLL; just search google for somthing like Dll explore or use Olly. Functions which may start with the same letters may probably be placed with in the same DLL. Hope I've been help. -Glich