hook
Here are 710 public repositories matching this topic...
proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
-
Updated
Sep 5, 2020 - C
A plugin framework on android,Run any third-party apk without installation, modification or repackage
-
Updated
Aug 13, 2020 - Java
demos to help understand plugin framwork
-
Updated
Aug 27, 2018 - Java
-
Updated
Oct 13, 2018
-
Updated
Sep 1, 2020 - JavaScript
a lightweight, multi-platform, multi-architecture hook framework.
-
Updated
Sep 6, 2020 - C++
React component that monitors when an element enters or leaves the browser viewport.
-
Updated
Sep 8, 2020 - TypeScript
React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
-
Updated
Sep 6, 2020 - Dart
A library that lets you use reflection without any restriction above Android P
-
Updated
Jul 27, 2020 - C++
why did you skip the onTap callback in version 5? Is there an easy way to create the onTap functionality, when dragging didn't take place?
Protect the objective-c application(保护App不闪退)
-
Updated
Sep 5, 2020 - Objective-C
Simple hook tool to change Win32 program font.
-
Updated
Aug 19, 2020 - C++
-
Updated
Jul 16, 2020 - JavaScript
Stinger is a high-efficiency library with great compatibility, for aop in Objective-C, using libffi instead of Objective-C message forwarding. It is 20+ times faster than the Aspects, from message-sending to Aspect-oriented code ends.
-
Updated
Jul 13, 2020 - Objective-C
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Sep 5, 2020 - TypeScript
An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game.
-
Updated
Sep 5, 2020 - C#
利用Hook技术对APP进行虚拟定位,可修改微信、QQ、以及一些打卡APP等软件,随意切换手机所处位置!
-
Updated
Feb 6, 2018 - Java
-
Updated
Sep 5, 2020 - TypeScript
Improve this page
Add a description, image, and links to the hook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hook topic, visit your repo's landing page and select "manage topics."


A bit of context, we introduced
swrtwo weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)We found out that
swrwas causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp