# Integrity Checks

### :fast\_forward:Performance: Low        :closed\_lock\_with\_key:Potency: Low            :brain:Resilience: High

## Understanding the protection

As part of our RASP module, the integrity check protection will safeguard your application against static modifications (tampering of the code, injection of malicious code, malfunction of the control flow\...).&#x20;

The illegal modification of your application will lead to corruption of the program, malfunction of it, or the instant shutdown of the process.

{% hint style="success" %}
:trophy: **Members of the business and enterprise program** have the option to aggregate callbacks that are executed when any of those triggers is activated.
{% endhint %}

{% hint style="warning" %}
:video\_game: **Games that have modding communities** that rely on reflection or injection of DLLs might be affected when this feature is enabled.
{% endhint %}


---

# 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://docs.cyphor.net/.net-code-obfuscation/code-obfuscation/integrity-checks.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.
