Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
WinMemScan.exe | 2011-03-01 | 13.8 kB | |
WinMemScan.pdb | 2011-03-01 | 207.9 kB | |
Totals: 2 Items | 221.7 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: /////////////////////////////////////////////////////////////////////////////