pk-hack / CoilSnake

https://pk-hack.github.io/CoilSnake/
GNU General Public License v3.0
158 stars 37 forks source link

Fix bug with regular expression (inadvertently caused pointers to not be relocated) #286

Closed charasyn closed 5 months ago

charasyn commented 5 months ago

The RE used was not matching any pointer which contained a newline byte (0x0A). Use DOTALL to match any character.