e.g. `/frida(\.exe)?/i` can be updated to `/\bfrida(\.exe)?\b/i` to avoid matching common strings like `friday`.
e.g.
/frida(\.exe)?/ican be updated to/\bfrida(\.exe)?\b/ito avoid matching common strings likefriday.