Skip navigation

JSI Tip 3740. Drivers.exe freeware lists loaded drivers.


Drivers.exe: List Loaded Drivers.

QUOTE:

List Loaded Drivers displays character-based information about the installed device drivers.
There are no command-line arguments; simply run drivers | more.

Format of List Loaded Drivers Data

Column Name

Explanation

ModuleName

The driver's file name.

Code

The executable code in the image.

Data

The non-.bss data in the image.

Bss

The .bss section from the image. This is data that is initialized to 0.

Paged

The size of the data that is paged.

Init

The size of the file on disk.

LinkDate

The date that the driver was linked.




Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish