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

Method get_ip

fakedns.py:223–226  ·  view source on GitHub ↗
(dns_record)

Source from the content-addressed store, hash-verified

221
222 @staticmethod
223 def get_ip(dns_record):
224 ip = dns_record
225 # Convert to hex
226 return b''.join(int(x).to_bytes(1, 'little') for x in ip.split('.'))
227
228# Implemented
229class AAAA(DNSResponse):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected