1. Home
  2. User Documentation
  3. 1. Summary
  4. 2. Installing
    1. 2.1. Requirements
    2. 2.2. Automated installation using the launcher
    3. 2.3. Manual installation
    4. 2.4. Why is there a launcher?
  5. 3. Obfuscation
    1. 3.1. Jar/zip obfuscation
    2. 3.2. Name obfuscation
    3. 3.3. Constant obfuscation
    4. 3.4. Flow obfuscation
    5. 3.5. Reference obfuscation
    6. 3.6. Loaders
    7. 3.7. Class parsing library exploitation
    8. 3.8. Java to native transpiling
  6. 4. Deobfuscation
    1. 4.1. Mapping
    2. 4.2. Transformers
  7. Developer Documentation
  8. 5. Summary
  9. 6. Getting Started
  10. 7. Architecture
    1. 7.1. Building
    2. 7.2. Running
    3. 7.3. Important libraries
    4. 7.4. CDI
    5. 7.5. Modules
  11. 8. Workspace model
  12. 9. Plugins & scripts
    1. 9.1. Plugins
    2. 9.2. Scripts
  13. 10. Services
    1. 10.1. AggregateMappingManager
    2. 10.2. AttachManager
    3. 10.3. CallGraphService
    4. 10.4. CommentManager
    5. 10.5. ConfigManager
    6. 10.6. DecompileManager
    7. 10.7. GsonProvider
    8. 10.8. InfoImporter
    9. 10.9. InheritanceGraphService
    10. 10.10. JavacCompiler
    11. 10.11. MappingApplier
    12. 10.12. MappingFormatManager
    13. 10.13. MappingGenerator
    14. 10.14. MappingListeners
    15. 10.15. NameGeneratorProviders
    16. 10.16. PatchApplier
    17. 10.17. PatchProvider
    18. 10.18. PathExportingManager
    19. 10.19. PathLoadingManager
    20. 10.20. PhantomGenerator
    21. 10.21. ResourceImporter
    22. 10.22. ScriptEngine
    23. 10.23. ScriptManager
    24. 10.24. SearchService
    25. 10.25. SnippetManager
    26. 10.26. TransformationApplierService
    27. 10.27. TransformationManager
    28. 10.28. WorkspaceManager
    29. 10.29. WorkspaceProcessingService
  14. 11. Utilities
    1. 11.1. Android
    2. 11.2. ASM Visitors
    3. 11.3. IO
    4. 11.4. Threading
    5. 11.5. Miscellaneous
      1. 11.5.1. ClassDefiner
  15. 12. Miscellaneous
    1. 12.1. How to improve test cases
    2. 12.2. Configuring annotations in IntelliJ

Recaf Documentation

Flow Obfuscation

Stub.

Cleaning up flow obfuscation with Recaf

See the following page: Transformers