radareorg/radare2

Add arguments for iz and izz to show only ascii unicode or wide strings

Open

#18,821 opened on Jun 10, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C (3,229 forks)batch import
RBincharsetsgood first issue

Repository metrics

Stars
 (23,826 stars)
PR merge metrics
 (Avg merge 16h 24m) (99 merged PRs in 30d)

Description

Description

Allow iz and izz commands to show only requested type of the strings:

  • a for ascii
  • u for unicode
  • w for wide strings

Contributor guide