Skip to content

a3st/memucpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splash

Features

  • Gets list of the VMs
  • Starts/stops/restarts the VMs
  • Starts/stops the applications
  • Triggers keys, touches and swipes
  • Takes the screen captures without save images on disk (into memory buffer)
  • Gets list of the running VM's processes

Examples

Returns list of the VMs

The memuc::Memuc provides API for interacting with MEmu command.

memuc::Memuc memuc(0, memuc::VMConfig::Default());
memuc.list_vms();

Runs the VM and the application, then triggers keys

memuc::Memuc memuc(0, memuc::VMConfig::Default());
memuc.start_app(0, "com.myapp");
memuc.trigger_key(0, memuc::KeyCode::Back);

Changes default MEmu command path

memuc::memuc_path = "D:/Program Files/Microvirt/MEmu/memuc.exe";

About

MEmu command wrapper library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published