I want to list all the dlls loaded by a process, like this:
How could
Using listdlls:
import os os.system('listdlls PID_OR_PROCESS_NAME_HERE')