You are not logged in.
Pages: 1
When I use strings ( /usr/bin/strings) on a binary decodes it the file?
Last edited by Thaodan (2012-05-26 22:49:36)
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
I don't know if this is a language barrier, or if this was just typed too quickly, but I cannot figure out what you are asking.
If you can elaborate on what you need to know, this may become more clear.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
main post updated.
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
Oh, now I think I understand. GNU Strings simply extracts text from a file.
If I run strings on a binary file (zsnes is a fun one to see strings from) then it shows the text content. I can also open that same binary file in a text editor and find those same strings manually.
There is no 'decoding', it just finds sequences (of 4 or more by default) text characters.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Ah k cause I got this message after running strings on a game:
EULA Violation
Comments:
attempting to decompile, reverse engineer, or otherwise decode our game is an EULA violation and can lead to the immediate and permanent banning of your forum and game account.
Last edited by Thaodan (2012-05-26 23:02:58)
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
Strings is not an attempt to decompile nor decode. It could be seen as an attempt to reverse engineer, though.
I find it odd that you'd get such a message though. Was that output to stderr, or was that just some of the text revealled in the binary?
For the bigger picture - if you are trying to decompile, reverse engineer, or decode, then stop. Respect their license. If you don't think you are doing anything counter to the EULA, then have fun.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Strings is not an attempt to decompile nor decode. It could be seen as an attempt to reverse engineer, though.
I find it odd that you'd get such a message though. Was that output to stderr, or was that just some of the text revealled in the binary?
For the bigger picture - if you are trying to decompile, reverse engineer, or decode, then stop. Respect their license. If you don't think you are doing anything counter to the EULA, then have fun.
I got this after posting a threat in their forum that gaved infos of the game that I got through it.
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
Pages: 1