Please enable JavaScript to view this site.

DbgHelp Browser Help

Navigation: The user interface

Additional Information

Scroll Prev Top Next More

The Additional Information displays some additional information about a PE that can be determined from a PE file, but which is not an obvious value in the PE file.

 

 uiAdditionalInformation

 

VB6

Is this module a Visual Basic 6 application?

 

Native module

Is this a native executable?

 

Mixed-mode module

Is this a mixed mode executable (contains native code and .Net code)?

 

Entry point

The entry point field describes the type of entry point for the DLL.

Valid values are:

No entry point

.Net entry point

Native entry point

Unknown entry point type

 

Module contains code

Does this module contain executable code?

 

Module contains resources

Does this module contain resources?

 

Module is only resources

Does this module only contain resources?

 

Module is UPX compressed

This module has been compressed using the UPX compression algorithm.

 

Module has Data Execution Prevention

This module implements data execution prevention security measures.

 

Module has Control Flow Guard

This module implements control flow guard security measures.

 

Console UI

Is this module a console application?

 

Uses Win32 Service API

This EXE/DLL uses functions in the Win32 Service API. This EXE/DLL may be part of a service.

 

Uses Visual Leak Detector

This EXE/DLL uses Visual Leak Detector.

 

Uses Address Sanitizer

This EXE/DLL uses Address Sanitizer.