|
|
楼主 |
发表于 2020-6-28 07:40:38
|
显示全部楼层
rp2004 发表于 2020-6-28 04:22
You said"1. Use the strings command to export all text information of the software (remember to find ...
strings is a linux command. If you on windows platform, maybe you should use https://docs.microsoft.com/en-us/sysinternals/downloads/strings
This method is try to extract all strings from the binary file.
So, if you have a binary file, for exmaple "aaa.exe", then you can type following command:
strings aaa.exe > 1.txt
Then you can use a text editor, for example, notepad, open this 1.txt file. Use the text search function of the text editor....
|
|