mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add FluidSynth signature
This commit is contained in:
parent
8d8fa5f773
commit
d7ce667b68
1 changed files with 13 additions and 0 deletions
13
db/PE/library_FluidSynth.4.sg
Normal file
13
db/PE/library_FluidSynth.4.sg
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// Detect It Easy: detection rule file
|
||||
// Author: BJNFNE <bjnfne@web.de>
|
||||
|
||||
// https://www.fluidsynth.org/
|
||||
meta("library", "FluidSynth");
|
||||
|
||||
function detect() {
|
||||
if (PE.isLibraryPresentExp(/^libfluidsynth/)) {
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue