File size: 695 Bytes
3f05856
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
license: mit
---
# cdoebert-vuln-detection-binary-ir - LLVM IR Vulnerability Detector (Placeholder / Upcoming)

Fine-tuned transformer model for detecting vulnerabilities in LLVM Intermediate Representation code as part of my Ph.D. research at Auburn University (Program Understanding Lab).

## Status
- Model placeholder created.
- Fine-tuning complete; weights and full model card uploading in the next few days.
- Similar to my https://huggingface.co/Chidamtek/bert-llvm-ir-vulnerability-detection which is complete

## Intended Use
Reasoning over low-level IR for security analysis (e.g., spotting buffer overflows, use-after-free patterns).  
Transferable to agentic code-related tasks.