Merge pull request #18 from Rutherther/feat/optional-binding Add support for optional modules and hooks
feat(binding): convert hooks and modules to optionals
Merge pull request #8 from Rutherther/feat/shared-binding Add possibility to share bindings, packets, client with multiple dlls
feat(bindings): support stack arguments with asm detour
feat(binding): split hooks to individual classes, make a hook manager
feat(bindings): add periodic binding and thread synchronizer
feat(binding): add custom asm hooking
feat(binding): initialize only first time
feat(binding): do not activate the hook if not needed
feat(binding): add possibility to disable or reenable hooks
feat(binding): add hook config builder for configuring what hooks to enable Resolves #1. Use IServiceCollection.ConfigureHooks() for accessing the builder.
fix(binding): return BindingNotFoundError with correct function name
chore: update dependencies
fix(binding): enable hook in CreateHookFromPattern
feat: add initial migrated files from NosSmooth repository