issues
search
willox
/
auxtools
Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.
MIT License
28
stars
32
forks
source link
Linux sigscan fixes
#60
Closed
WilliamVenner
closed
2 years ago
WilliamVenner
commented
2 years ago
Fix segfault when the module isn't found
Fix UB (writing to immutable memory)
Replaced transmute with casts