| 60 | |
| 61 | |
| 62 | PPEB NativeWinApi::getCurrentProcessEnvironmentBlock() |
| 63 | { |
| 64 | return getProcessEnvironmentBlockAddress(GetCurrentProcess()); |
| 65 | } |
| 66 | |
| 67 | PPEB NativeWinApi::getProcessEnvironmentBlockAddress(HANDLE processHandle) |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected