Guides

Practical guides that cover real security scenarios from development to production.

Each guide walks through a specific security problem, explains why it matters, and shows how to solve it using ByteHide modules with real configuration examples.


Application Protection

Protecting a Mobile App Before Publishing

Why any APK or IPA can be decompiled in minutes, what information it exposes, and how to protect it before it reaches the store.

Understanding Code Obfuscation

What each obfuscation technique does, when to use it, performance trade-offs, and how they combine to create layered protection.

Hardening a .NET Application for Enterprise

Full protection strategy for .NET applications: obfuscation, signed assemblies, CI/CD integration, stack trace debugging, and runtime monitoring.

Security Operations

Setting Up a Security Pipeline

End-to-end security from the first commit to production: static analysis, secret scanning, code protection, runtime defense, and logging.

Integrating Security Into Your CI/CD Pipeline

Practical DevSecOps with GitHub Actions, Azure DevOps, and GitLab CI. Radar as a security gate, Shield as a build step, and automated notifications.

Securing API Keys and Secrets in Your Codebase

Why hardcoded credentials are dangerous, how bots scan public repos in minutes, and how to detect and replace exposed secrets.

Threat Defense

Detecting and Responding to Runtime Attacks

What runtime attacks look like, why traditional WAFs miss them, and how to detect and respond to hooking, debugging, tampering, and injection from inside your app.

What OWASP Top 10 Means for Your Application

Each OWASP Top 10 category explained with real examples, what risk it poses to your application, and which tools address it.