介绍
很多开发人员都在用JetBrains出品的IDEA、WebStorm、PyCharm等,zhile大佬写了很多帮组我们免费研究使用的激活工具。而最近的一款可称为神器--ja-netfilter。
根据这个开源的神器可以解锁很多JetBrains出品的应用,已经有配合的网站提供下载即用配置好的工具包了,接下来就演示一下IDEA怎么破解的。
IDEA破解
step1:下载
访问 https://3.jetbra.in/ 这个网页,如图,等待几秒后,这个网页会显示可以访问的激活网站,随便挑一个点击进去。
如图,打开的网页中有很多产品的激活码,也标明了对应的版本号,网页最上面有一个压缩包可以下载,这个压缩包就是配置好的janetfilter。
如图,下载好后解压到本地,查看目录下的内容。
打开readme.txt,内容如下,按照操作指导去配置就可以了,里面也提示了不用在意激活的时间,永不过期!!!
Operation guide:
1. add -javaagent:/path/to/ja-netfilter.jar=jetbrains to your vmoptions (manual or auto)
2. log out of the jb account in the 'Licenses' window
3. use key on page https://jetbra.in/5d84466e31722979266057664941a71893322460
4. plugin 'mymap' has been deprecated since version 2022.1
5. don't care about the activation time, it is a fallback license and will not expire
Enjoy it~
JBR17:
add these 2 lines to your vmoptions file: (for manual, without any whitespace chars)
--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED
--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED
NEW:
Auto configure vmoptions:
macOS or Linux: execute "scripts/install.sh"
Windows: double click to execute "scripts\install-current-user.vbs" (For current user)
"scripts\install-all-users.vbs" (For all users)
step2:配置
去官网下载IDEA2022.2.X版本,安装过程这里就忽略了,接下来就是配置vmoptions。
如图,打开vmoptions的配置文件。
如图,根据readme的指定去增加配置。
如图,去之前下载的网页上复制激活码
如图,打开IDEA的注册激活界面。
如图,粘贴激活码,并点击激活。
如图,激活的成功。