Skip to content

Instantly share code, notes, and snippets.

View hluwa's full-sized avatar
🎯
Focusing

葫芦娃 hluwa

🎯
Focusing
View GitHub Profile
@hluwa
hluwa / WatchEvents.js
Last active February 24, 2021 09:54
[WatchEvents] Frida watch android onClick event.
/*
* Author: hluwa <hluwa888@gmail.com>
* HomePage: https://github.com/hluwa
* CreatedTime: 2020/3/8 22:42
* */
var jclazz = null;
var jobj = null;
function getObjClassName(obj) {
if (!jclazz) {