WPE_CORE_OS // INJECT_MODE
Inject Mode
Hook the target process directly and capture every packet from the moment it launches — the simplest route. WPE picks the 32- or 64-bit hook module to match the target, and works with emulators too.
How it works
Inject Mode intercepts the TCP and UDP traffic marked red in the diagram below.
01How it works · this mode intercepts the red TCP / UDP traffic — everything between Client and WPE.
How to use it
02Option 1 · for desktop apps that can be hooked directly. Simplest and quickest.
03Option 2 · for desktop apps that refuse to be hooked, and for mobile traffic — relayed through Charles / CCProxy.
// TIP
If injection fails, or you need UDP and mobile traffic, switch to Proxy Mode.