hook
Here are 704 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
Aug 17, 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
Aug 10, 2020 - JavaScript
a lightweight, multi-platform, multi-architecture hook framework.
-
Updated
Aug 22, 2020 - C++
React component that monitors when an element enters or leaves the browser viewport.
-
Updated
Aug 21, 2020 - TypeScript
A library that lets you use reflection without any restriction above Android P
-
Updated
Jul 27, 2020 - C++
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
Aug 21, 2020 - Dart
Describe the bug
Swipes originating from coordinates with x = 0 (left edge) or y = 0 (top edge) will not be captured. I only found this by writing tests against my usage of this library as I believe this behavior is really hard to replicate in real world use cases. It's caused by a improper falsy check on this line:
https://github.com/FormidableLabs/react-swipeable/blob/master/src/index.js#L
Protect the objective-c application(保护App不闪退)
-
Updated
Jul 7, 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
Aug 22, 2020 - TypeScript
-
Updated
Aug 22, 2020 - TypeScript
An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game.
-
Updated
Aug 20, 2020 - C#
利用Hook技术对APP进行虚拟定位,可修改微信、QQ、以及一些打卡APP等软件,随意切换手机所处位置!
-
Updated
Feb 6, 2018 - Java
-
Updated
Aug 22, 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