Elven`
New Member
- Joined
- Jul 12, 2009
- Messages
- 337
- Reaction score
- 31
We Call The LoadLibraryA Proc.so why do we have to writh callAdress procidure?
Here's an example
We call this dllLoad(withnewnameofdll);int dllLoad(char *dname)
{
FILE *fp;
fp = fopen(dname,"rb+");
bla bla
}