An open API service indexing awesome lists of open source software.

https://github.com/frida/corellium-action

GitHub Action for testing code on Corellium
https://github.com/frida/corellium-action

Last synced: 11 months ago
JSON representation

GitHub Action for testing code on Corellium

Awesome Lists containing this project

README

          

# Corellium Action

This uploads and executes code on a Corellium instance.

# Usage

```yaml
steps:
- uses: frida/corellium-action@v4
- with:
token: ${{ secrets.GITHUB_TOKEN }}
gateway: corellium.frida.re
device: android-arm64
upload: runner.tar.gz
run: |
cd /data/local/tmp
tar xf $ASSET_PATH
./gum-tests
```