-
|
Hey there, I just downloaded the stable zips for windows and linux to generate some keys for NoiseProtocol. Both my NordVPN and Bitdefender alarmed me for each file with different reports. Maybe both are false alarms. Still, I just want to let you know. Cheers, n3096 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
This is expected, its said in one of the issues. Its because rathole is an unarchiving exe, meaning it will unarchive the contents of a directory that is included inside it, and this triggers many anti viruses. You can avoid this by compiling from source. |
Beta Was this translation helpful? Give feedback.
-
|
Hello I have compiled the source code in my laptop windows and here you have the diff in virustotal.com Compiled by rathole teem: My own compilation: My windows defender do not detect my compiled rathole.exe how virus, only detect how "PUA - potentially unwanted applications" when you click over icon but not when you run in console cmd. Also when I run scan, windows defender do not detected something. Google Drive notice me with "This type of file could be dangerous Here you have explanation from microsoft for this "virus" Detect and block potentially unwanted applications Chatgpt suger me of obfuscate the source code and compile again.
Objetivo: Ocultar cadenas sensibles en tiempo de compilación, como "ssh", "localhost" o "token", que a veces los antivirus usan como heurística para marcar binarios. Edita tu Cargo.toml y añade: [dependencies] 🧠 Paso 2: Usar obfstr! en lugar de strings normales Reemplaza cualquier string sospechosa: // En vez de esto: // Usa esto: Esto hace que la string se guarde en el binario cifrada y se descifre en tiempo de ejecución. No cambia funcionalidad, solo ayuda a evitar detección heurística. |
Beta Was this translation helpful? Give feedback.


This is expected, its said in one of the issues. Its because rathole is an unarchiving exe, meaning it will unarchive the contents of a directory that is included inside it, and this triggers many anti viruses. You can avoid this by compiling from source.