Binsec.Virtual_addressA virtual address is a simple location information corresponding to a physical (virtual) address of the underlying machine.
val zero : tval create : int -> tval to_int : t -> intval of_int64 : int64 -> tval of_bitvector : Bitvector.t -> tval to_int64 : t -> int64val of_string : string -> tval to_string : t -> stringinclude Sigs.PRINTABLE with type t := tval pp : Format.formatter -> t -> unitval pp_set : Format.formatter -> Set.t -> unit