
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@appcd/plugin-genymotion
Advanced tools
Genymotion service for the Appc Daemon.
Report issues to GitHub issues. Official issue tracker in JIRA.
Note: This appcd plugin has been deprecated and is no longer actively maintained. It has been removed from the list of "default" appcd plugins.
This plugin supports Appc Daemon plugin API version 1.x and 2.x which correlates to Appc Daemon v1 through v4.
The info
service uses genymotion.js and [virtualbox.js]
(./src/virtualbox.js) to detect the install Genymotion install and emulators, and Virtualbox install.
const { response } = await appcd.call('/genymotion/latest/info');
console.log(response);
{
"home": "/Users/eharris/.Genymobile/Genymotion",
"path": "/Applications/Genymotion.app/Contents/MacOS",
"emulators": [
{
"name": "Custom Phone - 7.1.0 - API 25 - 768x1280",
"guid": "6dc3f69a-c387-4dfa-9a42-a24a0f2cdb16",
"target": "7.1.0",
"sdk-version": "7.1.0",
"genymotion": "2.11.0",
"dpi": 320,
"display": "768x1280-16",
"abi": "x86",
"googleApis": null
}
],
"executables": {
"genymotion": "/Applications/Genymotion.app/Contents/MacOS/genymotion",
"player": "/Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS/player"
},
"virtualbox": {
"version": "5.1.26r117224",
"executables": {
"vboxmanage": "/usr/local/bin/vboxmanage"
}
}
}
This project is open source under the Apache Public License v2 and is developed by
Axway, Inc and the community. Please read the LICENSE
file included
in this distribution for more information.
FAQs
Genymotion and VirtualBox service for the Appc Daemon.
We found that @appcd/plugin-genymotion demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.