Skip to content

Releases: ieozfr/CodeIntelX

CodeIntelX v1.0.1

28 Apr 10:20
a50c38e

Choose a tag to compare

First stable release of CodeIntelX.

This release includes the compiled Windows executable file CodeIntelX.exe.

🛠️ How to Use:

CodeIntelX.exe -k YOUR_API_KEY_HERE -f "D:/path/to/your/file.exe"

Analyze an entire directory:

CodeIntelX.exe -k YOUR_API_KEY_HERE -d "D:/path/to/your/folder/"

📄 What's Inside:

-VirusTotal smart threat checking (with AV blacklist filtering)
-Programming language detection
-Packing/encryption detection
-Dark mode responsive HTML report generation
-JSON report export
✅ No installation required — just download and run!
⚡ Note: You must provide your own VirusTotal API key with -k parameter.

CodeIntelX v1.0.0

27 Apr 21:35

Choose a tag to compare

First stable release of CodeIntelX.

This release includes the compiled Windows executable file CodeIntelX.exe.

🛠️ How to Use:

  • Analyze a single file:
CodeIntelX.exe -f "D:/path/to/your/file.exe"

Analyze an entire directory:

CodeIntelX.exe -d "D:/path/to/your/folder/`"

📄 What's Inside:

-VirusTotal smart threat checking (with AV blacklist filtering)
-Programming language detection
-Packing/encryption detection
-Dark mode responsive HTML report generation
-JSON report export
✅ No installation required — just download and run!