Neoma Fong

Results 24 issues of Neoma Fong

How to upgrade the Frida's target Android SDK level to 30 or 31? It currently targets Android SDK level 21, which is pretty old, from back in 2014 I tried,...

How does the `frida-server` binary encapsulate/embed the various `frida-agent-32/64.so`'s? How to extract/unpack it from the binary itself manually?

https://github.com/frida/frida/blob/main/releng/setup-env.sh#L226 ~`local_toolchain=$FRIDA_BUILD/_$filename`~ `local_toolchain=$FRIDA_BUILD/$filename`

extracted from the official Frida Telegram chat group, in case it is lost there: wonder has anyone here tried to Android 11 stock (Pixel 4 Google API) emulator (x86 or...

https://github.com/frida/frida-gum/blob/main/docs/config.toml#L2 ~`version = "15.1.14"`~ version = "15.1.27"

on this page https://frida.re/docs/hacking, section "Porting frida-core", > The implementation is [here](https://github.com/frida/frida-core/blob/master/src/linux/frida-helper-glue.c). ~https://github.com/frida/frida-core/blob/master/src/linux/frida-helper-glue.c~ https://github.com/frida/frida-core/blob/main/src/linux/frida-helper-backend-glue.c

1. Makefile a. Add `-lm` to `host_ldflags` b. Remove `-fuse-ld=gold` from `LDFLAGS` 3. `guint id` is unused, and can be omitted a. https://github.com/oleavr/android-inject-custom/blob/master/inject.c#L17 b. https://github.com/oleavr/android-inject-custom/blob/master/inject.c#L36 5. agent.so path is hardcoded...

https://github.com/mihaip/dex-method-counts/blob/master/src/com/android/dexdeps/DexData.java#L571-L572 ``` static class HeaderItem { public static final byte[] DEX_FILE_MAGIC = { 0x64, 0x65, 0x78, 0x0a, 0x30, 0x33 }; // , 0x??, 0x00 }; } private static boolean verifyMagic(byte[]...

> 2002: SQLSTATE[HY000] [2002] Connection refused ``` [!] An exception has occurred during the attack. Please check your inputs. [!] cannot unpack non-iterable NoneType object [!] Traceback (most recent call...