orhun/binsider

Support tweaking dynamic analysis options

Aperta

#7 aperta il 11 set 2024

 (2 commenti) (0 reazioni) (0 assegnatari)Rust (105 fork)auto 404
effort: mediumenhancementgood first issue

Metriche repository

Star
 (4333 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor