EN
v2.1.7
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.
Client WPE x64 Server TCP / UDP SEND TCP / UDP SEND TCP / UDP RECV TCP / UDP RECV

How to use it

02Option 1 · for desktop apps that can be hooked directly. Simplest and quickest.
WPE x64 Process Internet INJECT TCP
03Option 2 · for desktop apps that refuse to be hooked, and for mobile traffic — relayed through Charles / CCProxy.
WPE x64 Internet Charles CCProxy Proxifier kitsunebi INJECT INJECT TCP TCP TCP TCP
// TIP

If injection fails, or you need UDP and mobile traffic, switch to Proxy Mode.