首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Khan安全团队

    神兵利器 - Shellcode 加解密脚本

    in range(0, len(shellcode) / 4): count += 4 shellcode_decrypted_hex.append(shellcode[count

    1K10编辑于 2022-05-17
  • 来自专栏Linux之越战越勇

    C语言进阶(九) - 字符与字符串函数 - 3 - strncpy()、strncat()函数、strncmp函数

    . */ if( count >= 4 ) { /* unroll by four */ for (; x < count-4; x+=4)

    1.1K10编辑于 2023-04-27
  • 来自专栏【C】系列

    【C语言】字符串函数「超详细」

    . */ if( count >= 4 ) { /* unroll by four */ for (; x < count-4; x+=4)

    1.8K20编辑于 2022-12-12
领券