upalse
Results
2
comments of
upalse
Wouldn't that kinda defeat the point? I think more useful would be if proxy instances indicated which IX they're peering with so as to make choosing close one less awkward....
```python root@LGwebOSTV:~# cat /var/lib/webosbrew/init.d/99-ytdark #!/usr/bin/python3 import os import re import sys PROCESS_NAME = "SettingsService" TARGET_STRING = b"youtube.leanback.v4" REPLACEMENT_STRING = b"xxxxxxxxxxxxxxxxxxx" spid = int(os.popen("pidof "+PROCESS_NAME).read()) memfile = open("/proc/%d/mem" % spid, "wb+")...