How to hide strings in a exe or a dll?

前端 未结 9 2146
猫巷女王i
猫巷女王i 2020-11-29 02:07

I discovered that it is possible to extract the hard-coded strings from a binary.
For example the properties view of Process Explorer displays all the string with more t

9条回答
  •  一生所求
    2020-11-29 03:04

    There are URLs for http requests that I would like to hide too.

    If your app is making the request, there is no point hiding this. Running an app like fiddler, http analyzer, or one of dozens of other free and readily available methods will show all the traffic your app is creating.

提交回复
热议问题