Documentation

How to use Deep Target – SSL pinning bypass, HTTP intercept & traffic capture. Step-by-step setup for Unity, emulators, and Windows apps.

1. Quick start

  1. Run DeepTarget.exe.
  2. Open Settings (gear icon). In License Activation, enter your license key and click Activate. The key is saved securely (encrypted in the Windows registry). Free version allows Win Processes only; Pro (licensed) unlocks Unity, Emulators, and advanced options.
  3. Under Interceptors, choose a mode: Unity, Win Processes, or Emulators.
  4. Set Proxy port (e.g. 8080) and turn System proxy on if you want Windows apps (e.g. browsers) to use the proxy.
  5. Click the checkmark to save settings, then click Start in the main window. Traffic will appear in the list.
  6. Click a row to see Request and Response in the bottom panels. Use Plain / Web / XML under the Response panel to switch view. Use Copy Headers or Copy Full to copy the selected request.

2. License (Free vs Pro)

Deep Target validates your license online. After activation, the key is stored encrypted in the Windows registry (per-machine).

Activate in Settings → License Activation. If the key is invalid, expired, or bound to another PC, you will see an error. One license is bound to one machine (HWID).

3. Modes (Interceptors)

In Settings → Interceptors you pick what to capture:

ModeUse when
UnityUnity / IL2CPP games (e.g. Avakin Life). Injects into the game and captures HTTPS via proxy. Pro only.
Win ProcessesAny Windows app that uses the system proxy. Turn on System proxy and start capture. Available in free version.
Emulators / VMAndroid emulators (LDPlayer, BlueStacks, Nox, MEmu, etc.). Emulator traffic goes through your PC proxy. Pro only.

You can use Unity alone, or Win Processes / Emulators (not both with Unity at once).

4. Emulator setup (step-by-step)

To capture HTTPS from an Android emulator (e.g. LDPlayer, BlueStacks):

Step 1: Install the root CA on the emulator

Deep Target creates a root certificate when the proxy runs. You must install it on the emulator so it trusts the proxy.

Step 2: Set the proxy on the emulator

The emulator must use your PC as HTTP/HTTPS proxy.

Step 3: Configure Deep Target

Tip: If you don’t see traffic, check that the proxy port in Deep Target matches the emulator, that the root CA is installed, and that the app in the emulator is using the network (e.g. open the app and refresh).

5. Settings explained

Interceptors

Options

Optional features

Filters (Pro only)

In Settings you can add domains to an ignore list. Traffic to those domains won’t be shown in the main list. You can also right‑click a row in the main window and choose Add filter by domain (or URL) to add it to the list.

6. Main window

7. Files and folders

ItemDescription
settings.iniYour settings (port, modes, filters, etc.). License key is stored in the Windows registry (encrypted), not in this file.
filter.txtProcess names to exclude from capture (one per line).
captures\Request/response logs and exported root CA when Auto Save Captures is on.
crts\Certificates used by the proxy (e.g. per-domain or root).
*.ssl-keys.log / ssl_keys.logSSL key log (e.g. for Wireshark) when using Unity or proxy mode.

8. Troubleshooting

No traffic in the list

Port already in use

Change Proxy port in Settings to another port (e.g. 8081) and update the emulator or system proxy to use that port.

Unity game not captured

Use Unity mode (not Emulators). Ensure you have an active Pro license and the game is running and using the network. Check filter.txt so the game’s process isn’t excluded.

License invalid or expired

Open Settings → License Activation and re-enter your key, then click Activate. If the key is expired or banned, contact support. The license is bound to one machine (HWID).