ServiceIdentifiers.ts 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. export enum ServiceIdentifiers {
  2. Factory__ICalleeDataExtractor = 'Factory<ICalleeDataExtractor>',
  3. Factory__IControlFlowCustomNode = 'Factory<IControlFlowCustomNode>',
  4. Factory__IControlFlowReplacer = 'Factory<IControlFlowReplacer>',
  5. Factory__ICustomNode = 'Factory<ICustomNode>',
  6. Factory__ICustomNodeGroup = 'Factory<ICustomNodeGroup>',
  7. Factory__IIdentifierObfuscatingReplacer = 'Factory<IIdentifierObfuscatingReplacer>',
  8. Factory__INodeGuard = 'Factory<INodeGuard>',
  9. Factory__INodeTransformer = 'Factory<INodeTransformer[]>',
  10. Factory__IObfuscationResult = 'Factory<IObfuscationResult>',
  11. Factory__IObfuscatingReplacer = 'Factory<IObfuscatingReplacer>',
  12. Factory__TControlFlowStorage = 'Factory<TControlFlowStorage>',
  13. IArrayUtils = 'IArrayUtils',
  14. ICalleeDataExtractor = 'ICalleeDataExtractor',
  15. ICryptUtils = 'ICryptUtils',
  16. ICustomNode = 'ICustomNode',
  17. ICustomNodeGroup = 'ICustomNodeGroup',
  18. IControlFlowReplacer = 'IControlFlowReplacer',
  19. IDeadCodeInjectionReplacer = 'IDeadCodeInjectionReplacer',
  20. IEscapeSequenceEncoder = 'IEscapeSequenceEncoder',
  21. IIdentifierObfuscatingReplacer = 'IIdentifierObfuscatingReplacer',
  22. IJavaScriptObfuscator = 'IJavaScriptObfuscator',
  23. ILogger = 'ILogger',
  24. INodeGuard = 'INodeGuard',
  25. INodeTransformer = 'INodeTransformer',
  26. IObfuscationEventEmitter = 'IObfuscationEventEmitter',
  27. IObfuscationResult = 'IObfuscationResult',
  28. IOptions = 'IOptions',
  29. IObfuscatingReplacer = 'IObfuscatingReplacer',
  30. IRandomGenerator = 'IRandomGenerator',
  31. ISourceCode = 'ISourceCode',
  32. ISourceMapCorrector = 'ISourceMapCorrector',
  33. IStackTraceAnalyzer = 'IStackTraceAnalyzer',
  34. ITransformersRunner = 'ITransformersRunner',
  35. Newable__ICustomNode = 'Newable<ICustomNode>',
  36. Newable__TControlFlowStorage = 'Newable<TControlFlowStorage>',
  37. TCustomNodeGroupStorage = 'TCustomNodeGroupStorage',
  38. TStringArrayStorage = 'TStringArrayStorage'
  39. }