CodableLLM
Example Use Cases
Initializing search
    • About
    • Built-In Support
    • Strengths and Limitations
    • Example Use Cases
      • Function Comment Augmentation
      • Obfuscation
      • Vulnerability Detection
    • User Guide
      • 1. Getting Started
        • 1. Installation
        • 2. Quickstart
        • 3. Methods for Creating Datasets
        • 4. Configuration Overview
        • 5. Transforming Extracted Functions
      • 2. Extending CodableLLM
        • 1. Overview
        • 2. Creating a Custom Extractor
        • 3. Creating a Custom Decompiler
      • 3. The CodableLLM CLI
      • codablellm
        • cli
        • core
          • decompiler
          • downloader
          • extractor
          • function
          • mapper
          • utils
        • dataset
        • decompilers
          • angr_decompiler
          • ghidra
          • radare2
        • exceptions
        • languages
          • c
          • common
          • cpp
          • java
          • javascript
          • python_language
          • rust
          • typescript
        • logging_config
        • repoman

    Example Use Cases

    Made with Material for MkDocs