def get_wide_string()

in asyncrat/asyncrat.py [0:0]


    def get_wide_string(data: list[bytes], index: int) -> str:
        _data: bytes = data[index][1:] + b"\x00"
        return _data.decode("utf-16")