mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
258 B
JavaScript
12 lines
No EOL
258 B
JavaScript
// Author: DosX
|
|
// E-Mail: collab@kay-software.ru
|
|
// GitHub: https://github.com/DosX-dev
|
|
// Telegram: @DosX_dev
|
|
|
|
init("library", "Unity");
|
|
|
|
function detect() {
|
|
bDetected = APK.isArchiveRecordPresent("lib/armeabi-v7a/libunity.so");
|
|
|
|
return result();
|
|
} |