How can I visualize a DLL file??

New Member
Joined
Dec 15, 2003
Messages
8
Best answers
0
HOW CAN I VISUALISE A DLL FILE??? I wanna read the client.dll and the others dlls from ESF and TS!!!!
 
New Member
💻 Oldtimer
Joined
Nov 22, 2002
Messages
2,347
Best answers
0
You can't. A .dll file is compiled. You can't open compiled code. The only thing you can open is your own. Which is usually saved as a .cpp or .h file. Make your own code.
 
Lost in space
Banned
Joined
Oct 21, 2003
Messages
814
Best answers
0
If you could decompile a .dll file back into it's original source code (C++ in this case), then someone could steal a mod's code and use it in their own mod, or worse.

There's almost always a good reason why things are done in certain ways with computers. ;)
 

Users who are viewing this thread

Top Bottom