This is the official documentation repository for RevEngiBot, powered by Next.js, Fumadocs and Nyxb UI.
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.
To run this documentation site locally for development or testing purposes:
# Install dependencies
npm install
# Run development server:
npm run dev
# or
pnpm dev
# or
yarn dev
Open http://localhost:3000 in your browser to see the result.
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.
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 and supporting our work!
- Finalised Home Page UI
- Customized the description to reflect that this is the official documentation for RevEngiBot.
- Highlighted key features of the bot.
- Provided instructions on running the project locally.
- Added information about commands and premium plans.
- Included links to Next.js and Fumadocs resources, along with a section for contributing.