better compatibility table
This commit is contained in:
@@ -20,7 +20,7 @@ local a = MV_LINE
|
||||
print(a, MV_LINE)
|
||||
```
|
||||
|
||||
Obfuscates to:
|
||||
turns into:
|
||||
|
||||
```lua
|
||||
print(1,2)
|
||||
|
@@ -27,7 +27,7 @@ end
|
||||
return if MV_OBFUSCATED then runWithoutDebugging() else runWithDebugging()
|
||||
```
|
||||
|
||||
Obfuscates to:
|
||||
turns into:
|
||||
|
||||
```lua
|
||||
do
|
||||
|
@@ -9,7 +9,7 @@ lastmod: "2025-05-01T18:47:58-05:00"
|
||||
|
||||
`declare function MV_OMIT(omit: any): any`
|
||||
|
||||
will omit all mangling steps from the passed expression, will also disregard any indexes set by `MV_INDEX_TO_NUM`. Passing a function to this can be useful to keep performance-critical sections unobfuscated.
|
||||
will omit all obfuscation steps from the passed expression, will also disregard any indexes set by `MV_INDEX_TO_NUM`. Passing a function to this can be useful to keep performance-critical sections unobfuscated.
|
||||
|
||||
When used in a virtualized block (using the [MV_VM](./MV_VM) or [MV_ENC_FUNC](./MV_ENC_FUNC) macros), this will lift the function from the virtualized block as a separate standalone minified function in plaintext.
|
||||
|
||||
|
Reference in New Issue
Block a user