redttps

List DLLs without GUI

Description

ListDLLs is a utility that reports the DLLs loaded in processes. You can use it to list all DLLs loaded in all processes, in a specific process, or to list the processes that have a specific DLL loaded. ListDLLs can also display complete version information about the DLLs, including their digital signatures, and can be used to find unsigned DLLs in processes


Steps

  1. Download: https://learn.microsoft.com/es-es/sysinternals/downloads/listdlls
  2. List all DLLs in the system
  3. listdlls
            
  4. List all unsigned DLLs
  5. listdlls -u
            
  6. List all DLLs in a process
  7. listdlls notepad.exe
            
  8. Shows the processes that have loaded this DLL
  9. listdlls -d mydll.dll