radare2 icon indicating copy to clipboard operation
radare2 copied to clipboard

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

Open alex-bender opened this issue 3 years ago • 2 comments

Description

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

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

alex-bender avatar Jun 10 '21 09:06 alex-bender

Bear in mind that now rbin supports cfg.charset for a larger set of encodings like for gameboy roms or MVS objects with ebcdic37, so there must be also a way to specify the full name for the encoding. maybe iz:pokered or iz:utf8 and such

trufae avatar Jun 10 '21 09:06 trufae

I think we should just use rtable in cbin

trufae avatar Oct 04 '21 23:10 trufae