MCPcopy Create free account
hub / github.com/Cryptogenic/PS5-IPV6-Kernel-Exploit / __init__

Method __init__

fakedns.py:216–220  ·  view source on GitHub ↗
(self, query, record)

Source from the content-addressed store, hash-verified

214# Finished
215class A(DNSResponse):
216 def __init__(self, query, record):
217 super(A, self).__init__(query)
218 self.type = b"\x00\x01"
219 self.length = b"\x00\x04"
220 self.data = self.get_ip(record)
221
222 @staticmethod
223 def get_ip(dns_record):

Callers 8

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

get_ipMethod · 0.95

Tested by

no test coverage detected