yangnuozhen / ReFreeAdobe

Free & Safe & Easy-used Adobe Patch | Based on bestyize/FreeAdobe
GNU General Public License v3.0
7 stars 2 forks source link

Photoshop 2023报告non-genuine app #1

Closed yangnuozhen closed 1 year ago

yangnuozhen commented 1 year ago

安装Photoshop 2023后,未安装Adobe Genuine Service,但是打开PS项目后PS弹窗告知non-genuine app,并要求打开页面Using non-genuine apps can expose your organization to security risks,提示10天后软件将无法使用。

yangnuozhen commented 1 year ago

是这样的。Adobe在最新最热的Photoshop 2023塞了一个类Adobe Genuine Service的服务,会联网检查报告软件是否已购买,且安装的应用已被授权。

解决方法也是相当的简单,禁止PS联网并通过修改Hosts文件封锁所有Adobe正版验证Endpoint即可。

2.0+ 版本已经内置自动封锁脚本,正常优化即可。

以管理员身份打开Powershell,运行下列指令:

New-NetFirewallRule -DisplayName "Adobe Photoshop Patch" -Direction Outbound -Action Block -Program "C:\Program Files\Adobe\Adobe Photoshop 2023\Photoshop.exe" -Description "ReFreeAdobe Photoshop 2023 Patch. DO NOT DELETE OR EDIT IT!" 
 $file = "C:\Windows\System32\drivers\etc\hosts" 
 $textToAdd = @" 

 #Adobe Patch Start 
 127.0.0.1 lcs-cops.adobe.io 
 127.0.0.1 lcs-robs.adobe.io 
 127.0.0.1 lcs-entitlement.adobe.io 
 127.0.0.1 lcs-ulecs.adobe.io 
 #Adobe Patch End 
 "@ 

 $content = Get-Content -Path $file -Encoding UTF8 
 $content += $textToAdd 

 Set-Content -Path $file -Value $content -Encoding UTF8

程序内置的.ps1 文件可于这里查看。

yangnuozhen commented 1 year ago

Tip: There will be a feature update that can automatic fix this problem by running that comand.

razielaka commented 1 year ago

That's good and all, but then features such as Generative Fill will stop working. Is there any workaround for this?

yangnuozhen commented 1 year ago

That's good and all, but then features such as Generative Fill will stop working. Is there any workaround for this?

I've been using and testing this software for a while now, and I don't seem to have found any functional issues so far. Could you please create an Issue and describe this problem to us in detail? :)

moondustxu commented 1 year ago

why does my v2022 occur the same problem... 你好!

yangnuozhen commented 1 year ago

That's good and all, but then features such as Generative Fill will stop working. Is there any workaround for this?

Thanks for your feedback. But I have tested many times in Photoshop 2023 (24.5.0), and the problem you mentioned cannot be reproduced, and the Generative Fill function works normally.

Also, here is a screen recording, the problem you describe does not seem to occur.......

https://github.com/yangnuozhen/ReFreeAdobe/assets/56541171/553990a9-00ad-4df7-a259-f1b9f3658f8a

yangnuozhen commented 1 year ago

why does my v2022 occur the same problem... 你好!

你好!

请问是内容识别填充用不了吗?还是报告non-genuine app?

yangnuozhen commented 1 year ago

This issue will be closed then because the problem was fixed by Adobe. If you still have any problem, please creat a new issue. Here is a guide shows how to report a bug or other problem.

yangnuozhen commented 1 year ago

Well.. image

yangnuozhen commented 1 year ago

That's good and all, but then features such as Generative Fill will stop working. Is there any workaround for this?

Sorry I misunderstood you earlier. Generative Fill does not work, because the Generative Fill function is a cloud function, and its function needs to communicate with the Adobe cloud server. The cracked Photoshop does not have the permission to communicate with the Adobe server, so all functions that rely on the cloud, including Generative Fill, are temporarily unavailable.

yangnuozhen commented 1 year ago

目前,只有开代理能连接外网才会弹窗 大陆内网不会弹窗

(可能是因为lcs-cops.adobe.io 我待会抓包研究一下

yangnuozhen commented 1 year ago

测试后发现确实是因为与*.adobe.io的通信造成的弹窗,并且数据包发送方貌似并不是Photoshop.exe。因此可以尝试添加Host条目来屏蔽所有验证用的adobe.io子域名

127.0.0.1 lcs-cops.adobe.io
127.0.0.1 lcs-robs.adobe.io
127.0.0.1 lcs-entitlement.adobe.io
127.0.0.1 lcs-ulecs.adobe.io

V2.0版本会自动添加条目。

⚠请注意!如果您使用Clash等利用本地系统代理转发数据时,此方法需要进行进一步设置。(仅将系统HTTP代理设置为127.0.0.1时才需要如下设置)


此处以Clash for Windows为例。

  1. 打开设置
  2. 找到System Proxy 设置项
  3. 点击Bypass Domain/IPNet 右边的 Edit 按钮 image image

4.它应该会打开一个Visual Studio Code或其它默认文本编辑器的窗口。 image

5.在倒数第二行(<local>的上面)插入新行。 image

6.填入

  - '*.adobe.io'

image

7.保存,关闭窗口。

此时即使开着代理,也能正常阻止*.adobe.io的出站。

yangnuozhen commented 1 year ago

我们发现,Photoshop会拉起一个WebView进程来显示弹窗信息。 image

yangnuozhen commented 1 year ago

0d476f2

Ydasolddog commented 1 year ago

这东西太烦人了

yangnuozhen commented 1 year ago

这东西太烦人了

新版本应该已经屏蔽掉了吧?还是仍然会弹