Vector35 / Vector35/snippets

Snippets hang UI

Open
#4 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Impact: Medium
Dominant language
Python
Stars
31
Forks
14
PR merge metrics
No merged PRs in 30d

Description

2144-dev Personal, Windows

import time
time.sleep(20)

Will render the UI entirely unresponsive. Obviously sleeping in a snippet like this is stupid, but it's the same behavior as iterating over a bunch of data.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how Python snippets are executed and how that work interacts with the Binja UI thread; the issue provides a reproducer using time.sleep(20). Confirm the current behavior, then define completion as keeping the UI responsive while a long-running snippet executes, including when it iterates over substantial data.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop, devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.