| 44 | } |
| 45 | |
| 46 | void CMemoryScanner::SetFlags(DWORD dwFlags) |
| 47 | { |
| 48 | m_dwFlags = dwFlags; |
| 49 | } |
| 50 | |
| 51 | DWORD CMemoryScanner::ProcessPatternScan(PBYTE pCurAddr, std::size_t uiSize, const CMemoryPattern& memPattern) const |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected