https://github.com/revengisquad/docs
Official documentation for RevEngiBot, a reverse engineering and development Telegram bot. Built with Next.js and Fumadocs.
https://github.com/revengisquad/docs
Last synced: 3 months ago
JSON representation
Official documentation for RevEngiBot, a reverse engineering and development Telegram bot. Built with Next.js and Fumadocs.
- Host: GitHub
- URL: https://github.com/revengisquad/docs
- Owner: RevEngiSquad
- License: mit
- Created: 2024-10-06T09:34:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-02T15:28:18.000Z (4 months ago)
- Last Synced: 2025-09-02T17:28:45.715Z (4 months ago)
- Language: MDX
- Homepage: https://revengi.in
- Size: 229 KB
- Stars: 5
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RevEngiBot Docs
This is the official documentation repository for [RevEngiBot](https://t.me/RevEngiBot), powered by [Next.js](https://nextjs.org), [Fumadocs](https://github.com/fuma-nama/fumadocs) and [Nyxb UI](https://github.com/nyxb-ui).
## Features
This documentation includes an overview of all the powerful tools and commands offered by RevEngiBot, including but not limited to:
- Smali to Java conversion
- Dex to Java conversion
- APK Protection, Analysis, Signing, and much more
- Integration with Blutter
- Coding AI Assistant and more
Feel free to explore the docs for detailed feature descriptions and command usage.
## Getting Started
To run this documentation site locally for development or testing purposes:
```bash
# Install dependencies
npm install
# Run development server:
npm run dev
# or
pnpm dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.
## Commands
To view the bot's commands in detail, please refer to the documentation. Some of the popular commands include:
- `/start` - Displays the welcome message.
- `/help` - Opens the help section with available commands.
- `/apk` - Powerful APK file interaction features.
- `/askai` - Ask Gemini Pro AI for assistance.
- `/dex2java`, `/smali2java`, `/java2smali` - Convert files between Java, Dex, and Smali.
- `/blutter` - Integration with Blutter framework.
## Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request if you'd like to improve the documentation or suggest new features.
---
Thanks for using [RevEngiBot](https://t.me/RevEngiBot) and supporting our work!
