Sysinternals Freeware - Mark Russinovich & Bryce Cogswell

ProcFeatures

Copyright © 2005 Mark Russinovich
Last Updated: October 26, 2005 v1.1

Introduction

ProcessorFeatures is a no-frills applet that uses the Windows IsProcessorFeaturePresent API to determine if the processor and Windows supports various features such as No-Execute pages, Physical Address Extensions (PAE), and a real-time cycle counter. Its primary purpose is to identify system's running the PAE version of the kernel and that support no-execute buffer overflow protection. Here's example output from an Opteron system running Windows XP 64-bit Edition:

Process Feature v1.10
Copyright (C) 2005 Mark Russinovich
Sysinternals - www.sysinternals.com
AMD Opteron(tm) Processor 246
AMD64 Family 15 Model 37 Stepping 1, AuthenticAMD No Execute Protection: Y Physical Address Extensions (PAE): Y Floating point emulation: N Pentium Floating point errata: N RDTSC (Cycle counter): Y MMX Instruction Set: Y 3D Now Instruction Set: Y SSE Instruction Set: Y SSE2 Instruction Set: Y

The download includes source code.

Usage

Usage: procfeatures

Download ProcFeatures (20 KB)

Back to Top