Vector35 / Vector35/debugger

Support running multiple commands

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

Nobody has claimed this yet.

enhancement Impact: Low UI
Dominant language
C++
Stars
331
Forks
33
PR merge metrics
No merged PRs in 30d

Description

What is the feature you'd like to have?
I want to be able to send multiple newline-separated commands to LLDB in the Debugger console and have them all run in sequence.

Is your feature request related to a problem?
I had ChatGPT generate me a list of commands to run in LLDB which I am trying to paste into the Debugger console in binja. However, the console tries to parse them all as one big command and gets confused when there are extra arguments.

Are any alternative solutions acceptable?
This is purely a convenience thing, I can copy the commands from ChatGPT one at a time. That is just really annoying.

Additional Information:
Commands (for your replication):

register write rax 9
register write rdi 0
register write rsi 0x4000
register write rdx 7
register write r10 0x22
register write r8  18446744073709551615
register write r9  0
memory write -f bytes $rip 0f 05 c3
si
register read rax

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 at the Debugger console command-parsing entry point and trace how pasted input is handled. Use the supplied LLDB command list to reproduce the issue; done means newline-separated commands execute sequentially while existing single-command behavior still works.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
cli, reverse-engineering
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.