Represents a 32-bit address in a PE file.
A serializer for Address32.
the unsigned integer representing the address
Performs bitwise AND with an Int.
Performs bitwise AND with a UInt.
Performs bitwise AND with another Address32.
Inverts all bits of this address.
Performs bitwise OR with an Int.
Performs bitwise OR with a UInt.
Performs bitwise OR with another Address32.
Shifts the bits of this address to the left by the given number of bits.
Shifts the bits of this address to the right by the given number of bits.
converts this address to an integer.
Convert to string in hex format, e.g. "0x12345678"
Performs bitwise XOR with an Int.
Performs bitwise XOR with a UInt.
Performs bitwise XOR with another Address32.