orhun/binsider

Support tweaking dynamic analysis options

Ouverte

#7 ouverte le 11 sept. 2024

 (2 commentaires) (0 réaction) (0 personne assignée)Rust (105 forks)auto 404
effort: mediumenhancementgood first issue

Métriques du dépôt

Stars
 (4 333 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur