Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cryptogenic/PS5-IPV6-Kernel-Exploit
/ handle
Method
handle
fakedns.py:33–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
32
class
UDPHandler(SocketServer.BaseRequestHandler):
33
def
handle(self):
34
(data, s) = self.request
35
respond(data, self.client_address, s)
36
37
38
class
DNSQuery:
Callers
nothing calls this directly
Calls
1
respond
Function · 0.85
Tested by
no test coverage detected