比如把这个 exe 文件拉到 ultra editor 里进行搜索。 具体地说,我想在生成的 exe 文件里搜索以下代码段中的 xxxxx: defaultStringHandler.BFormatted(Utils.Base64Decode("xxxxx")); 不知是否可以搜到?貌似不行?
2
thinkershare 2023-11-14 16:25:42 +08:00
直接是搜不到,反编译后,肯定是可以还原的。
|
3
thinkershare 2023-11-14 16:27:13 +08:00
你了解 PE32 头和 MSIL 的格式,很容易理解原因。
|
4
klo424 2023-11-14 16:27:18 +08:00
反编译就可以搜到
|
5
feirisu 2023-11-14 16:33:19 +08:00
用 dnspy 反编译去看
|