Represents a 32-bit address in a PE file.
A serializer for Address32.
the unsigned integer representing the address
returns the bitwise and of this address and the given unsigned integer.
returns the bitwise and of this address and the given address.
subtracts the given address from this address.
adds the given integer (treated as an address) to this address.
adds the given unsigned integer (treated as an address) to this address.
adds the given address to this address.
converts this address to an integer.
Convert to string in hex format, e.g. "0x12345678"