orhun/binsider

Support tweaking dynamic analysis options

Open

#7 opened on Sep 11, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (105 forks)auto 404
effort: mediumenhancementgood first issue

Repository metrics

Stars
 (4,333 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide