Name | Modified | Size | Downloads / Week |
---|---|---|---|
Release | 2011-03-01 | ||
WinMemScan.cpp | 2011-03-01 | 19.5 kB | |
QueryInformation.h | 2011-02-28 | 6.5 kB | |
WinMemScan.sln | 2011-02-28 | 884 Bytes | |
WinMemScan.vcproj | 2011-02-28 | 4.7 kB | |
ReadMe.txt | 2011-02-28 | 2.6 kB | |
stdafx.cpp | 2011-02-28 | 297 Bytes | |
stdafx.h | 2011-02-28 | 376 Bytes | |
QueryInformation.cpp | 2011-02-28 | 3.5 kB | |
Totals: 9 Items | 38.4 kB | 0 |
WinMemScan windows vista/win 7 memory tool inspection Copyright (C) 2011 Jerome.Christatos This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. ============================================================================ CVS ident "@(#) $Id: ReadMe.txt $" ============================================================================ -- This programm demonstrate the use of the the undocumented NtQueryInformation SuperFetchInformation class to get various memory scans and information on a live system. -- Compile using Ms VC++ and create a solution/project with a c++ console application -- usage : winmemsca -p dump the kernel pfn database describing each memory page status ======================================================================== CONSOLE APPLICATION : WinMemScan Project Overview ======================================================================== AppWizard has created this WinMemScan application for you. This file contains a summary of what you will find in each of the files that make up your WinMemScan application. WinMemScan.vcproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. WinMemScan.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named WinMemScan.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: /////////////////////////////////////////////////////////////////////////////