protofuzz.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:protofuzz 作者: trailofbits 项目源码 文件源码
def from_protobuf_class(protobuf_class):
    '''
    Return a generator for an already-loaded Protobuf class.

    Args:
      protobuf_class(Message) -- A class object  created from Protobuf-
      generated code.

    Returns:
      A ProtobufGenerator instance that can be used to create inter-field
      dependencies or to generate messages.
    '''
    return ProtobufGenerator(protobuf_class.DESCRIPTOR)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号