2 repositorios
Maps native selectors to script functions to allow execution of methods with multiple parameters.
Distinct from Native System Integrations: Focuses on selector-to-function mapping, whereas Native System Integrations focuses on general system interfacing.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Native Method Selectors. Refine with filters or upvote what's useful.
NativeScript is a cross-platform mobile development framework that enables the creation of native iOS and Android applications using JavaScript or TypeScript. It provides a direct bridge to native platform APIs, allowing developers to invoke native classes, methods, and properties directly from script code while maintaining full access to underlying mobile operating system features. The framework distinguishes itself through its direct native UI rendering, which maps declarative markup components to actual platform-native widgets rather than web-based views. This architecture is supported by
Maps native selectors to script functions by concatenating argument names, allowing direct execution of native methods with multiple parameters.
JSPatch is a JavaScript native bridge and method swizzler that allows for the dynamic injection of logic into a hosted native environment. It functions as a cross-language data mapper and execution engine, enabling the replacement of native function pointers with JavaScript wrappers to modify application behavior at runtime. The project provides the ability to perform runtime application patching by overriding native class methods and object properties. This allows for the modification of application logic and the application of hotfixes using JavaScript code loaded from local files or remote
Replaces native function pointers with JavaScript wrappers to dynamically modify application behavior.