Skip to content

Commit

Permalink
Add docs for kernel slide information
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed May 24, 2021
1 parent 51474ce commit 02ff5e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ Creates a new instance with the given options. The following options are support
- `nonjailbroken` The instance should not be jailbroken.
- `corelliumd` The instance should not be jailbroken but should profile API agent.
- `options.bootOptions`: Various boot options
- `options.bootOptions.kernelSlide`: Change the Kernel slide value for an iOS device. When not set, the slide will default to zero. When set to an empty value, the slide will be randomized.
- `options.bootOptions.udid`: Predefined Unique Device ID (UDID) for iOS device
- `options.bootOptions.screen`: Change the screen metrics for Ranchu devices `XxY[:DPI]`, e.g. `720x1280:280`

Expand Down
2 changes: 2 additions & 0 deletions src/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ class Project {
* @param {string} [options.name] - The device name
* @param {string} [options.patches] - Instance patches, such as `jailbroken` (default), `nonjailbroken` or `corelliumd` which is non-jailbroken with API agent.
* @param {Object} [options.bootOptions] - Boot options for the instance
* @param {string} [options.bootOptions.kernelSlide] - Change the Kernel slide value for an iOS device.
* When not set, the slide will default to zero. When set to an empty value, the slide will be randomized.
* @param {string} [options.bootOptions.udid] - Predefined Unique Device ID (UDID) for iOS device
* @param {string} [options.bootOptions.screen] - Change the screen metrics for Ranchu devices `XxY[:DPI]`, e.g. `720x1280:280`
* @returns {Promise<Instance>}
Expand Down

0 comments on commit 02ff5e0

Please sign in to comment.