Searching For String Literals

前端 未结 6 1058
情书的邮戳
情书的邮戳 2020-12-09 17:21

In the quest for localization I need to find all the string literals littered amongst our source code. I was looking for a way to script this into a post-modification source

6条回答
  •  -上瘾入骨i
    2020-12-09 17:52

    It uses the compiled binary instead of source, but Sysinternals' Strings app might be useful.

提交回复
热议问题