orhun/binsider

Support tweaking dynamic analysis options

开放

#7 创建于 2024年9月11日

 (2 条评论) (0 个反应) (0 位负责人)Rust (105 个派生)auto 404
effort: mediumenhancementgood first issue

仓库指标

星标
 (4,333 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南