436 skills found · Page 1 of 15
gotwarlost / IstanbulYet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
aipotheosis-labs / AciACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
lasting-yang / Frida Hook LibartFrida hook some jni functions
atomicojs / AtomicoAtomico a micro-library for creating webcomponents using only functions, hooks and virtual-dom.
AdamAtomic / Flixelflixel is a free Actionscript (Flash) library that I distilled from a variety of Flash games that I've worked on over the last couple years, including Gravity Hook, Fathom and Canabalt. It's primary function is to provide some useful base classes that you can extend to make your own game objects.
getify / TNG HooksProvides React-inspired 'hooks' like useState(..) for stand-alone functions
jetli / Rust Yew Realworld Example AppExemplary real world app built with Rust + Yew + WebAssembly, by Function Components + Hooks, also supports desktop by Tauri.
kubo / PlthookHook function calls by replacing PLT(Procedure Linkage Table) entries.
CCob / ThreadlessInjectThreadless Process Injection using remote function hooking.
kubo / FunchookHook function calls by inserting jump instructions at runtime
davidfraser / Pyanpyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks - for example: https://pycallgraph.readthedocs.org/ This code was originally written by Edmund Horner, and then modified by Juha Jeronen. See README for the original blog posts and links to their repositories.
Mongkii / RMind基于 React Hooks 与 flex 布局,实现了大部分功能的思维导图。 / An almost-full-function Mindmap web app developed with only React Hooks and flex layout.
jsherman212 / Xnuspyan iOS kernel function hooking framework for checkra1n'able devices
rodionovd / SWRoutePoC of function hooking in Swift
brahma-adshonor / Gohooka funny library to hook golang function at runtime
ra1028 / Swiftui Hooks🪝 A SwiftUI implementation of React Hooks. Enhances reusability of stateful logic and gives state and lifecycle to function view.
dai-shi / React Hooks Async[NOT MAINTAINED] React custom hooks for async functions with abortability and composability
sanfengAndroid / Fake LinkerModify Android linker to provide loading module and hook function
khalladay / Hooking By ExampleA series of increasingly complex programs demonstrating function hooking on 64 bit Windows. Culminating in a program that hooks mspaint to make it always paint orange.
ilammy / Ftrace HookUsing ftrace for function hooking in Linux kernel