fix(bindings): do not allow multiple initializations of hook manager
feat(bindings): support stack arguments with asm detour
fix(bindings): pass position to walks in correct format
chore: fix documentation see -> typeparamref
feat(binding): add disable list to hook manager
feat(binding): catch exceptions for hook initialization
feat(binding): split hooks to individual classes, make a hook manager
feat(binding): make events follow common convention, using EventHandler
feat: use synchronizer for NosTale calls
feat(bindings): add periodic binding and thread synchronizer
feat(binding): use asm hooking for network
feat(binding): use asm hooking for entity focus
feat(binding): add custom asm hooking
feat: update packets namespace in local client
feat(binding): initialize only first time
chore: update dependencies
feat(binding): do not activate the hook if not needed
feat(binding): add possibility for last offset in MemoryExtensions
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.