Skip to content

Commit 0113ded

Browse files
0xebclaude
andcommitted
fix: Correct entryPoint to 'qscripts' (remove incorrect '64' suffix)
The plugin binaries are named qscripts.dll/so/dylib, not qscripts64. IDA automatically appends the correct extension based on platform. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent add50b9 commit 0113ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ida-plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"plugin": {
44
"name": "QScripts",
55
"version": "1.2.6",
6-
"entryPoint": "qscripts64",
6+
"entryPoint": "qscripts",
77
"description": "Develop IDA scripts faster with hot-reload and automatic execution on file changes. Supports Python, IDC, and compiled plugins with dependency tracking.",
88
"urls": {
99
"repository": "https://github.com/allthingsida/qscripts"

0 commit comments

Comments
 (0)