Skip to content

Useful snippets of code for researchers writing guest tools

License

Notifications You must be signed in to change notification settings

corellium/guest-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Useful snippets of code for researchers writing guest tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages