technical_glossary

Technical Glossary

This technical glossary provides details about attack vectors for mobile apps and security techniques to protect them.

Certificate Pinning
Certificate Pinning

Protect against Man-in-the-Middle (MitM) attacks.

Learn More
Checksum Validation
Checksum Validation

Verify app integrity to ensure that it has not been tampered with.

Learn More
Code Obfuscation
Code Obfuscation

Make a mobile app harder to understand or reverse engineer.

Learn More
Debug Detection
Debug Detection

Detect if a mobile app is actively being debugged.

Learn More
Emulator Detection
Emulator Detection

Determine if a mobile app is being executed within an emulator.

Learn More
Jailbreak Detection
Jailbreak Detection

Detect if iOS device restrictions have been bypassed.

Learn More
Mobile RASP
Mobile RASP

Continuously monitor apps to protect them from runtime threats.

Learn More
Root Detection
Root Detection

Detect if Android device restrictions have been bypassed.

Learn More
Simulator Detection
Simulator Detection

Determine if a mobile app is being executed within a simulator.

Learn More
Tamper Detection
Tamper Detection

Identify unauthorized attempts to modify mobile apps.

Learn More
Whitebox Cryptography
Whitebox Crypto

Protect cryptography in apps in untrusted environments.

Learn More