You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('This script is designed for Linux systems.')
307
307
```
308
308
309
-
> [!WARNING]
310
-
> Right now this obfuscator can fail under very specific circumstances, see `pof/obfuscator/names.py`.
309
+
`DefinitionsObfuscator` obfuscate function names.
311
310
312
-
An alternative is `DefinitionsObfuscator`, that will only obfuscate function declarations.
313
-
314
-
> [!NOTE]
315
-
> There is an alternative implementation at `NamesRopeObfuscator` that uses `rope`, it's a work in progress and currently does not obfuscate variables declared inside functions.
311
+
> [!WARNING]
312
+
> `NamesObfuscator` obfuscator is renaming variables, classes, functions, and imports. Right now this obfuscator can fail under very specific circumstances, see `pof/obfuscator/names.py`. There is an alternative implementation at `NamesRopeObfuscator` that uses `rope`, it's a work in progress and currently does not obfuscate variables declared inside functions.
316
313
317
314
Other very basic obfuscation functions are done by specific obfuscators like:
0 commit comments