We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e92167 commit bf8bba3Copy full SHA for bf8bba3
src/prometheus/steps.lua
@@ -5,7 +5,7 @@ return {
5
Vmify = require("prometheus.steps.Vmify");
6
ConstantArray = require("prometheus.steps.ConstantArray");
7
ProxifyLocals = require("prometheus.steps.ProxifyLocals");
8
- BreakBeautify = require("prometheus.steps.BreakBeautify");
+ AntiTamper = require("prometheus.steps.AntiTamper");
9
EncryptStrings = require("prometheus.steps.EncryptStrings");
10
NumbersToExpressions = require("prometheus.steps.NumbersToExpressions");
11
AddVararg = require("prometheus.steps.AddVararg");
0 commit comments