# IMAGE\_BASE\_RELOCATION

```csharp
public struct IMAGE_BASE_RELOCATION
{
    public uint VirtualAddress;
    public uint SizeOfBlock;
}
```
