| 19 | ULONG SizeOfImage{}; |
| 20 | |
| 21 | bool IsVaid() { |
| 22 | return Section != nullptr && |
| 23 | ShellCodeRVA != 0 && |
| 24 | DllNameRVA != 0 && |
| 25 | PreferredAddress != nullptr && |
| 26 | SizeOfImage != 0; |
| 27 | } |
| 28 | }; |
| 29 | |
| 30 | struct Section { |
no outgoing calls
no test coverage detected