コード例 #1
0
def get_next_byte(sm: VM, offset: int = 1):
    return sm.get_bytecode_at_address(address=sm.get_pc(), offset=offset)