Disabled c# and started writing .so dll proxying. won't work, just saving the code

Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
This commit is contained in:
Dimitris Zervas
2024-04-14 00:29:53 +03:00
parent 21f7f06f13
commit 7c8105fc47
4 changed files with 103 additions and 106 deletions

View File

@ -36,9 +36,9 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Build
run: cargo build --verbose
run: cargo build
- name: Run tests - frida
run: cargo test --verbose
run: cargo test --all-features
# - name: Run tests - frida
# if: runner.os == 'windows-latest'