bytearray中包含空字符的PyByteArray_AsString的解决方案
创始人
2025-01-12 21:00:20
0

由于 PyByteArray_AsString 只适用于不含空字符的 bytearray,如果在 bytearray 中含有空字符,转换为字符串会出现错误。但是可以通过使用 PyUnicode_AsUTF8AndSize 和 PyBytes_FromStringAndSize 函数来解决该问题。

以下是代码示例:

import ctypes
import sys

PY3 = sys.version_info[0] == 3

if PY3:
    get_buffer = memoryview
    unicode_type = str
    xrange = range
else:
    def get_buffer(m):
        return m

    unicode_type = unicode


def bytearray_as_string(bytearray_obj):
    buf = get_buffer(bytearray_obj)
    size = len(bytearray_obj)

    # Find the index of the first null character
    null_idx = -1
    for i in xrange(size):
        if buf[i] == b'\0':
            null_idx = i
            break

    if null_idx == -1:
        # No null characters found, use PyByteArray_AsString
        return ctypes.c_char_p(buf).value
    else:
        # Convert to PyUnicodeObject first
        # Use PyUnicode_AsUTF8AndSize to convert to UTF-8 encoded bytes
        # Use PyBytes_FromStringAndSize to convert the bytes to string
        unicode_obj = PyUnicode_DecodeUTF8(ctypes.c_char_p(buf).value, size, NULL)
        return PyBytes_AsString(PyUnicode_AsUTF8String(unicode_obj))


# Usage example
bytearray_obj = b'hello\0world'
print(bytearray_as_string(bytearray_obj))

使用 bytearray_as_string 函数来转换带空字符的 bytearray 会得到正确的字符串输出。

相关内容

热门资讯

开挂透视!hh poker软件... 开挂透视!hh poker软件,微乐陕西小程序破解器,方案教程(证实有挂)-哔哩哔哩1、金币登录送、...
关于透视!aapoker透视脚... 关于透视!aapoker透视脚本下载,微信小程序游戏破解器,积累教程(有人有挂)-哔哩哔哩1、完成a...
解密透视!wepoker怎么拿... 解密透视!wepoker怎么拿到好牌,微乐小程序自建房辅助下载,模块教程(有挂教程)-哔哩哔哩wep...
解密透视!wepoker有没有... 解密透视!wepoker有没有机器人,微乐自建房免费黑科技推荐,积累教程(有挂攻略)-哔哩哔哩1、w...
普及透视!wepoker私人局... 普及透视!wepoker私人局怎么玩,微乐锄大地脚本,演示教程(今日头条)-哔哩哔哩1、很好的工具软...
详情透视!hhpoker有透视... 详情透视!hhpoker有透视功能吗,手机微信小程序游戏破解器,大纲教程(有挂神器)-哔哩哔哩1、下...
分享透视!wepoker辅助分... 分享透视!wepoker辅助分析器,微乐四川亲友圈辅助器,模块教程(有挂透明挂)-哔哩哔哩1、操作简...
了解透视!wpk辅助是什么,手... 了解透视!wpk辅助是什么,手机微乐小程序自建房透视免费,策略教程(存在有挂)-哔哩哔哩1)wpk辅...
关于透视!wepoker免费脚... 关于透视!wepoker免费脚本弱密码,手机微乐小程序自建房透视免费,法门教程(有挂分享)-哔哩哔哩...
详细透视!大菠萝辅助器,微乐家... 详细透视!大菠萝辅助器,微乐家乡游戏攻略,窍门教程(有挂方法)-哔哩哔哩暗藏猫腻,小编详细说明大菠萝...