Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support tweaking dynamic analysis options #7

Open
orhun opened this issue Sep 11, 2024 · 2 comments
Open

Support tweaking dynamic analysis options #7

orhun opened this issue Sep 11, 2024 · 2 comments
Labels
effort: medium Something that can be done quickly with some effort enhancement New feature or request good first issue Good for newcomers

Comments

@orhun
Copy link
Owner

orhun commented Sep 11, 2024

Is your feature request related to a problem? Please describe.

binsider uses lurk as a library for dynamic analysis. lurk supports many arguments for tweaking the options, however it is not possible to use them in binsider as of now.

e.g. see the output of lurk -h:

  -n, --syscall-number               Display system call numbers
  -p, --attach <ATTACH>              Attach to a running process
  -v, --no-abbrev                    Print un-abbreviated versions of strings
  -s, --string-limit <STRING_LIMIT>  Maximum string argument size to print
<strip>

Describe the solution you'd like

Support these options, either via CLI or in the TUI.

Describe alternatives you've considered

None.

Additional context

See: https://docs.rs/lurk-cli/latest/lurk_cli/args/struct.Args.html

@orhun orhun added enhancement New feature or request good first issue Good for newcomers labels Sep 11, 2024
@orhun orhun self-assigned this Sep 11, 2024
@boegel
Copy link

boegel commented Sep 22, 2024

In addition, it would be nice to be able to run a binary with specified arguments, for example doing dynamic analysis on the python3 binary when it's running a script named example.py.

I couldn't find a way to do this with binanalysis v0.1.0?

@orhun
Copy link
Owner Author

orhun commented Sep 22, 2024

@boegel it will be possible with the next release, implemented in #49

@orhun orhun removed their assignment Sep 27, 2024
@orhun orhun added the effort: medium Something that can be done quickly with some effort label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: medium Something that can be done quickly with some effort enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants