Dump Files
Can someone please dump cshell. I'm on windows 7 32 bit and when i use virtual box with windows xp my computer goes wayy to slow to be able to do anything. I will be much appreciative if someone does!

#include <iostream>
#include <Windows.h>
HMODULE WINAPI LoadLibrary(
_In_ LPCTSTR lpFileName
);
HINSTANCE hinstLib;
int main()
{
hinstLib = LoadLibrary(TEXT("C:\\Nexon\\Combat Arms\\Game\\CShell.dll"));
system("PAUSE");
}
