Skip to content

Instantly share code, notes, and snippets.

View WayneJerome's full-sized avatar
💭
I may be slow to respond.

Wayne Jerome Mukindia WayneJerome

💭
I may be slow to respond.
View GitHub Profile
@WayneJerome
WayneJerome / ADB_remote_wifi.md
Created May 8, 2025 20:28 — forked from rolfen/ADB_remote_wifi.md
Remote (wifi) control your android device through ADB

You will need to connect your phone first, using USB.

With the USB cable:

adb tcpip 5555

Find out the IP address of your phone

@WayneJerome
WayneJerome / sploit.cc
Created May 1, 2025 15:22 — forked from Riatre/sploit.cc
Google CTF 2022 Pwnable d8 Writeup
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "include/libplatform/libplatform.h"
#include "include/v8-context.h"
#include "include/v8-initialization.h"
#include "include/v8-isolate.h"
#include "include/v8-local-handle.h"