Awesome Frida - A curated list of Frida resources http://www.frida.re/ (https://github.com/frida/frida)
-
Updated
Dec 15, 2019
Awesome Frida - A curated list of Frida resources http://www.frida.re/ (https://github.com/frida/frida)
proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC
A proof of concept injectable C++ dll, that uses naked inline hooking and direct memory modification to change your TeamViewer permissions.
Dynamic binary instrumentation tool designed for Android application and 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.
It's not specified where address can come from - on Linux it would be anything that would be passed to dladdr1 i.e. a pointer to some location in a loaded program header segment.
A tool to detect and crash Cuckoo Sandbox
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
I had refer the below link
https://docs.agora.io/en/Interactive%20Broadcast/dashboard_restful_live?platform=All_Platforms&_ga=2.231203999.1242862800.1564230695-591009821.1564230695
but couldn't find api to fetch channel history with duration of particular. could you please suggest
C++11 cross-platform library for working with memory (hooks, patches, pointer's wrapper, signature scanner etc.)
Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
LKM rootkit for Linux x86 with the 2.6 kernel. It inserts salts inside system_call and sysenter_entry.
Add a description, image, and links to the hooking topic page so that developers can more easily learn about it.
To associate your repository with the hooking topic, visit your repo's landing page and select "manage topics."
ETW provides quite a bit of information about context switches that we can easily expose (NewThreadId, OldThreadId, NewThreadPriority, OldThreadPriority, PreviousCState, OldThreadWaitReason, OldThreadWaitMode, OldThreadState, OldThreadWaitIdealProcessor, NewThreadWaitTime).