Skip to content

Dump printable ASCII/UNICODE strings from a given file in a single pass.

Notifications You must be signed in to change notification settings

tombonner/tbostrings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

tbostrings

Portable strings implementation for dumping printable ASCII/UNICODE strings from a given file in a single pass.

It is the equivalent to running the UNIX strings program multiple times with the following switches, and should be much faster:

  • strings -s
  • strings -el
  • strings -eL
  • strings -eb
  • strings -eB

About

Dump printable ASCII/UNICODE strings from a given file in a single pass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published