├── .github └── workflows │ └── build.yml ├── CHANGELOG.md ├── LICENSE ├── README.md ├── aimardcr └── gumjs-quote-detection-bypass-unquote.patch ├── asenosen ├── frida-core │ └── 0001-socket-thread-secontext-renames.patch └── frida-gum │ └── 0001-main-loop-rename.patch ├── florida ├── frida-core │ ├── 0001-Florida-memfd-name-jit-cache.patch │ └── 0002-Florida-pool-frida.patch └── frida-gum │ └── 0001-Florida-pool-frida.patch ├── fridare └── frida-core │ └── 0001.patch ├── img ├── 1.png ├── 2.png └── 3.png ├── magisk ├── META-INF │ └── com │ │ └── google │ │ └── android │ │ ├── update-binary │ │ └── updater-script ├── common │ ├── post-fs-data.sh │ ├── service.sh │ └── system.prop └── install.sh ├── pyconfig.h-i686-x86_64.patch ├── rycoh99 └── frida-core │ └── 0001-pause-on-gadget-inject.patch ├── soyasoya5 └── frida-gum │ └── 0001-il2cpp.patch ├── strongR-frida └── frida-core │ ├── 0001-string_frida_rpc.patch │ ├── 0002-io_re_frida_server.patch │ ├── 0003-pipe_linjector.patch.deprecated-reworked │ ├── 0004-io_frida_agent_so.patch │ ├── 0005-symbol_frida_agent_main.patch.deprecated │ ├── 0006-anti-anti-frida.py.patch │ ├── 0007-threads.patch │ ├── 0008-protocol_unexpected_command.patch │ └── 0009-memory_str.patch └── zer0def └── frida-gum └── 0001-fixup-exact-gum-deps.patch /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/README.md -------------------------------------------------------------------------------- /aimardcr/gumjs-quote-detection-bypass-unquote.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/aimardcr/gumjs-quote-detection-bypass-unquote.patch -------------------------------------------------------------------------------- /asenosen/frida-core/0001-socket-thread-secontext-renames.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/asenosen/frida-core/0001-socket-thread-secontext-renames.patch -------------------------------------------------------------------------------- /asenosen/frida-gum/0001-main-loop-rename.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/asenosen/frida-gum/0001-main-loop-rename.patch -------------------------------------------------------------------------------- /florida/frida-core/0001-Florida-memfd-name-jit-cache.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/florida/frida-core/0001-Florida-memfd-name-jit-cache.patch -------------------------------------------------------------------------------- /florida/frida-core/0002-Florida-pool-frida.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/florida/frida-core/0002-Florida-pool-frida.patch -------------------------------------------------------------------------------- /florida/frida-gum/0001-Florida-pool-frida.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/florida/frida-gum/0001-Florida-pool-frida.patch -------------------------------------------------------------------------------- /fridare/frida-core/0001.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/fridare/frida-core/0001.patch -------------------------------------------------------------------------------- /img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/img/1.png -------------------------------------------------------------------------------- /img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/img/2.png -------------------------------------------------------------------------------- /img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/img/3.png -------------------------------------------------------------------------------- /magisk/META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/magisk/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /magisk/META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /magisk/common/post-fs-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/magisk/common/post-fs-data.sh -------------------------------------------------------------------------------- /magisk/common/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/magisk/common/service.sh -------------------------------------------------------------------------------- /magisk/common/system.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/magisk/common/system.prop -------------------------------------------------------------------------------- /magisk/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/magisk/install.sh -------------------------------------------------------------------------------- /pyconfig.h-i686-x86_64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/pyconfig.h-i686-x86_64.patch -------------------------------------------------------------------------------- /rycoh99/frida-core/0001-pause-on-gadget-inject.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/rycoh99/frida-core/0001-pause-on-gadget-inject.patch -------------------------------------------------------------------------------- /soyasoya5/frida-gum/0001-il2cpp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/soyasoya5/frida-gum/0001-il2cpp.patch -------------------------------------------------------------------------------- /strongR-frida/frida-core/0001-string_frida_rpc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/strongR-frida/frida-core/0001-string_frida_rpc.patch -------------------------------------------------------------------------------- /strongR-frida/frida-core/0002-io_re_frida_server.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/strongR-frida/frida-core/0002-io_re_frida_server.patch -------------------------------------------------------------------------------- /strongR-frida/frida-core/0003-pipe_linjector.patch.deprecated-reworked: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/strongR-frida/frida-core/0003-pipe_linjector.patch.deprecated-reworked -------------------------------------------------------------------------------- /strongR-frida/frida-core/0004-io_frida_agent_so.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/strongR-frida/frida-core/0004-io_frida_agent_so.patch -------------------------------------------------------------------------------- /strongR-frida/frida-core/0005-symbol_frida_agent_main.patch.deprecated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/strongR-frida/frida-core/0005-symbol_frida_agent_main.patch.deprecated -------------------------------------------------------------------------------- /strongR-frida/frida-core/0006-anti-anti-frida.py.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/strongR-frida/frida-core/0006-anti-anti-frida.py.patch -------------------------------------------------------------------------------- /strongR-frida/frida-core/0007-threads.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/strongR-frida/frida-core/0007-threads.patch -------------------------------------------------------------------------------- /strongR-frida/frida-core/0008-protocol_unexpected_command.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/strongR-frida/frida-core/0008-protocol_unexpected_command.patch -------------------------------------------------------------------------------- /strongR-frida/frida-core/0009-memory_str.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/strongR-frida/frida-core/0009-memory_str.patch -------------------------------------------------------------------------------- /zer0def/frida-gum/0001-fixup-exact-gum-deps.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0def/undetected-frida/HEAD/zer0def/frida-gum/0001-fixup-exact-gum-deps.patch --------------------------------------------------------------------------------