Extract .bin database to SQLite

Заказчик: AI | Опубликовано: 18.04.2026

I need to extract all books from the Shamela (Al-Maktaba Al-Shamela) database. The data is stored in .bin files (binary proprietary format). Goal: Create a fully searchable personal database, independent from their app. Tasks: Analyze the .bin file format (reverse engineering likely required). (download database :https://shamela.ws/page/download) Extract: Book titles Authors Categories Full text content Reconstruct each book in the correct order. Convert everything into a SQLite database. Requirements: Arabic text must be preserved (UTF-8). No data loss. Keep structure if possible (chapters, volumes, etc.). Bonus: Provide documentation of the .bin format. Please confirm feasibility and approach.