Skip to content

Instantly share code, notes, and snippets.

View jsbsdbd1025's full-sized avatar

jiang jsbsdbd1025

  • hikvision
  • Hangzhou,Zhejiang
View GitHub Profile
@jsbsdbd1025
jsbsdbd1025 / Hack.java
Created June 14, 2020 15:49 — forked from oasisfeng/Hack.java
Reflection helper for hacking non-public APIs.
package com.oasisfeng.hack;
import android.support.annotation.CheckResult;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import java.io.IOException;
import java.lang.reflect.AccessibleObject;
import java.lang.reflect.Constructor;