Recently Updated Pages
Cheat sheet
LLDB
Updated 1 week ago by Ariel
Basic commands Command Example Comment re re re wr Read the registers...
Run tcpdump and forward to wireshark
Android
ADB cheatsheet
Updated 2 months ago by Ariel
From a linux (WSL) host adb shell su -c "tcpdump -U -w - " | "C:\Program Files\Wireshark\Wires...
Using FOR command to extract PID from TASKLIST
Windows
BAT Cheatsheet
Updated 4 months ago by Ariel
Put this in a .bat file, and you could use it like that:BAT_FILE.bat <PROCESS_NAME> <COMMAND>...
LLDB Initialization
Android
LLDB
Updated 4 months ago by Ariel
Example of a script to run LLDB on remote android server, receives an argument - process name (ca...
Get Foreground Activity
Android
ADB cheatsheet
Updated 4 months ago by Ariel
inside a .bat file: @adb shell "dumpsys activity activities | grep ResumedActivity"@adb shell ...