# Use Cases

- [Protect Desktop applications](https://documentation.virbox.com/use-cases/protect-desktop-applications.md): Introduce the protection process to desktop application, included different kind of program language: C, C++, C# etc.
- [Protect the Local desktop application](https://documentation.virbox.com/use-cases/protect-desktop-applications/protect-the-local-desktop-application.md)
- [Best Practice--Protect Native applications](https://documentation.virbox.com/use-cases/protect-desktop-applications/protect-the-local-desktop-application/best-practice-protect-native-applications.md)
- [Protect Jar/War Project with Java BCE Protection Mode](https://documentation.virbox.com/use-cases/protect-desktop-applications/protect-jar-war-project-with-java-bce-protection-mode.md)
- [Protect Jar/War Project with Java VME Protection Mode](https://documentation.virbox.com/use-cases/protect-desktop-applications/protect-jar-war-project-with-java-vme-protection-mode.md)
- [Protect the .NET application](https://documentation.virbox.com/use-cases/protect-desktop-applications/protect-the-.net-application.md)
- [Best Practice--Protect .NET applications](https://documentation.virbox.com/use-cases/protect-desktop-applications/protect-the-.net-application/best-practice-protect-.net-applications.md)
- [Protect Unity3D/UE4 application](https://documentation.virbox.com/use-cases/protect-unity3d-ue4-application.md)
- [Protect Unity3D Android APK](https://documentation.virbox.com/use-cases/protect-unity3d-ue4-application/protect-unity3d-android-apk.md)
- [Protect Unity3D application in Windows/Linux system](https://documentation.virbox.com/use-cases/protect-unity3d-ue4-application/protect-unity3d-application-in-windows-linux-system.md)
- [Protect Mobile applications](https://documentation.virbox.com/use-cases/protect-mobile-applications.md)
- [Protect Android AAB Projects](https://documentation.virbox.com/use-cases/protect-mobile-applications/protect-android-aab-projects.md)
- [Protect Android AAR projects](https://documentation.virbox.com/use-cases/protect-mobile-applications/protect-android-aar-projects.md)
- [Protect Android APK Projects](https://documentation.virbox.com/use-cases/protect-mobile-applications/protect-android-apk-projects.md)
- [Protect Android shared library (.so libs)](https://documentation.virbox.com/use-cases/protect-mobile-applications/protect-android-shared-library-.so-libs.md)
- [Best Practice to Protect Android Apps](https://documentation.virbox.com/use-cases/protect-mobile-applications/best-practice-to-protect-android-apps.md): Share some experience to protect Android Apps
- [Protect iOS Project](https://documentation.virbox.com/use-cases/protect-mobile-applications/protect-ios-project.md)
- [Protect Scripting language](https://documentation.virbox.com/use-cases/protect-scripting-language.md)
- [Protect PHP project](https://documentation.virbox.com/use-cases/protect-scripting-language/protect-php-project.md)
- [Protect the Python application with Virbox Protector](https://documentation.virbox.com/use-cases/protect-scripting-language/protect-the-python-application-with-virbox-protector.md)
- [Protect Python Project by PyProtector](https://documentation.virbox.com/use-cases/protect-scripting-language/protect-python-project-by-pyprotector.md): --With PyProtector, a Python extension package, Developer has capability to protect python project to bytecode level, which effective to prevent attacker to decompile python project.
- [Protect the JavaScript code in HTML 5 applications](https://documentation.virbox.com/use-cases/protect-scripting-language/protect-the-javascript-code-in-html-5-applications.md)
- [FAQ](https://documentation.virbox.com/use-cases/faq.md): In this chapter, We introduce some of experience in practical proejcts
- [How to deal with the Virus False Positive when developer protect the application](https://documentation.virbox.com/use-cases/faq/how-to-deal-with-the-virus-false-positive-when-developer-protect-the-application.md)
- [Set the label to protect the specified Functions/code](https://documentation.virbox.com/use-cases/faq/set-the-label-to-protect-the-specified-functions-code.md)
- [How to evaluate Virbox Protector protection performance](https://documentation.virbox.com/use-cases/faq/how-to-evaluate-virbox-protector-protection-performance.md): --Use decompiler to evaluate shielding performance when you completed your Mobile Apps shielding/hardening


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.virbox.com/use-cases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
