CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

modules using EXEs

How to display list of modules used in EXEs?

Windows-based applications are usually developed based on the DLLs (Dynamic Link Libraries). These libraries will load into the memory when we run the EXE (Executable) file. Sometimes it is required to know the list of modules/DLLs loaded by the running executable. The following steps explain how we can see the list of modules used in EXEs. This […]

Scroll to top