BCHLibTypes.pushback_stream_int
Principal class for reading in executables.
method read_doubleword : doubleword_int
method read_num_signed_byte : CHNumerical.numerical_t
method read_num_unsigned_byte : CHNumerical.numerical_t
method read_num_signed_word : CHNumerical.numerical_t
method read_num_signed_doubleword : CHNumerical.numerical_t
method read_imm_signed_byte : immediate_int
method read_imm_signed_word : immediate_int
method read_imm_signed_doubleword : immediate_int
method read_imm_signed : int -> immediate_int
method read_imm_unsigned_byte : immediate_int
method read_imm_unsigned_word : immediate_int
method read_imm_unsigned_doubleword : immediate_int
method read_imm_unsigned : int -> immediate_int
Return the decoded value of the unsigned DWARF Little Endian Base 128 (LEB128) variable length data encoded value
Return the decoded value of the signed DWARF Little Endian Base 128 (LEB128) variable length data encoded value