Header menu logo B2R2

Byte Module

Functions and values

Function or value Description

Byte.getRepresentation b

Full Usage: Byte.getRepresentation b

Parameters:
    b : byte

Returns: string

Get a string representation of a byte used in B2R2. A null byte is represented as a dot, a printable byte is represented as an ASCII character, a whitespace is represented as an underscore, and a control character is represented as an asterisk.

b : byte
Returns: string

Byte.isControl b

Full Usage: Byte.isControl b

Parameters:
    b : byte

Returns: bool

Check if a byte is a control character.

b : byte
Returns: bool

Byte.isNull b

Full Usage: Byte.isNull b

Parameters:
    b : byte

Returns: bool

Check if a byte is null.

b : byte
Returns: bool

Byte.isPrintable b

Full Usage: Byte.isPrintable b

Parameters:
    b : byte

Returns: bool

Check if a byte is printable.

b : byte
Returns: bool

Byte.isWhitespace b

Full Usage: Byte.isWhitespace b

Parameters:
    b : byte

Returns: bool

Check if a byte is a whitespace.

b : byte
Returns: bool

Type something to start searching.