| 86 | }; |
| 87 | |
| 88 | struct PEB_LDR_DATA_T { |
| 89 | unsigned long Length; |
| 90 | unsigned long Initialized; |
| 91 | const char* SsHandle; |
| 92 | LIST_ENTRY_T InLoadOrderModuleList; |
| 93 | }; |
| 94 | |
| 95 | struct PEB_T { |
| 96 | unsigned char Reserved1[2]; |
nothing calls this directly
no outgoing calls
no test coverage detected