CustomCodeHelper.ts 686 B

1234567891011121314
  1. export enum CustomCodeHelper {
  2. CallsControllerFunction = 'CallsControllerFunction',
  3. ConsoleOutputDisable = 'ConsoleOutputDisable',
  4. DebugProtectionFunctionCall = 'DebugProtectionFunctionCall',
  5. DebugProtectionFunctionInterval = 'DebugProtectionFunctionInterval',
  6. DebugProtectionFunction = 'DebugProtectionFunction',
  7. DomainLock = 'DomainLock',
  8. SelfDefending = 'SelfDefending',
  9. StringArray = 'StringArray',
  10. StringArrayCallsWrapper = 'StringArrayCallsWrapper',
  11. StringArrayCallsWrapperBase64 = 'StringArrayCallsWrapperBase64',
  12. StringArrayCallsWrapperRc4 = 'StringArrayCallsWrapperRc4',
  13. StringArrayRotateFunction = 'StringArrayRotateFunction'
  14. }