> For the complete documentation index, see [llms.txt](https://itzicehere.gitbook.io/redlotusguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itzicehere.gitbook.io/redlotusguide/screensharing-general-knowledge/eighth-section-common-bypass-techniques-in-screensharing/introduction-to-bypass-categories.md).

# Introduction to Bypass Categories

Bypass methodologies can generally be categorized based on their approach and target:

* **Generic Methods:** These are broad techniques often applicable regardless of the specific cheat being used. They focus on obscuring general system activity, hindering the ScreenSharer's ability to find *any* unauthorized software, manipulating common artifacts, or interfering with the screensharing process itself (e.g., clearing logs, disabling services, manipulating timestamps).
* **Specific Methods:** These techniques are often tailored to hide particular types of cheats (e.g., specific methods for hiding `.jar` mods vs. `.dll` injectors) or exploit known blind spots in common screensharing tools or procedures. They might involve targeted artifact manipulation or specific execution vectors designed to avoid logging.

Often, bypassers will layer multiple techniques from both categories to maximize their chances of evasion.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://itzicehere.gitbook.io/redlotusguide/screensharing-general-knowledge/eighth-section-common-bypass-techniques-in-screensharing/introduction-to-bypass-categories.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.
