#
injector
Here are 167 public repositories matching this topic...
A boilerplate project created in flutter using MobX and Provider.
dart
boilerplate
state-management
mobx
dependency-injection
boilerplate-template
validator
logging
provider
user-notifications
injector
inject
flutter
xxtea
encryption-decryption
dio
sembast
flutter-state-management
flutter-boilerplate
-
Updated
Jun 9, 2020 - Dart
Python dependency injection framework, inspired by Guice
-
Updated
May 23, 2020 - Python
Image Payload Creating/Injecting tools
image
injection
image-processing
injector
payloads
hacking-tool
payload-generator
web-attack-payloads
backdoor-attacks
-
Updated
Dec 20, 2019 - Perl
-
Updated
May 30, 2019 - C++
Inversion of Control container & Dependency Injection for Javascript and Node.js apps powered by Typescript.
ioc
factory
typescript
dependency-manager
es6
es2015
dependency-injection
container
injection
es2017
inversion-of-control
injector
inject
di
dependency
es2016
lifetime
service-locator
-
Updated
Jan 25, 2020 - TypeScript
Library for injecting a shared library into a Linux or Windows process
-
Updated
May 24, 2020 - C
Henry-Keys
commented
Jul 18, 2019
Provide possibility to create instances with dependencies provided from other modules.
class RepositoriesModule extends Module {
RepositoriesModule () {
// PersonRepository depends of PersonWebService
factory(DependentRequestsRepository(inject()), () =>
DependentRequestsRepository(inject()));
}
}
class WebServicesModules extends Module {
WebServicesModGradle plugin for android which makes easier to inject aar libraries into project
-
Updated
Jun 22, 2020 - Java
Injects services from a PSR-11 dependency injection container to PHPUnit test cases
-
Updated
Jun 13, 2020 - PHP
World of Warcraft (WoW): SzimatSzatyor is an injector sniffer written in C++
-
Updated
Jun 10, 2020 - C++
[Archived] See https://github.com/goava/di.
-
Updated
Feb 18, 2020 - Go
PCSGOLH - Pointless Counter-Strike: Global Offensive Lua Hooks. A open-source Lua API for CS:GO hacking written in modern C++
hooks
internal
lua
hack
dll
cpp
reverse-engineering
injection
csgo
cpp11
cheat
injector
cpp17
lua-bindings
luabind
hooking
counter-strike-global-offensive
csgo-cheat
cheatings
pcsgolh
-
Updated
Mar 8, 2020 - C++
User-mode Windows DLL injector written in Assembly language (FASM syntax) with WinAPI.
windows
dll
assembly
x86-64
winapi
assembly-language
x86
injector
dll-injection
fasm
flat-assembler
dll-injector
-
Updated
Nov 16, 2019 - Assembly
Aspect-Oriented Programming framework for Go
-
Updated
Aug 2, 2016 - Go
A macro-powered dependency injector for Haxe
-
Updated
May 28, 2018 - Haxe
Millin Injector offers many features which can aid in creating usermode cheats. Its meant to be light weight and allow users to view things such as loaded modules, imports and other smaller things
-
Updated
Apr 23, 2020 - C++
ljacqu
commented
Jul 20, 2016
When a field's or method's class is not present it is virtually impossible to find from which class it comes. This needs to be improved by e.g. introducing a logging mechanism – configurable so it can be disabled, or that a custom logger can be set?
Improve this page
Add a description, image, and links to the injector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the injector topic, visit your repo's landing page and select "manage topics."


Service types
There are two types of services:
In general, services should be stateless but there are some exceptions from the rule. When working in traditional environment, state is not the problem since each request-response happens in separate environment.
When working with [RoadRunner](https://github.com/yiisoft/docs/blob/master/guide/en/tutorial/usi