| 792 | } |
| 793 | |
| 794 | DWORD ProcessAccessHelp::getEntryPointFromFile(const WCHAR * filePath) |
| 795 | { |
| 796 | PeParser peFile(filePath, false); |
| 797 | |
| 798 | return peFile.getEntryPoint(); |
| 799 | } |
| 800 | |
| 801 | bool ProcessAccessHelp::createBackupFile(const WCHAR * filePath) |
| 802 | { |
nothing calls this directly
no test coverage detected