how to open a .dll file

Samuel Atkinson

Failed to resolve dispute
Joined
Jul 29, 2016
Messages
471
Reaction score
91
your help will be very helpful for me. someone knows how to open a .dll file or convert .dll file to docx or note pad format. I have a .dll file but unabled to open it.
 
why would you want to open a dll? what are you trying to achieve?
 
I just googled "how to open a .dll file" and got this:
Method 1 – to Open DLL File
  1. First you have to go to the window registry.
  2. Open the command prompt.
  3. Click on the start menu bar and pressing the window key +R.
  4. Typing “cmd.” Navigate to the location of the DLL files and hold the shift key “Open command window here.
  5. Type” regsvr32 dllname. dll” and press enter.
Read more methods here: https://opendllfiles.com/
 
You got things mixed up: the dll is 'dinamic link library' meaning that it is basically a library of functions called by executable programs. You don't have any useful information in it, to convert it to a human readable file. So, it's not a document, it is a bunch of functions need by the applications to work.
 
If you're on Windows download olydbg (http://www.ollydbg.de/) which will decompile the dll and list its methods.
Ah yes recommend a person that has no clue what a dll is to read raw asm
 
Issues solved. Mod can lock this thread.
 
Back
Top