Skip to content

Instantly share code, notes, and snippets.

View pinohans's full-sized avatar
🥳
Crazy

Pinohans pinohans

🥳
Crazy
View GitHub Profile
@pinohans
pinohans / mprop.cpp
Created January 15, 2025 11:27
mprop
#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>
#include <stdio.h>
#include <errno.h>
#include <memory.h>
#include <string.h>
#include <sys/ptrace.h>
#include <sys/system_properties.h>
#include "mprop.h"