Skip to content

rstrings is tool that allows you to print n long set of printable characters appearing side by side inside any file.

License

Notifications You must be signed in to change notification settings

Kameleon-07/rstrings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rstrings

rstrings is tool that allows you to print n long sequence of printable characters appearing side by side inside any file.


Usage

rstrings (file) (other-options)

Option Short Explanation
show-index i Shows index of the first character in the sequence
no-color None Choosing that will result printing output without colorizing
sequence-length n Specifies minimum length of the printable characters sequence (default 4)

Requirements

  • any linux distro (tested on ArchLinux)
  • rust compiler

Installation

git clone https://github.com/Kameleon-07/rstrings.git
cd rstrings
cargo install --path .
strip ~/.cargo/bin/rstrings

Or more manually:

git clone https://github.com/Kameleon-07/rstrings.git
cd rstrings
cargo build --release
(optional but recommended) strip target/release/rstrings
sudo cp target/release/rstrings /usr/local/bin

Previews

No color


Changing minimum sequence length


Show index of first char in sequence

About

rstrings is tool that allows you to print n long set of printable characters appearing side by side inside any file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages