nosoop / SM-TFCustomAttributeStarterPack

A collection of plugins to be used with the TF2 Custom Attribute framework.
MIT License
20 stars 10 forks source link

JarExplode() detour fails on the second plugin on Windows #10

Closed nosoop closed 4 years ago

nosoop commented 4 years ago

Sounds like a DHooks quirk.

An upcoming attribute reuses the DHooks setup for JarExplode() (since I currently don't want to rewrite it as a shared plugin), and that seems to not play nice on Windows. Linux loads both plugins without issue.

nosoop commented 4 years ago

Could also be a sigscan quirk -- this really should be cached.

nosoop commented 4 years ago

Current plan is to wildcard the first six bytes to mask out the jump.