Windows CE process examines program DIY
From; Author:Stand originally
Note: Want to know Cheng of process, line, lot, the article that refers to me please " Cheng of Windows CE process, line, memory management " .
Use these function to be able to write to obtain the information of Cheng of current system process, line, DLL, caboodle. It is not difficult to write such program. So I am done not have necessary those who tell is more detailed. But a few need to notice, also emphasize in CE help documentation.
CreateToolhelp32Snapshot function will be current the information of Cheng of systematic process, line, DLL, caboodle duplicates entirely in a buffer. Transfer other Toolhelp function again after executing this function so, gets information may not is accurate. The line Cheng Goubing that gets for instance is unusual when use, get the module when module address has been released.
Place says above the basis, the information may not that we get is accurate, should join unusual processing in code so. (the “CEInfo” that I write did not join unusual processing, because I examine systematic information only)
Shut snapshot object to be able to use CloseToolhelp32Snapshot only, cannot use CloseHandle.
Previous 1 2Next