willox / auxtools

Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.
MIT License
27 stars 32 forks source link

an error in auxtools_init should prevent future auxtools_init calls from doing stuff #27

Open willox opened 3 years ago

willox commented 3 years ago

atm it can result in weird stuff such as populate_procs being called multiple times

willox commented 3 years ago

also should unhook any already-hooked methods (or they might run without strings being interned etc.