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 (23,826 stars) (3,229 forks)batch import
RBincharsetsgood first issue

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