Skip to content

Instantly share code, notes, and snippets.

View MrOplus's full-sized avatar
🪲
Is this a bug? nah!

DivByZero MrOplus

🪲
Is this a bug? nah!
View GitHub Profile
const-string v0, "Hello"
const-string v1, "World!"
invoke-static {v0, v1}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I
apktool d folan.apk
--------------------------------------------------
apktool b -o folan.apk
keytool -genkey -v -keystore key.keystore -alias milad -keyalg RSA -keysize 2048 -validity 10000
@floehopper
floehopper / install.md
Last active August 11, 2024 09:07
Install rtl-sdr on Raspian on Raspberry Pi
jamesmead@floehopper.local:~$ sudo dd bs=1m if=/Users/jamesmead/Downloads/2015-02-16-raspbian-wheezy.img of=/dev/disk2
pi@raspberrypi ~ $ sudo raspi-config
# Choose option 1 to "Expand Filesystem" - Ensures that all of the SD card storage is available to the OS
# Choose Finish & reboot

pi@raspberrypi ~ $ sudo apt-get update