示例#1
0
 def GrrBinary(
     self,
     binary_type: config_pb2.ApiGrrBinary.Type,
     path: str,
 ) -> config.GrrBinaryRef:
     return config.GrrBinaryRef(binary_type=binary_type,
                                path=path,
                                context=self._context)
示例#2
0
文件: api.py 项目: skirankumar/grr
 def GrrBinary(self, binary_type, path):
     return config.GrrBinaryRef(binary_type=binary_type,
                                path=path,
                                context=self._context)