上一集 下一集
正在播放

 

世界上最易用、却又最先进的压缩器

四个控制器页面

想象一台经典的游戏主机。主机本身没有游戏卡带是不会动的——这就像 Curvature 的压缩引擎。你需要装入一款“游戏”,在我们这里就是加载一个压缩模型。插入游戏卡带,主机启动,你会在电视上看到画面。但你还无法移动角色或进行操作——你首先需要插上手柄。哪一种手柄?在 NES(红白机)最常见的外设里,在标准手柄之后其实最受欢迎的是 NES Zapper(光线枪)。但用光线枪并不能做太多事情。操纵杆手柄是不是更好?它功能更强、控制更多?别忘了还有那个可以把两个手柄扩展成四个的转接器!

功能:
独特的压缩曲线,其他插件无法提供

全球首款使用布莱克–肖尔斯(Black–Scholes)模型的压缩器

全球首款使用量子隧道(Quantum tunnelling)模型的压缩器

极易上手的复古页面

预设页面提供更多控制与随机生成选项

专家页面可对算法进行全面控制

极快且易用的侧链均衡,支持外部侧链输入

侧链均衡可应用于主输出

过采样

未来将加入 5 个神秘算法

终身免费升级

一位巫师说道,

感谢你施行黑暗仪式。你成功召唤出了巫师们 :)

这是他的新标题党视频:

https://www.youtube.com/watch?v=TLj_bpwOCjk

他的插件里有没有什么值得“信赖”的特殊点,就像他说的那样?
他下载页上宣称“没有臃肿”的说法真实吗?

AP Mastering 的插件并不随附安装向导和随机未说明的臃肿软件。

昨晚,巫师们花时间调查了那款“70MB 的算法压缩器插件且无臃肿”的说法。

这是巫师们发现的清单:

  • 部分插件二进制文件(例如 Windows VST3)没有数字签名。
    这意味着无法确认该二进制文件是否真来自原开发者,或是否被他人篡改。
  • AP Mastering 插件在 Windows 版本中导入了 WS2_32(winsock2)DLL。
    这些函数能够向开发者发送个人信息。“如果插件并不与开发者服务器连接,为什么要导入它?”一位年轻制作人这样问。
  • 插件包含 OpenSSL3 的函数,如 AES、RSA 等常见加密功能,但这些并未真正被使用。人们称这为臃肿。AP Mastering 使用的 JUCE 框架本身就有实现 RSA、SHA 等用于数字签名的功能,所以为什么还要选用臃肿的 OpenSSL3?

当然,我们知道无需担心,因为我们对他的插件做了逆向工程。但大多数人不会做逆向工程。他们会对发现的任何东西产生怀疑并抱怨。我们希望他今后能编写更值得信赖、臃肿更少的插件,以打消那些怀疑的制作人们的疑虑。我们也很高兴告诉他,那些人甚至会怀疑几个没有网络 / DLL 加载 / 加密 API 依赖的几 KB 小 DLL ;)

————————————————

这次,我们制作了非常干净的补丁与密钥生成器(keygen),使用标准 C + OpenSSL 编写。
这些工具的完整源代码也一并包含在内。如果你不信任 R2R,就自己编译构建——任何现代平台上都能运行。好好玩玩,看看许可证如何被验证,以及开发者如何加密、隐藏 ECDSA 公钥!

按照预言,开发者会抱怨补丁 + keygen 过程复杂。之后,其中一位巫师会送给他体积仅 3MB、无需加载网络 API、且不需要在线授权的 DMG Audio Compassion。然后他将从此幸福地生活下去。

The easiest to use, yet most advanced compressor in the world

THE FOUR CONTROLLER PAGES

Imagine a classic games console. You have the console itself but without a game, it doesn’t do anything. This is like the compression engine of Curvature. You need to load a game or, in our case, a compression model. Inserting a game cartridge, the console boots up and you see something on the TV screen. But you can’t move the character or do anything yet. You first need to plug in a controller. But which one? The most popular peripheral for the NES, after the standard controller pad, was actually the NES Zapper, the laser gun. But with the zapper, you can’t do all that much. Surely the joystick controller is better because it’s more powerful with more controls? And don’t forget the adapter which allowed you to add four controllers instead of just two!

FEATURES:

Unique compression curves unavailable in other plugins

World’s first compressor to use the Black-Scholes model

World’s first compressor to use a Quantum tunnelling model

Extremely easy to use retro page

Preset page offers more control and random generation

Expert page has full control over the algorithms

Extremely fast and easy side chain EQ with external side chain input.

Side chain EQ able to be applied to the main out

Oversampling

5 more mystery algorithms to come

Lifetime free upgrades

 

A witch said,

Thanks for doing dark ritual. You successfully summoned witches :)

Here is his new clickbait video:

https://www.youtube.com/watch?v=TLj_bpwOCjk

Are there anything special to be “trusted” in his plugins like he said? Is it

true that his plugins are not shipped with the bloats as advertised on the

download page?

> AP Mastering plugins do not ship with installer wizards and random

> undisclosed bloatware.

Last night, witches took some time to investigate that “70MB algorithmic

compressor plugin without bloat”.

Here is the list what witches found :

* Some of the plugin binaries (like Windows VST3) are not digitally signed.

It means there are no ways to check if the binary really came from the

actual developer, or modified by someone.

* The AP Mastering Plugins are importing WS2_32 (winsock2) DLL in the

Windows version. These functions can send the personal information to the

developer. “If the plugin does not connect to the developer’s server, why is

it imported?”, a young producer said.

* Plugin has OpenSSL3 functions like AES, RSA and other famous crypto which

is not really used. People call it bloating. JUCE framework (which AP

Mastering uses) has enough functions like RSA and SHA to do digital signing,

so why did he choose that fat OpenSSL3?

Of course, we know there are nothing to worry because we reverse engineered

his plugin. But most people are not reverse engineer. They can doubt and

complain to everything they found. We hope he will code something more

trustful and less bloated plugins that persuade those skeptical producers. We

are happy to tell him that those guys even doubt few KB DLLs with no network /

DLL load / crypto API dependency ;)

——————————————————————————

This time, we made very clean patch and keygen coded by standard C + OpenSSL.

The full source code of those tools are also included. If you don’t trust R2R,

just compile and build yourself. It should work in any modern platforms. Have

fun checking how the license is validated, and how the developer encrypts,

hides the ECDSA public key!

According to the prophecies, the developer will complain about the

complexity of patch + keygen process. After that, one of the witch will give

him DMG Audio Compassion which is only 3MB and does not load network API, no

online authorization required. He lives happily ever after.

 

发表回复

后才能评论