نصب ابزار رمزگشایی
نصب Ravro Decryption Tool
این راهنما روش نصب Ravro Decryption Tool را در پلتفرمهای مختلف توضیح میدهد.
سیستمعامل Linux
دانلود و نصب
```bash
دانلود tarball
wget https://github.com/ravro-ir/ravro_dcrpt/releases/latest/download/ravro_dcrpt-linux-amd64.tar.gz
استخراج
tar -xzf ravro_dcrpt-linux-amd64.tar.gz
اجرا
./ravro_dcrpt_gui
```
نصب dependency ها:
```bash
Ubuntu/Debian
sudo apt-get install libgl1 libx11-6 libssl3
Fedora/RHEL
sudo dnf install mesa-libGL libX11 openssl-libs
Arch Linux
sudo pacman -S mesa libx11 openssl
```
---
سیستمعامل macOS
دانلود و نصب
```bash
برای Intel Macs
wget https://github.com/ravro-ir/ravro_dcrpt/releases/latest/download/ravro_dcrpt-darwin-amd64.tar.gz
tar -xzf ravro_dcrpt-darwin-amd64.tar.gz
برای Apple Silicon (M1/M2/M3)
wget https://github.com/ravro-ir/ravro_dcrpt/releases/latest/download/ravro_dcrpt-darwin-arm64.tar.gz
tar -xzf ravro_dcrpt-darwin-arm64.tar.gz
انتقال به Applications
mv "Ravro Decryption Tool.app" /Applications/
اجرا
open "/Applications/Ravro Decryption Tool.app"
```
نکته امنیتی:
اگر با پیام "cannot be opened because it is from an unidentified developer" مواجه شدید:
```bash
xattr -cr "/Applications/Ravro Decryption Tool.app"
```
یا از System Preferences > Security & Privacy اجازه اجرا را بدهید.
---
سیستمعامل Windows
دانلود و نصب
دانلود فایل ZIP:
```
https://github.com/ravro-ir/ravro_dcrpt/releases/latest/download/ravro_dcrpt-windows-amd64.zip
```
استخراج ZIP file
اجرای
ravro_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"
```bash
نصب dependency های لازم
sudo apt-get install libgl1-mesa-glx libx11-6 libssl3
```
macOS: "damaged and can't be opened"
```bash
حذف quarantine attribute
xattr -cr "/Applications/Ravro Decryption Tool.app"
```
Windows: "VCRUNTIME140.dll was not found"
دانلود و نصب Microsoft Visual C++ Redistributable
---
بررسی نسخه
بعد از نصب، میتوانید نسخه برنامه را چک کنید:
```bash
Linux
ravro_dcrpt_gui --version
macOS
"/Applications/Ravro Decryption Tool.app/Contents/MacOS/ravro_dcrpt_gui" --version
Windows
ravro_dcrpt_gui.exe --version
```
شرایط قطعی اینترنت
در صورتی که دسترسی به اینترنت بین الملل امکان پذیر نبود، میتوانید از لینکهای داخلی زیر برای دانلود ابزارها متناسب با سیستمعامل خود استفاده کنید:
```
https://www.ravro.ir/api/files/documents/ravro_dcrpt-darwin-amd64.tar.gz
https://www.ravro.ir/api/files/documents/ravro_dcrpt-darwin-arm64.tar.gz
https://www.ravro.ir/api/files/documents/ravro_dcrpt-kali-linux-amd64.tar.gz
https://www.ravro.ir/api/files/documents/ravro_dcrpt-linux-amd64.tar.gz
https://www.ravro.ir/api/files/documents/ravro_dcrpt-windows-amd64.zip
```