Cs[?] [-] [size] [@addr] add string
Usage: Cs[ga-*.] [size] [@addr]
NOTE: size1 unit in bytes == width in bytes of smallest possible char in encoding, so ascii/latin1/utf8 = 1, utf16le = 2Cslist all strings in human friendly form-
As an example:
Cswill give strings from bytes
-
Cs*list all strings in r2 commandsCs [size] @addradd string (guess latin1/utf16le)Csg [size] [@addr]as above but addr not neededCz [size] [@addr]dittoCsa [size] [@addr]add ascii/latin1 stringCs8 [size] [@addr]add utf8 stringCs- [@addr]remove stringCs.show string at current addressCs..show string + info about it at current address
Cs Cs* Csg Cz Csa Cs8 Cs- Cs.. Cs.