All Projects → Piasy → Fridaandroidtracer

Piasy / Fridaandroidtracer

Licence: mit
A runnable jar that generate Javascript hook script to hook Android classes.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Fridaandroidtracer

AndroidSec
记录一些我自己在学习Android逆向过程中的有意思的东西
Stars: ✭ 565 (+395.61%)
Mutual labels:  hook, frida
Frida Skeleton
基于frida的安卓hook框架,提供了很多frida自身不支持的功能,将hook安卓变成简单便捷,人人都会的事情
Stars: ✭ 222 (+94.74%)
Mutual labels:  hook, frida
Fridacontainer
FridaContainer 整合了网上流行的和自己编写的常用的 frida 脚本,为逆向工作提效之用。 frida 脚本模块化,Java & Jni Trace。
Stars: ✭ 190 (+66.67%)
Mutual labels:  hook, frida
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (+349.12%)
Mutual labels:  hook, frida
React Swipeable
React swipe event handler hook
Stars: ✭ 1,348 (+1082.46%)
Mutual labels:  hook
Hookmsrbysvm
hook msr by amd svm
Stars: ✭ 86 (-24.56%)
Mutual labels:  hook
React Selector Hooks
Collection of hook-based memoized selector factories for declarations outside of render.
Stars: ✭ 84 (-26.32%)
Mutual labels:  hook
Lottie React
A lightweight React library for rendering complex After Effects animations in real time using Lottie.
Stars: ✭ 83 (-27.19%)
Mutual labels:  hook
Corellium Android Unpacking
Android Unpacking Automation using Corellium Devices
Stars: ✭ 107 (-6.14%)
Mutual labels:  frida
Homebase React
The React state management library for write-heavy applications
Stars: ✭ 101 (-11.4%)
Mutual labels:  hook
Swifthook
A library to hook methods in Swift and Objective-C.
Stars: ✭ 93 (-18.42%)
Mutual labels:  hook
Commit Msg Linter
git commit message linter hook
Stars: ✭ 87 (-23.68%)
Mutual labels:  hook
Fbhookfork
从 fb 的 profilo 项目里提取出来的hook 库,自己用
Stars: ✭ 98 (-14.04%)
Mutual labels:  hook
Delphihookutils
Delphi Hooking Library by Lsuper
Stars: ✭ 85 (-25.44%)
Mutual labels:  hook
Icmethoddigger
An easy way to print almost methods including private methods (supported arm64 architecture devices).
Stars: ✭ 103 (-9.65%)
Mutual labels:  hook
Iostrace
alternative strace for iOS device(64bit) on frida
Stars: ✭ 84 (-26.32%)
Mutual labels:  frida
Jeb2frida
Automated Frida hook generation with JEB
Stars: ✭ 95 (-16.67%)
Mutual labels:  frida
Fridahooker
由于工作原因接触纯App安全比较少了所以项目处于咕咕咕状态 // Android Frida GUI Manager; Android 图形化Frida管理器
Stars: ✭ 101 (-11.4%)
Mutual labels:  frida
Gohook
GoHook, Go global keyboard and mouse listener hook
Stars: ✭ 94 (-17.54%)
Mutual labels:  hook
React Hook Thunk Reducer
📡 A React useReducer() hook whose dispatcher supports thunks à la redux-thunk.
Stars: ✭ 91 (-20.18%)
Mutual labels:  hook

FridaAndroidTracer

A runnable jar that generate Javascript hook script to hook Android classes.

Download

Grab the prebuilt shadow jar (FridaAndroidTracer.jar) inside the repo, or clone the repo, open in IntelliJ IDEA.

Usage

usage: java -jar FridaAndroidTracer.jar
 -a,--expand-array      expand array values
 -c,--classes <arg>     classes to be hooked
 -j,--jars <arg>        jar files to be included
 -o,--output <arg>      output script path
 -p,--include-private   include private methods
 -s,--skip <arg>        methods to be skipped
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].