https://github.com/corellium/guest-tools
Useful snippets of code for researchers writing guest tools
https://github.com/corellium/guest-tools
Last synced: about 1 year ago
JSON representation
Useful snippets of code for researchers writing guest tools
- Host: GitHub
- URL: https://github.com/corellium/guest-tools
- Owner: corellium
- License: cc0-1.0
- Created: 2021-05-21T22:42:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T22:39:55.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T18:54:00.526Z (over 1 year ago)
- Language: C
- Size: 7.81 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guest-tools
Corellium Virtual Machines expose extra features to researchers and programmers compared to physical devices.
Some of these features can be accessed from inside the VM (from the guest OS kernel or user programs).
This repository contains snippets of code, and some simple tests for them, that exercise these features:
- `ranchu` - for Android VMs
- `rtc` - precise real time (unaffected by VM RTC)
- `unicopy` - read kernel information and access kernel / physical RAM of the VM
- `conslog` - echo standard input to VM console
- `ios` - for iOS VMs (**note:** Makefile is for Darwin cross-tools)
- `rtc` - precise real time (unaffected by VM RTC)
- `unicopy` - read kernel information and access kernel / physical RAM of the VM
- `conslog` - echo standard input to VM console
More information is available at [Corellium Knowledge Base](https://support.corellium.com/hc/en-us).