// Detect It Easy: detection rule file // Author: BJNFNE // https://www.radgametools.com/miles.htm meta("library", "Miles Sound System"); function detect() { if (PE.isLibraryPresent("mss32.dll")) { bDetected = true; } return result(); }