Configuring the Webplayer
The Corellium Webplayer Client allows for a variety of configuration options. These options are passed to the API when you request a JWT. The API will then return a JWT that contains the configuration options you requested.
Available Options
Option | Description | Type | Required | Default Value |
---|
baseDomain | The domain of your Corellium instance. | string | Yes | app.corellium.com |
apiToken | Your Corellium API token. | string | Yes | undefined |
projectId | The ID of the project you want to use. | string | Yes | undefined |
instanceId | The ID of the instance you want to use. | string | Yes | undefined |
expiresIn | The expiration time of the token, in milliseconds. | number | No | 18000 |
features | The features you want to enable. | Record<string, boolean> | No | {} |
Available features
Feature | Description | Notes |
---|
apps | Enables the Apps tab. | |
connect | Enables the Connect tab. | |
console | Enables the Console tab. | |
coretrace | Enables the Coretrace tab. | |
deviceControl | Enables the Device Control tab. | Set this to true |
deviceDelete | Enables the Device Delete tab. | Set this to true |
files | Enables the Files tab. | |
frida | Enables the Frida tab. | |
images | Enables the Images tab. | Set this to true |
messaging | Enables the Messaging tab. | |
netmon | Enables the Netmon tab. | Set this to true |
network | Enables the Network tab. | |
portForwarding | Enables the Port Forwarding tab. | |
powerManagement | Enables the Power Management tab. | Set this to true |
profile | Enables the Profile tab. | Set this to true |
sensors | Enables the Sensors tab. | |
settings | Enables the Settings tab. | |
snapshots | Enables the Snapshots tab. | |
strace | Enables the Strace tab. | Set this to true |
system | Enables the System tab. | Set this to true |