Skip to content

Instantly share code, notes, and snippets.

View Weinerdrizzle77's full-sized avatar

W.Drizzle.77 Weinerdrizzle77

View GitHub Profile
@timschneeb
timschneeb / unscramble-rtlassistant-pin.c
Last active December 25, 2025 18:01
PIN generator for `com.samsung.rtlassistant` (RTLAssistant, Version 1.3.6)
#include <stdio.h>
// PIN generator for com.samsung.rtlassistant (RTLAssistant used for Samsung's remote test lab service)
// -> This program produces PIN: 37626543
int main()
{
// Extracted from libcheckPin.so using Ghidra. Search for a named global called 'pin'. The pin is stored as ASCII, but I already converted it to a byte array with the actual numbers. (0x30 -> 0, 0x31 -> 1, ...)
// The pin is scrambled from the algorithm below.
char pin[] = {6, 4, 0, 7, 5, 3, 7, 7, 9, 6, 2, 6, 3, 5, 4, 3, 6, 6, 9, 8};
@taskylizard
taskylizard / fmhy.md
Last active January 8, 2026 06:47
/r/freemediaheckyeah, in one single file (view raw)
@manu-mannattil
manu-mannattil / sm-j327a_debloat.sh
Created January 24, 2019 04:45
Samsung SM-J327A debloat script
#!/bin/sh
#
# sm-j327a_debloat.sh -- debloat Samsung SM-J327A
#
# Usage: sm-j327a_debloat.sh
#
# This script will uninstall a bunch of bloatware from the Samsung
# SM-J327A (AT&T Galaxy Prime 2 SM-J327A) phone that cannot otherwise be
# uninstalled [1]. For this script to work, you will need to enable
# developer tools and USB debugging on your phone.
@Arinerron
Arinerron / permissions.txt
Last active December 24, 2025 16:13
A list of all Android permissions...
android.permission.ACCESS_ALL_DOWNLOADS
android.permission.ACCESS_BLUETOOTH_SHARE
android.permission.ACCESS_CACHE_FILESYSTEM
android.permission.ACCESS_CHECKIN_PROPERTIES
android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY
android.permission.ACCESS_DOWNLOAD_MANAGER
android.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED
android.permission.ACCESS_DRM_CERTIFICATES
android.permission.ACCESS_EPHEMERAL_APPS
android.permission.ACCESS_FM_RADIO