Skip to content

Commit 6bc2308

Browse files
authored
Change plugin version and update platforms/categories
Updated plugin version and modified platform and category specifications.
1 parent 3d68f2b commit 6bc2308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ida-plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"IDAMetadataDescriptorVersion": 1,
33
"plugin": {
44
"name": "Signsrch",
5-
"version": "1.0.1",
5+
"version": "1.0.0",
66
"description": "IDAPython plugin for searching signatures using XML signature database from IDA_Signsrch",
77
"entryPoint": "signsrch.py",
88
"license": "GPL-3.0",
@@ -16,8 +16,8 @@
1616
"repository": "https://github.com/L4ys/IDASignsrch"
1717
},
1818
"idaVersions": ">=7.0",
19-
"platforms": ["win", "mac", "linux"],
20-
"categories": ["Signature Recognition"],
19+
"platforms": ["windows-x86_64", "linux-x86_64", "macos-x86_64", "macos-aarch64"],
20+
"categories": ["malware-analysis", "api-scripting-and-automation"],
2121
"keywords": ["signsrch", "signature", "crypto", "pattern", "search"]
2222
}
2323
}

0 commit comments

Comments
 (0)