feat(bindings): add periodic binding and thread synchronizer
feat(samples): add commands for focusing and following
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
chore: update dependencies
feat(samples): make custom SimplePiiBot skill selector Selects areal skills for Piis, any skill for PiiPod
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(samples): add file manager initialization retries in SimplePiiBot
fix(inject): add possibility to inject multiple .NET runtime dlls without crashing
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
fix(binding): add correct preserve registers to function signatures
feat(samples): add simple pii bot sample
chore: update dependencies