This UserScript enhances the Xbox-Now website with more filtering options for game listings, allowing you to customize the view of the available games by customizing tags or ignore lists.
| // native code exec PoC via Game Script - @carrot_c4k3 (exploits.forsale) | |
| // | |
| // sample shellcode: mov rax, 0x1337; ret; | |
| // drop your own shellcode inplace here | |
| let shellcode = [0x48,0xC7,0xC0,0x37,0x13,0x00,0x00,0xC3] | |
| // hex printing helper functions | |
| let i2c_map = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'] | |
| let c2i_map = {'0': 0, '1': 1, '2': 2, '3': 3, '4': 4, '5': 5, '6': 6, '7': 7, '8': 8, '9': 9, 'A': 0xA, 'B': 0xB, 'C': 0xC, 'D': 0xD, 'E': 0xE, 'F': 0xF} |
| #!/bin/bash | |
| BS=64M | |
| ROOT_DEV=/dev/mmcblk0 | |
| BOOTFS_BACKUP=${ROOT_DEV}p3 | |
| BOOTFS_TARGET=${ROOT_DEV}p1 | |
| ROOTFS_BACKUP=${ROOT_DEV}p2 | |
| ROOTFS_TARGET=${ROOT_DEV}p4 | |
| print_yellow() { | |
| echo -e "\033[1;33m${1}\033[0m" |
I'm not going to be maintaining this document anymore. I'm leaving it as-is since much of the FAQ section is still accurate and has yet to be incorporated into other resources.
Use CanI.RootMy.TV to find an exploit for your TV.
I have a LG OLED 65C1, now rooted with RootMyTV v2. I have been hacking around exploring all the possibilities, and this gist is thus a personal cheatsheet.
If ever your TV goes into servicing at LG for whatever reason, it would be better to have every chances to your sides by not allowing them seeing you made some "not covered" stuff to the TV.
A reboot command can be detected, so there's an alternative. But it has to be confirmed yet if it's really stealth or not.
Please however note the following from @Informatic. But we don't know if LG can do something about it:
| import { defineConfig } from 'vite'; | |
| import laravel from 'laravel-vite-plugin'; | |
| import fs from 'fs'; | |
| import { resolve } from 'path'; | |
| import { homedir } from 'os'; | |
| let host = 'sendstack.test'; | |
| let homeDir = homedir(); | |
| let serverConfig = {}; |


