نصب ابزار رمزگشایی
دانلود گزارشنصب Ravro Decryption Tool
این راهنما روش نصب Ravro Decryption Tool را در پلتفرمهای مختلف توضیح میدهد.
سیستمعامل Linux
دانلود و نصب
1# دانلود tarball 2wget https://github.com/ravro-ir/ravro_dcrpt/releases/latest/download/ravro_dcrpt-linux-amd64.tar.gz 3 4# استخراج 5tar -xzf ravro_dcrpt-linux-amd64.tar.gz 6 7# اجرا 8./ravro_dcrpt_gui 9
نصب dependency ها:
1# Ubuntu/Debian 2sudo apt-get install libgl1 libx11-6 libssl3 3 4# Fedora/RHEL 5sudo dnf install mesa-libGL libX11 openssl-libs 6 7# Arch Linux 8sudo pacman -S mesa libx11 openssl 9
سیستمعامل macOS
دانلود و نصب
1# برای Intel Macs 2wget https://github.com/ravro-ir/ravro_dcrpt/releases/latest/download/ravro_dcrpt-darwin-amd64.tar.gz 3tar -xzf ravro_dcrpt-darwin-amd64.tar.gz 4 5# برای Apple Silicon (M1/M2/M3) 6wget https://github.com/ravro-ir/ravro_dcrpt/releases/latest/download/ravro_dcrpt-darwin-arm64.tar.gz 7tar -xzf ravro_dcrpt-darwin-arm64.tar.gz 8 9# انتقال به Applications 10mv "Ravro Decryption Tool.app" /Applications/ 11 12# اجرا 13open "/Applications/Ravro Decryption Tool.app" 14
نکته امنیتی: اگر با پیام "cannot be opened because it is from an unidentified developer" مواجه شدید:
1xattr -cr "/Applications/Ravro Decryption Tool.app" 2
یا از System Preferences > Security & Privacy اجازه اجرا را بدهید.
سیستمعامل Windows
دانلود و نصب
-
دانلود فایل ZIP:
1https://github.com/ravro-ir/ravro_dcrpt/releases/latest/download/ravro_dcrpt-windows-amd64.zip 2 -
استخراج ZIP file
-
اجرای
1ravro_dcrpt_gui.exe
نکته: فایلهای DLL باید در کنار EXE قرار داشته باشند.
نیازمندیهای سیستم
Linux
- معماری: x86_64 (64-bit)
- Kernel: 3.10+
- Libraries: OpenGL, X11, OpenSSL
macOS
- نسخه: macOS 10.13+ (High Sierra یا جدیدتر)
- معماری: Intel (x86_64) یا Apple Silicon (ARM64)
Windows
- نسخه: Windows 10/11 (64-bit)
- معماری: x86_64 (64-bit)
مشکلات رایج
Linux: "error while loading shared libraries"
1# نصب dependency های لازم 2sudo apt-get install libgl1-mesa-glx libx11-6 libssl3 3
macOS: "damaged and can't be opened"
1# حذف quarantine attribute 2xattr -cr "/Applications/Ravro Decryption Tool.app" 3
Windows: "VCRUNTIME140.dll was not found"
دانلود و نصب Microsoft Visual C++ Redistributable
بررسی نسخه
بعد از نصب، میتوانید نسخه برنامه را چک کنید:
1# Linux 2ravro_dcrpt_gui --version 3 4# macOS 5"/Applications/Ravro Decryption Tool.app/Contents/MacOS/ravro_dcrpt_gui" --version 6 7# Windows 8ravro_dcrpt_gui.exe --version 9