From 5b60a0ed8c5b3e8153164688667044c7847255ce Mon Sep 17 00:00:00 2001 From: Ads Dawson <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Fri, 8 Nov 2024 06:19:18 -0500 Subject: [PATCH] chore: revert strings --- cybersecurity/reverse-engineering/strings.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/cybersecurity/reverse-engineering/strings.yml b/cybersecurity/reverse-engineering/strings.yml index 007352a..273212a 100644 --- a/cybersecurity/reverse-engineering/strings.yml +++ b/cybersecurity/reverse-engineering/strings.yml @@ -1,12 +1,4 @@ -description: | - The best reverse engineering tool that's ever been created. - Strings looks for ASCII strings in a binary file or standard input. Strings is useful for identifying random object files and many other things. A string is any sequence of 4 (the default) or - more printing characters [ending at, but not including, any other character or EOF]. - -categories: - - cybersecurity - - offensive - - reverse-engineering +description: The best reverse engineering tool that's ever been created. functions: print_strings_in_file: @@ -19,9 +11,6 @@ functions: - /path/to/binary - /Applications/Firefox.app/Contents/MacOS/firefox - container: - image: alpine - cmdline: - /usr/bin/strings - ${file_path} \ No newline at end of file