capa-rules/nursery/check-if-process-is-running-under-android-emulator-on-android.yml
Mike Hunhoff ded2744733
adding new and updating linux / android rules (#903)
* adding new and updating linux / android rules

* fix lints
2024-05-31 13:24:19 -04:00

19 lines
559 B
YAML

rule:
meta:
name: check if process is running under Android emulator on Android
namespace: anti-analysis/anti-emulation/android
authors:
- mehunhoff@google.com
scopes:
static: function
dynamic: call
references:
- https://github.com/happylishang/AntiFakerAndroidChecker/blob/master/antifake/src/main/jni/emulator/emcheck64.c
features:
- and:
- or:
- os: linux
- os: android
- string: "com/snail/antifake/jni/EmulatorDetectUtil"
- optional:
- string: "getSystemArch"