WasProcessNotRemapped - checks if remapping -did not- occur returns `true` if program was not remapped */
| 1285 | returns `true` if program was not remapped |
| 1286 | */ |
| 1287 | bool Detections::WasProcessNotRemapped() |
| 1288 | { |
| 1289 | return false; //this will be finished soon... |
| 1290 | } |
nothing calls this directly
no outgoing calls
no test coverage detected