- Updated usability to gain parity with the 7.0 cloud release
- Improved on-site upgrade installation experience
- On-site appliance OS upgrade to Ubuntu 24 (Click here to download instructions)
- Logging improvements
- Known issue: Booting iPhone 16 when PAC is enabled is not supported
52 posts tagged with "On-Site Deployments"
View All TagsRelease 6.6.2
This patch release for on-site appliances improves the following:
fwservice
andfwupdater
services are more reliabile and faster.- Fixed a bug in the Create User API and UI workflows.
- Charm Development Kits no longer throw errors when cloning certain snapshots.
Release 6.6.0
iOS 18 is now available
We're excited to announce the support of iOS 18.0 build 22A3354!
MATRIX Improvements
We made a series of improvements to MATRIX!
Added 2 new iOS checks:
- Application Utilizes Certificate Pinning Protections
- Application Utilizes an Insecure Nanopb Library
Added 1 new artifact for both iOS & Artifact
- Geolocation
Reconstituted 2 previous Android checks as artifacts:
- Application Contains Hardcoded URL
- Application Utilizes Intents Vulnerable to Redirection
Lots of bugfixes and other miscellaneous improvements.
Release 6.5.0
MATRIX
We made a stack of iterative improvements to our MATRIX feature!
- Added support for downloading JSON to History page
- Added tooltips to report statuses
- Added pagination to improve UI
- 2 new Android checks
- 5 new iOS checks
- Improved check outputs
- Lots of bugfixes and improvements
Enhanced Plan Offerings
We have enhanced our plan offerings to better align with our customers’ budgets, feature requirements, and environment needs. We now provide a diverse range of plan levels, ensuring that our customers can find options that meet both their financial and operational needs.
Explore our new plans:
Solo (for individuals): corellium.com/products/solo
Viper (for companies): corellium.com/products/viper
Falcon (for governments): corellium.com/products/falcon
Added iBoot / SEP support for iPhone XR 15.2
This release provides iBoot and SEP support for iPhone XR 15.2 for customers with Premium license.
Release 6.4.2
This version requires you to install Corellium 6.4.0 first.
iOS 18 Beta Support
Customers with Premium licenses can now run both jailbroken and non-jailbroken iOS 18 beta firwares (build 22A5307).
Known Issues: The beta firmware may occasionally cause devices to panic. If a panic occurs during the initial boot process, recreate the device. If it happens after the device has booted to the home screen, try restarting the device.
Bugs Fixes
We have improved the reliability and user interface through various bug fixes.
Release 6.4.1
This version requires you to install Corellium 6.4.0 first.
LDAP Authentication
Corellium is happy to annoumce that we now support LDAP as an addition to our SSO offerings.
For more information about how to configure LDAP please see our documentation.
MATRIX Improvements
Matrix is not longer in Beta. Interested in Adding MATRIX to you account please contact your Corellium representative.
MATRIX additions and improvements just keep coming. Here are some things you can look forward to in this release.
The Introduction of Atrifacts
A new type of content in MATRIX reports! artifacts are informational items pulled from the target app, such as application databases, keychain dumps, and Plist files. These artifacts display in the MATRIX report as a file path or code block, so users can investigate them further. Users can also download them in HTML and JSON file formats.
This release will include six artifacts for iOS devices only.
- Application Code Sizing
- Keychain Dump
- Application Databases
- Application Certificates
- Plist Files
- Background Modes
Artifacts for Android devices are coming soon!
If a user wants to investigate an artifact further, they can copy/paste the resulting info into a new keyword file and run another MATRIX test!
Artifact Summary: When a user views the interactive MATRIX report, specifically the summary of Results at the top, they will see an "artifact" counter.
Auto-Select Uploaded App
Previously, after a user uploaded a target app via MATRIX, they had to manually search for and select it before starting their test. That meant extra steps and potential confusion. Now, whichever app they upload will auto-select.
Corellium Version vs. App Version
Previously, we only showed the Corellium version on JSON and HTML report. This meant UI users needed to dig around to learn what version of MATRIX they had run the target app against. Now, we show Corellium Version in the UI on both the History page and Interactive Report. We also clarify App Version and Corellium Version.
Error Messaging Improvements
We now display error messages for checks in the UI. User no longer have to go to the HTML or JSON downloads to view these errors.
CLI / API
we continued to roll out improvements to our CLI and API, creating a more robust and coherent experience for end users.
New Android Checks
Category | Name |
---|---|
Auth | Insecure Biometric Implementation |
Crypto | Insecure Random Number Generation |
Platform | Application is Vulnerable to Overlay Attacks |
Network | Insecure Security Provider |
Network | Insecure TLS Configuration |
Network | Cookie Missing httpOnly Flag |
Network | Cookie Missing secure Flag |
New iOS Checks
Category | Name |
---|---|
Network | HTTPS Traffic URL Contains Device's GPS Latitude |
Network | HTTPS Traffic URL Contains Device's GPS Longitude |
Network | HTTPS Traffic URL Contains Device IMEI |
Network | HTTPS Traffic URL Contains Sensitive Data |
Network | HTTPS Traffic URL Contains WiFi MAC Address |
Network | HTTP Cleartext Transmission of Advertiser ID |
Network | Cookie Missing httpOnly Flag |
Network | Cookie Missing secure Flag |
Storage | Local Data Exposure: Advertiser ID Stored Insecurely |
Storage | Local Data Exposure: Advertiser ID Logged Insecurely |
Bugs Fixes
We ended our MATRIX improvements with an amazing "bug bash." We dedicated significant effort to make MATRIX even more reliable from the individual checks to our overall application itself.
- Fixed completed MATRIX tests that were stuck in
awaiting testing
- Fixed inconsistencies in MATRIX results across various Android firmware versions.
Release 6.4.0
MATRIX Improvements
We've been working hard on making MATRIX more powerful, robust, and interactive. Here are some things you can look forward to in this release.
More Checks
This release includes 14 new Android checks and 5 new iOS checks, primarily focused on finding sensitive values in HTTPS traffic, application signing vulnerabilities, various app protections, and the keychain. For a complete list of new checks, view our Support docs tests checks.
Regex Support for Keywords
You asked, and we listened. You can now use a regular expression syntax in your keywords file for pattern-matching static data. For example, instead of searching for variants of these patterns:
1234-1234
1234-5678
1234-0000
1234-xxxx
You can add a line item of regex(/1234-/)
.
Other MATRIX Updates
We also added the ability to view MATRIX reports while devices are off, view "Created by" from the HTML-generated report, and many miscellaneous bug fixes and improvements.
General Improvements
This version also applies various bug fixes for better overall performance and stability, plus continuous enhancements to our web interface for improved usability.
Release 6.3.0
This month's update includes two features - one that we have had enhanced in beta for a few months now, called MATRIX, and one that is new to our platform called Snapshot Sharing.
MATRIX
If you've been playing with this feature, you may have seen it referred to in our application as MAST (Beta). Today, we're formally rolling out our name for this feature, MATRIX, which stands for Mobile Application Testing and Reporting Interface.
MATRIX now includes 8 new Android checks and 4 new iOS checks.
New Android Checks
Category | Name |
---|---|
Auth | Application Contains Hardcoded URLs |
Crypto | Application Utilizing Insecure Cryptography |
Crypto | Application Utilizing Insecure Symmetric Encryption Modes |
Crypto | Application Contains Hardcoded SQLCipher Key |
Crypto | Application Contains Hardcoded API Keys |
Platform | Application Contains Debuggable Webviews |
Platform | Application Utilizes Insecure JavaScript Interface |
Platform | Application Contains WebViews with JavaScript Enabled |
Storage | Local Data Exposure: Sensitive Values Stored Insecurely in Memory |
New iOS Checks
Category | Name |
---|---|
Network | App Transport Security (ATS) Selectively Disabled |
Platform | Application Utilizes Potentially Dangerous Permissions |
Platform | Potentially Insecure iOS Entitlements |
Storage | Local Data Exposure: Sensitive Values Stored in Memory |
UI/UX Enhancements
Users are provided with guidance that offers a step-by-step process for completing a test. We have also included toast notifications to notify users when actions and tests have been completed. Once the tests have finished and you are ready to view the results, you can either view them in the UI or download the results in HTML or JSON formats.
The MATRIX index page has been redesigned to give users better access to their test results.
A summary has been added so you do not have to navigate to see your check results. Users can also sort by Status or Severity to easily find specific tests. Each test can expand to display the full list of all checks and results, including Impact, Remediation, and Evidence.
You will also see any tests that have not been completed, ensuring users always know where they left off. If a user tries to start a new test, they will be prompted to complete or delete the unfinished test.
A History section has been added, enabling users to view or delete old tests.
We believe readily available support documentation is crucial for quickly answering your questions, allowing you to stay focused on your tasks.
From the main MATRIX page, users can click out to view the MATRIX support homepage or the CI/CD workflow page.
Learn how to get started with MATRIX.
Bug fixes
We have continued to fix the bugs found during our Beta. Thank you to all of our select Business customers who have sent us comments about what they have experienced. We are proud to say that we have pushed all the fixes to those bugs into this release.
Known Issues
Rooted / Jailbroken
- MATRIX does not support non-rooted or non-jailbroken devices. To use MATRIX, ensure that the device is rooted (Android userdebug) or Jailbroken (iOS).
Project Admins Only
- Non-project admins who attempt to use MATRIX will be automatically logged out. This will change in future updates.
Keep the App Open
- When running MATRIX, ensure that the app is open in the virtual device until the report is generated. If the app is closed, there is a chance that the report will not be generated.
Snapshot Sharing
We are very excited about the new feature included in this release. Snapshot sharing allows users to distribute snapshots with other users within the platform. At this time, snapshot sharing is only available for Business customers only.
Learn how to get started with Snapshot sharing.
Snapshot sharing is controlled by Access Codes to ensure that only authorized individuals can use or share the snapshots, enhancing security and confidentiality.
Please note that when you create a new device from a shared live snapshot, the device's file system is copied to the new device, but the RAM state is not. This means the new device will boot up as if it were power-cycled but with the snapshot's file system state.
Virtualize iOS 17.5 Devices
Official iOS 17.5 support is now available for all customers who can virtualize compatible devices.
Release 6.2.1
Today we're rolling out Corellium version 6.2.1 for on-premise and desktop appliances.
Android Live Snapshots
Live snapshots capture the state of a virtual device's RAM and filesystem. Corellium can resume live snapshots in the same state as when they were suspended, including running apps. We're bringing Live Snapshots, a feature previously only available on iOS devices, to Android.
Misc Bug Fixes
Fixed a few system stability issues.
iOS 17.5 Beta
Premium On-Site and Desktop Appliance support has been extended to include up to iOS 17.5 Beta.
Release 6.1.0
UI/UX Enhancements
For this round of updates, we're taking into account the considerable feedback we've gathered from you, our customers. In response to this valuable feedback, we've made some focused improvements to our web interface to help you better understand the state of your devices and to provide more visibility around device hours and burst usage.
Device Hours & Burst Usage Transparency
In our effort to provide you with a clearer insight and a better understanding of your device usage and billing, we've made the following changes to our web interface:
- A device hours counter has been added to the web interface to enable a better understanding of device usage by keeping a total count of the amount of device hours consumed in a billing period.
- We've refreshed the subscription page, detailing the components of your plan and providing a usage summary to show your current spending based on device hours used in a given billing period.
For subscriptions that include burst, the counter will update to reflect when the following billing thresholds are reached:
- When you've reached 85% of your alloted hours.
- When you've reached 100% of your alloted hours. When reached, any additional device hours will be billed at the burst rate.
Device States
With the transition of billing to revolve around device hours, we're helping you ease into this change by applying color schemes to the device's state indicator. This addition is aimed to provide a clear visual representation of the states of your devices.
- A green color scheme is associated with the device's state indicator when a device is considered active.
- A black color scheme is associated with the device's state indicator when a device is considered turned off.
- A green color scheme is associated with the device's state indicator when pausing an active device to show that the device is active when paused.
Accessibility Work
We've made significant headway in our goal to achieve WCAG 2.1 AA compliance, and our efforts are ongoing. We are committed to integrating accessibility improvements throughout our product, ensuring it becomes increasingly accessible for all users to promote a more inclusive experience.
Virtualize iOS 17.4 Devices
Official iOS 17.4 support is now available for all customers who can virtualize compatible devices.
MATRIX Fixes and Enhancements
We've made some updates to enhance your experience with our MATRIX UI. To help you quickly review the outcomes of your MATRIX tests, we've introduced a Summary and Results section. This new feature allows you to easily view the results of the security tests that have been run. We've also made various bug fixes and general enhancements to further improve our MATRIX solution.
Key Bug Fixes
- Fixed an issue where USBFlux did not contain all the correct architecture types.
- Fixed an issue preventing iOS 17 devices from connecting to Xcode.
Release 6.0.1
Release 6.0.0
MATRIX (Beta) for Cloud
We have released our automated mobile app security testing tool, known as MATRIX, to our Business Cloud customers. Available for both iOS and Android devices, MATRIX drastically reduces the effort, cost, and time required to perform professional-grade penetration testing.
Learn how to get started with MATRIX.
Note: For our Cloud customers, our MATRIX tool requires a device that was created on February 1, 2024, or after.
Virtualize iOS 17.3.1 Devices
Customers can now run iOS 17.3.1 on all compatible virtual devices.
WCAG 2.1 Improved Compliance
We rebuilt the device tools and features pages, the global navigation bars, the home page, and the admin pages to be more compliant with the Web Content Accessibility Guidelines 2.1 (WCAG 2.1) standard.
Bug fixes
We've also included miscellaneous bug fixes in this release.
Release 5.7.3
MATRIX (Beta) Improvements
This time around, we've introduced a set of automated bug fixes for MATRIX (Beta) to enhance your experience, exclusively made available to on-premises customers. These fixes include but are not limited to:
- Corrected an issue where the evidence would be missing in the report from a failed check
- Fixed API traffic routing
Virtualize iOS 17.2.1 Devices
On-Site support has been extended to include up to iOS 17.2.1.
Key Bug fixes
- Fixed regression in 5.7.0 where 'Upload your own firmware' was missing from the UI during device creation
Release 5.7.0
This release includes our MATRIX Beta; as well as new firmware, UI changes, and other improvements.
MATRIX (Beta)
Introducing the beta of our new MATRIX solution for DevSecOps! You can use Corellium to test your mobile applications on a wide range of devices without the need to purchase and maintain physical devices.
By building on the scalability and convenience of our cloud-based virtual devices, our MATRIX solution drastically reduces the effort, cost and time of penetration testing; enabling you to invest more into your security processes and ship more secure apps.
Learn how to get started with MATRIX.
Virtualize iOS 17.2 Devices
We have added support for iOS 17.1, 17.1.1, 17.1.2, and 17.2. You can now create devices using the latest iOS firmware for all compatible devices.
Virtualize Android 14 Devices
We have also added support for Android 14. You can now create devices using the latest Android firmware.
Use Microsoft Entra SSO to Log In
We now support Microsoft Entra SSO as part of our OpenID Connect integration. For more information, please see our SSO documentation.
Accessibility Improvements
We are working towards WCAG 2.1 AA compliance. This release fulfills the following WCAG Success Criteria: non-text content; info and relationships; resize text; reflow; non-text contrast; content on hover or focus; keyboard; no keyboard trap; page titled; focus order; link purpose - in context; visible focus; on focus; on input; labels or instructions; and name, role, value. We'll continue to improve accessibility in future releases.
Key Bug Fixes
- We fixed an issue with restoring an iPhone 15 Pro Max backup through
Settings -> General
on the Corellium web interface. - The UI now displays properly when signing up for a trial with a long email address.
- You can now create kernel hooks greater than 256 bytes.
Other Improvements
corellium-cli
, our command-line tool now supports uploading apps.- Certain iOS logs are no longer redacted on jailbroken devices.
Release 5.5.0
Corellium proudly presents iPhone 15 devices! iPhone 15, 15 Plus, 15 Pro and 15 Pro Max, along with iOS up to version 17.0.3
Additional updates include:
- Added a Current Period Usage panel in the Admin > Subscription page to track your usage for our current subscription offerings
- SSO is now generally available for Business customers, refer to our documentation to get started
- Miscellaneous bug fixes and improvements, including Accessibility enhancements
Release 5.4.1
- Corellium is proud to announce iOS 17 support, up to 17.0.2
- Improved SSO beta support for Auth0, Okta, Azure AD B2C, and PingIdentity
- iOS microphone support
- Android fingerprint peripheral support
- Upgrade Frida on iOS to 16.1.3
- Bug fixes and enhancements
- We are aware of an intermittent kernel panic issue affecting iOS 16.x.
Release 5.3.1
- Official beta support for on-premises SSO with Auth0 (Okta)
- Improved iOS Beta support
Release 5.3.0
iOS 17 Beta is now available for on-premises customers.
Release 5.2.1
- Debug Accelerator
- Advanced Network Monitor
- Update the iOS version
- Restore a physical iOS backup to a Corellium device
Release 4.3.1
- Add iOS 16.4 and iOS 16.4.1 firmware support
- Add iOS 16.5 beta firmware support for Premium Edition customers
- Add a non-rooted Android option
- Improve Android GPS sensor operation
- Upgrade Frida on iOS to version 16.0.11
- Various UI/UX enhancements
Release 4.1.2
In this minor release, we fixed a CoreTrace bug.
Release 4.1.1
Corellium is ready to show the following updates, made available to our on-premises customers:
- Multi-node installer update
- Kernel upload enhancement
- UIUX improvements
- Various minor bug fixes
Release 4.1.0
Corellium introduces support for iOS 16.3, available for on-premises customers.
- Various UI/UX enhancements
- Performance improvements
- Bug Fixes
Release 4.0.1
In this on-premises release, Corellium is proud to present:
- iOS 16.2 enhancements
- Performance improvements
- UIUX updates and enhancements
- Fixed a PAC panic issue affecting the iPhone 14 and iPhone 14 Pro Max
Release 3.15.1
Support for iOS 16.2 is now available for our on-premises customers.
- Various Bug fixes
- Front-end enhancements
- Known Issues: Please note using PAC with iPhone 14 Pro and iPhone 14 Pro Max may lead to a kernel panic.
Release 3.14.4
Implemented documentation fix.
Release 3.14.2
The highly anticipated releases of iOS 16.1, 16.2 Beta, and Android 13 are now supported. Some notable features include:
- iOS 16.1 Support
- iOS 16.2 Beta Support
- Android 13 Support
- Upgrade Frida to 16.01
- Injection Engine Improvements
- Various Bug Fixes
- Fabulous UIUX Enhancements
Release 3.13.5
This release fixes an issue with IOMMU passthrough on On-Site Deployments.
Release 3.13.4
Corellium is proud to announce iPhone 14 and iPhone 14 Pro support, improvements to the device boot process, and performance improvements.
- iPhone 14 release
- iOS 16 enhancements
- Add IMSI and IMEI support (customers with Premium On-Premises licenses)
- Frida bug fixes and improvements
- Various bug fixes and web interface enhancements
Release 3.13.3
This release was removed.
Release 3.13.2
Offered exclusively to customers with On-Site Deployments, 3.13.2 provides iOS 16 support, improvements to the device boot process, and performance improvements.
- User interface enhancements, including improved user alerts
- Increased disk space by 2GB for all iOS 16 devices
- Added nodevmode boot option to the REST API
- Known Issues: Please note using Frida with iOS 16 may lead to a kernel panic.
Release 3.12-beta
Corellium introduces support for iOS 16 Beta 5. This release is available as a beta exclusively to customers with On-Site Deployments.
- Limited support for iOS 16 Beta 4 and Beta 5. Please note we are addressing known bugs related to certain features. If you experience critical issues, please consider rolling back to a previous version or contacting support.
- General performance improvements, front-end enhancements, and minor bug fixes.
Release 3.12-beta
Corellium is excited to add support for the new iOS 16. This new release is available as a beta exclusively to customers with On-Site Deployments.
- Limited support for iOS 16 Beta 3. Please note we are addressing known bugs related to certain features. If you experience any critical issues, please consider rolling back to a previous version or contacting support.
- Various reliability improvements and bug fixes.
Release 3.11
This release adds Quick Connect SSH tunneling, a Rotate button for iOS, XPC support for CoreTrace on iOS, and OpenGApps for Android 12.
- New Quick Connect feature enables SSH without a VPN connection
- Add a Rotate button to enable landscape mode on iOS devices
- Add an XPC trace to CoreTrace for iOS devices
- Improved Android hardware button support
- Add OpenGApps support for Android 12 devices
- Various fixes and improvements to the user interface
Release 3.10
Our latest release adds website improvements, an API update, bug fixes, and a new user profile page.
- Responsive design enhancements to the front end
- Updated response for the createUser() API call
- Added modal reporting for user during error states
- Enhanced stability for VMs during deployment
- Fixed issue preventing Xcode DDI mount on iOS 15.4
- Improved browser stability in iOS 15.4
- Added user profile page
Release 3.9
Corellium version 3.9.0 contains updated Frida support as well as bug fixes and improvements to the user experience.
- Upgrade Frida on Android to 15.1.16
- Improvements and bug fixes to the user interface
- Fixed an issue causing the network monitor to crash
- Improvements to query images uploaded to the project
- Fixed an issue with blocked navigation links in Firefox
- Added support links to headers for device features, e.g. Connect, Files, Apps, Console
- Support downloading files simultaneously from the device filesystem
Release 3.8.2
For this release we have added support for iOS 15.4 & 15.4.1.
- iOS 15.4 support.
- iOS 15.4.1 support.
Release 3.8
The Corellium team is excited to announce the release of many user experience improvements, simulate receiving SMS to iOS, frames of various Android devices, Android 12 upgrade, as well as bug fixes.
- Device tools have been stacked vertically for easier navigation.
- "Peripherals" renamed to "Sensors” in device tools.
- Device selection has been updated to not require unselecting of current device.
- Simulate receiving an SMS message on the iOS virtual device.
- 11 Android device frames have been added.
- Upgraded AOSP 12 from beta 1 to revision 26.
- Allow shell scripts to be used as the main executable of a process.
- Fixed Cydia Installations in iOS 15.2 and later.
- Bug fix for on-premises customers when instance gateway is set to “default."
- Broken links for Knowledge Base articles updated.
Release 3.7
In this latest release, we've added iOS 15.3 and iOS 15.3.1, STUN for WebRTC to allow for functional displays in strict firewall environments, improved snapshot functionality, added a start timestamp to the instance object on the Corellium-API, and other various bug fixes.
- Added iOS 15.3 and iOS 15.3.1
- STUN for WebRTC enabling displays on strict firewall environments.
- Improvements for multiple snapshot creation.
- Added start timestamp field to Corellium-API. Attribute is useful for knowing how long an instance has been in the current state.
- Fixed bug on Android devices related to networking issues on a soft-restart.
- Bug fix for Android Settings crash when launched.
Release 3.6
We are excited to announce in this release that we've added Pop-Out Displays for Virtual Device Screens, and a bug fix for cloning Snapshots.
- Pop-Out Display of Virtual Device Screens
- Bug fix for cloning Snapshots
Release 3.5
This release provides iBoot for iPhone 12, improved API instructions for on-premises customers, and bug fixes for custom kernel uploads & API internet access toggling.
- iBoot for iPhone 12
- Improved API instructions for on-premises customers
- Fixed a bug that prevented turning on internet via API in projects
- Fixed a bug that stuck devices in deleting state when uploading custom kernels
Release 3.4
In this release, we've added support for iPhone 13 and iOS peripherals, including Biometrics and Accelerometer. We also improved our error handling.
- Support for iPhone 13
- Support for toggling iOS biometrics to pass / not pass
- Support for iOS sensors, including accelerometer / motion
- Support for SEP for iPhone 12
- Improved error handling
Release 3.3
Our latest release brings support for iOS 14.8 and iOS 15, as well as support for GPS on iOS device.
- Support for iOS 15 and 14.8
- Support for GPS on iOS-based devices
- Reduced frequency of payment attempts for past due invoices
- Current credit balance now displayed in the UI
- Fixed an error in changing the IP Address for the on-premises installer
Release 3.1
This update adds support for iOS 14.7 and iOS 15. Since iOS 15 is still in beta, it's only supported for on-premises customers.
- Support for iOS 14.7 and 14.7.1
- Support for iOS 15 betas 1-4 (on-premises customers only)
- Minor API Fixes
Release 3.0
In this update, we're very excited to add support for Sensors and Camera for our virtual Android devices, as well as beta support for Android 12!
Note: Sensors and Camera may not be available or may behave differently on any pre-existing Android devices created prior to this update.
- Added support for sensors for Android devices
- Added support for camera pass-through for Android devices
- Added beta support for Android 12
- Implemented an API for shell access (ShellExec)
- Fixed a bug that allowed improperly formatted UDIDs to be applied
- Fixed a bug that caused the CoreTrace thread & process list not to populate for iPhone 12 iOS 14.6
Release 2.9.1
- Added the ability to export a pcap of the log from the Network - Monitor tool
- Fixed a bug that caused some apps to timeout on launch on iOS 14.5.1 with PAC enable
(For on-premises customers, Release 2.9.1 incorporates Release 2.9)
Release 2.8.2
- Adds support for iOS 14.5
- Improves CoreTrace reporting on XNU and Linux
- Increases minimum password length for accounts
- Adds support for multiple connections to a project or instance via the same openvpn client configuration
Release 2.8
This release provides support for 14.5 betas and Network Monitor for iOS.
- Added support for 14.5 betas 1 and 2
- Added support for Network Monitor for iOS-based device models
- Fixed a bug that could cause errors in upgrading on-premises installations
- Fixed backwards compatibility with iOS 14.0 betas
Release 2.6.3
This update provides support for iOS 14.4 and adds Frida support for iOS-based devices.
- Added support for Frida console for iOS devices
- Added support for iOS 14.4
- Enabled PAC for iPhone 12
- Fixed an intermittent bug causing A14-based models to freeze during restore in Graviton environments
- Fixed an error causing IPSWs to fail to upload in Graviton environments
- Fixed an error causing iPhone XR and XS device models to panic when APRR was set
Release 2.6.1
We're very excited to announce that this release brings Apple device models to Individual accounts. With this release, Individual accounts will also see new advanced settings, including the ability to upload custom kernels and ramdisks. In addition, all accounts will now be able to adjust the number of CPU cores and the amount of RAM assigned to generic Android devices.
- Support for Apple device models in Individual accounts
- Support for custom kernel and ramdisk in Individual accounts
- Improve error messaging for custom kernel and ramdisk
- Enable users to change the amount of CPUs and RAM for generic Android devices
- Update to the latest AOSP 10 and 11 revisions
- Improve stability of links for latest OpenGApps versions
- Upgraded the Android 8 Linux kernel version from 3.18 to 4.4
Release 2.6
This update brings Enterprise customers support for the Apple A14 devices, including iPhone 12, iPhone 12 mini, iPhone 12 Pro, and iPhone 12 Pro Max. It also implements encryption for AWS S3 backed volumes, and fixes some minor bugs in iOS 14 support.
- Added support for iPhone 12, iPhone 12 mini, iPhone 12 Pro, and iPhone 12 Pro Max
- Implemented encryption for AWS S3 backed volumes in the cloud
- Fixed a bug preventing keyboard input on iOS 14
- Fixed a bug that caused Cydia UI not to display on iOS 14
Release 2.5
In this release, a key highlight is that users are now allotted Stored Device slots, enabling users to store Off devices without occupying CPU cores. For each On device permitted on the user's account, up to 5 total devices can be stored. For example, a user with a 3-device Individual account will now have 15 "stored device" slots. Note that On devices count toward the total stored device count, so a user with a 3-device account could have 3 On devices and 12 Off devices.
Here is the full list of changes in this release:
- Enabled users to store Off devices without occupying CPU cores
- Updated support for iOS versions 14.1 and 14.2 with fixes for the panic patch and display firmware versions
- Enabled support for copy and paste to a VM
- Fixed a bug that caused iOS 14.0+ devices to fail to connect to network
- Fixed a bug that caused large files and apps to sometimes fail to upload to cloud accounts
- Fixed a bug that caused the Data folder to be inaccessible on iOS 13.4.1+
- Fixed a bug that caused Flutter apps to fail to start on Android devices
In this update, on-premises customers will see:
- Support for Android 11
- Support for Network Monitor for Android devices
- Support for Frida Console for Android devices