[终极 Yum Audio 插件套装] Yum Audio The Complete Bundle 2025 Incl Patched and Keygen READ NFO-R2R [WiN](114.0MB)

Team R2R | 30 March 2026 | 114.0 MB

安装方法:安装并注册,若要运行 .r2rwm 文件,您需要安装“TEAM.R2R.System.v1.2.0-R2R”(下载包内已提供)。

点击查看

卸载旧版本。

安装。

运行我们的程序并注册。

尽情享受吧!

如果您想更改 OpenGL 支持,

请将“OpenGL – Enable”或“OpenGL – Disable”文件夹中的内容复制到

“%APPDATA%\Application Support\Yum Audio”。

我们不确定所有产品是否都支持此设置。

TEAM R2R 2026

终极 Yum Audio 插件套装,
激发您的创意 – 激发新鲜灵感,为每一首曲目注入活力。
全面的声音设计 – 一包功能强大、价格实惠的插件,即可使用我们所有的工具。
脱颖而出 – 使用创新、出色的插件,打造专业优势。

包含全部 11 款插件

包含哪些插件?
Ember
Slap
Crispy Clip
The Grater
Extractor
Spread
LoFi – Tapestop
LoFi – Flux Machine
LoFi – Playtime
LoFi – Pitch Dropout
LoFi – Drifter

女巫说,

向基地投下炸弹!尽情享受 Moonbase.sh 的魔法吧!

Moonbase 是一个一体化的软件销售解决方案,
音频插件而设计。Moonbase 包含 DRM,
并为开发者提供典型的 API 和 SDK。与其他知名解决方案不同,它还拥有用于
音频插件的 JUCE 模块。

该保护机制最初是为 Yum Audio 开发的,采用 SHA256 哈希、 RSA2048 加密和 BASE16/64 编码。自Yum Audio 的第一个版本
以来,只有少量改动。最近,越来越多的开发者开始使用 Moonbase。这是我们对 Moonbase 保护机制的首次正式评测:在查看了 50 多个受 Moonbase 保护的插件后,我们可以明确地说,作为 DRM 提供商,它的表现并不理想。不够强大,也不够可靠。

更多NFO信息:

点击查看

机器 ID 不稳定
———————-
在 Moonbase JUCE 模块中,机器 ID 的生成依赖于 JUCE 的 UniqueID
函数。问题在于,旧版 JUCE 中的 UniqueID 在某些
计算机上无法正常工作(每次重启计算机后 ID 都会改变)。我们发现一些开发者
仍然在使用存在问题的旧版 UniqueID 来运行 Moonbase。

你可能会问,到底是谁在用旧版 JUCE?在
现实世界中,确实有一些开发者还在这样做。虽然 JUCE 8 是最新版本,但许多插件仍然基于 6/7 版本构建。HISE
引擎基于 JUCE 6,尽管 HISE 对
UniqueID 做了一些自定义修复 :P

Moonbase 似乎已经注意到了这个问题。Yum Audio 的一个最新
插件采用了一种新的机器 ID 计算方法,不再依赖于
JUCE 的 UniqueID。以下是该插件中机器 ID 的计算方式:

System32 目录的 FileSystemID + CPU 厂商名称 + CPU 型号名称

<<

在 JUCE
改用 UniqueID 之前,FileSystemID 曾用于生成机器 ID。由于以下原因,该功能已被弃用:

* Windows 更新可能会更改 FileSystemID。
* 32 位进程和 64 位进程的 FileSystemID 不同。

如果开发人员需要使用 Moonbase JUCE 模块,唯一能使其
正常工作的方法是使用 JUCE7(最新版)或 JUCE8。HISE Engine 用户需要
确认他使用的是已修复的版本。

他们真的需要聘请一位精通 Windows 和硬件的人员 :/

无用的额外保护
————————
Moonbase JUCE 模块有一个 JSON 文件,用于进行如下配置。

{
“productId” : “super-compressor”,
“baseUrl” : “http://blah.moonbase.sh/”,
“offlineUrl” : “http://blah.moonbase.sh/activate”,
“licenseFileLocation” : “Super Plugin/Super Compressor/license.mb”,
“publicKey” : “(在此处插入 RSA2048 公钥)”
}

自 YumAudio/BlackSaltAudio 时代以来,我们已将 RSA 公钥替换
为我们自己的公钥,以使密钥生成器正常工作。

一段时间后,Moonbase 开始检测公钥的修改。如果
检测到修改,它将不会读取许可证。该检测是通过
使用 BigInt 进行数学运算来实现的。

最新的保护措施更加巧妙。公钥并非以 ASCII
格式保存,而是像这样逐个连接公钥文本:

put(“a”);
put(“X”);
….
put(“n”);
put(“=”);

我们不明白他们为什么花了额外的时间来加强保护。
是他们的客户要求的吗?

自从第一个保护机制出现以来,我们就一直在制作密钥生成器。当时没有 Moonbase,没有文档,也
没有 SDK。没有任何提示。一般来说,懂密码学
并且能在不看源代码的情况下分析许可结构的黑客不会被
这些伎俩迷惑。根据我们的聊天记录,这两个新伎俩都在
10 分钟内被破解了。考虑到所需的工作量和成本(设计、代码、测试、文档……),
最好什么都不做。不要让保护机制变得复杂。

世界上有很多有竞争力的在线许可解决方案。
它们中的大多数都没有反盗版功能,因为它们根本不起作用。如果客户需要
反盗版功能,他们会付费购买真正有效的服务或软件。

其他小问题
——————
双层芝士汉堡:Moonbase 在编码时,
首先会进行 base16 编码,然后再进行 base64 编码。最终长度会因为
这种浪费而翻倍。

“Pikachu” -> “50696b61636875” -> “NTA2OTZiNjE2MzY4NzU=” (plain->b16->b64)
“Pikachu” -> “UGlrYWNodQ==” (plain->b64)

还有许多其他方法可以延长 NFO 文件。

摘要
——-
* Moonbase 在为旧版 JUCE 项目生成机器 ID 时存在严重缺陷。
新方法正在 Yum Audio 的一款产品中进行测试,但
即使在最新的 JUCE 版本中,它仍然存在其他问题,而且运行效果不佳。由于问题源于对操作系统和硬件知识的不足,因此很难说
当前/未来版本的解决方案在 JUCE 项目中是否可靠。* 我们会不时添加新的额外保护措施。但这对于有能力制作密钥生成器的破解者来说根本不算什么。在添加这些保护措施之前,还有很多其他方面需要改进。我们之所以大声抱怨,是因为很多人在遇到问题时会误以为是破解程序的问题:O顺便问一下,你们真的需要隐藏 moonbase_JUCEClient 代码库吗?

The Ultimate Yum Audio Plugin Bundle
Ignite Your Creativity – Inspire fresh ideas and breathe life into every track.
Comprehensive Sound Design – Access all our tools in one powerful, cost-effective bundle.
Set Yourself Apart – Achieve a professional edge with innovative, standout plugins.

Includes all 11 plugins

What’s Included?
Ember
Slap
Crispy Clip
The Grater
Extractor
Spread
LoFi – Tapestop
LoFi – Flux Machine
LoFi – Playtime
LoFi – Pitch Dropout
LoFi – Drifter

Witches said,

Drop the bombs to the base! Have fun with those magics for Moonbase.sh!

Moonbase is all-in-one solution to sell the software. It is especially made
for audio plugins. Moonbase contains DRM which provide typical API, SDK to
the developers. Unlike other famous solution, it also has JUCE Module for
audio plugins.

The protection is originally made for Yum Audio. It is using SHA256 hash,
RSA2048 encryption, BASE16/64 encoding. There were only few changes since the
first Yum Audio version.

Recently, more and more developers are going to Moonbase. This is our first
real review about the protection:

After seeing 50+ Moonbase protected plugins, we can clearly say that they are
not doing well as the DRM provider. Not strong, not reliable.

More NFO notes:

Click to view

Machine ID Instability
———————-
In Moonbase JUCE Module, Machine ID Generation is depending on JUCE’s UniqueID
function. The problem is, the UniqueID in old JUCE is not working on some
computers (it changes ID at every computer restart). We saw some developers
are really using Moonbase with that problematic old UniqueID.

Who the hell is using old JUCE? You may ask. Some developers still does in the
real world. While JUCE8 is the latest, many plugins are still built on 6/7.
The HISE Engine is based on JUCE6, although HISE had some custom fix for the
UniqueID :P

It seems that Moonbase already noticed that issue. One of the latest Yum Audio
plugin is using new way of Machine ID calculation which does not rely on
JUCE’s UniqueID. Here is how they calc Machine ID in that plugin :

FileSystemID of Sytem32 dir + CPU Vendor Name + CPU Model Name

<<

The FileSystemID was used in the first JUCE’s Machine ID generation before
they went to UniqueID. It was deprecated becayse of the following reasons.

* The FileSystemID can be changed by Windows Update.
* The FileSystemID are different between 32bit Process and 64bit Process.

If the developer needs to use Moonbase JUCE Module, the only way to make it
working properly, is using JUCE7(LATEST) or JUCE8. The HISE Engine user needs
to confirm that he is using the fixed one.

They really need to hire someone who knows well about Windows and Hardware :/

Useless Extra Protection
————————
In Moonbase JUCE Module, it has JSON file to configurate like this.

{
“productId” : “super-compressor”,
“baseUrl” : “http://blah.moonbase.sh/”,
“offlineUrl” : “http://blah.moonbase.sh/activate”,
“licenseFileLocation” : “Super Plugin/Super Compressor/license.mb”,
“publicKey” : “(INSERT RSA2048 PUBLIC KEY HERE)”
}

Since the YumAudio/BlackSaltAudio age, we have replaced the RSA Public Key
to our one to make keygen working.

After a while, Moonbase starts detecting Public Key modification. If the
modification detected, it won’t read the license. The detection is done by
math using BigInt.

The latest protection has more trick. The public key is not saved in ASCII
format. It concatenate public key text one by one like this.

put(“a”);
put(“X”);
….
put(“n”);
put(“=”);

We have no ideas why they took extra time to make the protection “stronger”.
Did their clients request for that?

We have made keygens since the first protection. There was no Moonbase, docs,
SDK. No hints at all. Generally speaking, hackers who know cryptography
and who can analyse the license structure without source code are not confused
by those tricks. According to our chat log, both new tricks were solved within
10 minutes. Considering the effort and cost (design, code, test, docs…….),
it is better to do nothing. Do not make the protection complicated FOR YOU.

There are lots of competitive online licensing solutions in the world. Most of
them do not have anti-piracy because it doesn’t work. If the client needs a
anti-piracy, they will pay to the service or software that actual works.

Other Small Things
——————
Double CheeseBurger : When Moonbase is encoding something, it encodes to
base16 at first, then it encodes base64 again. The final length is doubled by
that waste.

“Pikachu” -> “50696b61636875” -> “NTA2OTZiNjE2MzY4NzU=” (plain->b16->b64)
“Pikachu” -> “UGlrYWNodQ==” (plain->b64)

And there are lots of other things to make NFO longer.

Summary
——-
* Moonbase has serious flaw in Machine ID generation for older JUCE projects.
The new method is under testing in one Yum Audio product, but it has other
problems which doesn’t work well even in the latest JUCE. It’s hard to say
current / future version of this solution is reliable in JUCE projects,
because the issue comes from the lack of knowledge about OS and hardware.
* New extra protections are added from time to time. It is nothing for the
cracker who has enough skill to make keygens. There are lots of other things
to improve before the protection.

We complain loudly, because many people think that issues come from the crack
when they have problems :O

BTW, do you really need to hide the moonbase_JUCEClient repo?

🏠 HomePage

阅读全文
资源下载
下载价格VIP专享
仅限VIP下载升级VIP
常见问题
开通VIP会员是否可以无限下载?
本站所有资源,针对不同等级VIP可直接下载,特殊资源会注明是否免费,指会员所享有根据选择购买的会员选项所享有的特殊服务,具体以本站公布的服务内容为准。
购买VIP会员是否可以退款?
VIP会员属于虚拟服务,付款后不能申请退款;开通VIP会员之前,请予以确认;如有疑问,可以联系站长咨询。
资源下载链接失效怎么办?
下载链接失效,不用担心,可以通过留言或者评论的方式和我们联系,一般会在24小之内解决!
百度网盘链接打不开怎么办?
1.新疆和台湾是百度网盘限制区,可以使用手机网络,不要连接WIFI,然后转存到网盘下载! 2.海外打不开百度网盘链接,可以使用梯子,连接大陆网络即可!
本站部分资源来源于互联网,仅作介绍和学习使用,版权属原著所有。若有侵权,请发邮件(shuziyinpin@gmail.com),联系我们删除。加入本站VIP会员,购买正版打折,比淘宝价便宜!原文链接:https://www.shuziyinpin.vip/46955.html,转载请注明出处。
0

评论0

请先
显示验证码
没有账号?注册  忘记密码?