chore(samples): update dependencies
feat(samples): update simple pii bot to work with new combat version
chore: update dependencies
fix(shared): return an error in case underlying hook manager is not initialized correctly
feat(client): log packet on failed handling
chore: update dependencies
feat(injector): inject nethost.dll prior to Inject dll to verify the injection won't fail on missing nethost
feat(hooks): make a dictionary instead of a list in hook manager
samples(binding): make name interceptor work
feat(binding): make synchronizer execute directly in case the current thread is the nostale thread
Merge pull request #8 from Rutherther/feat/shared-binding
Add possibility to share bindings, packets, client with multiple dlls
feat(client): disable all hooks after nostale client stopped
fix(samples): do not incorrectly intercept c_info_reset, do not put two spaces in c_info packet
fix(shared): correctly share SharedHookManager
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(samples): remove duplicit ShareNosSmooth
chore: fix shared binding dependency path