i’m looking for an alternative to wyd 0.2 that can extract strings from any type of file it comes across.
thanks =)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
strings/*padding because i need 15 chars*/
edit There is a program called
stringsin every *nix out there, since the late ’80s, which does just that. You can log in to any *nix out there, and typeman stringsto get more info. Or you could typestrings -hshowing something along the lines ofwhich are then options you can pass to
strings, to alter it’s behavior.