whale icon indicating copy to clipboard operation
whale copied to clipboard

Hook Framework for Android/IOS/Linux/MacOS

Results 51 whale issues
Sort by recently updated
recently updated
newest added

are you able to provide the .a file, static lib? Instead of a dynamic one? It would be much much easier to use without having to go through much hassle

@asLody @WaterlooBridge could you help clarify this? Hidden methods like android.view.WindowManagerGlobal#addView can not be hooked on Android 5/5.1 - but it works on Android 6 ~ 11.

The title of one of the commits is "Feature: add support for Android R" does its mean that the project compatible with the newer Android OSs?

Please add support for Android 12 & 13

please provide a whole demo.thanks! 请提供一个完整的demo供学习? 邮箱:[email protected]

Is the phone must be rooted to use this tool?

A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 12523 (xxx), pid 12523 (xxx) I/crash_dump64: performing dump of process 12523 (target tid = 12523) *** ***...

It is my first time to contribute codes to such a famous open-source project, there must be something important that are not mentioned by me, so if any problems happens,I...

Having realized that library loaded by `WDynamicLibOpen` with memory protection **readonly**. https://github.com/asLody/whale/blob/43debbbcb5fe5809b0700f93f51b74400894a620/whale/src/platform/linux/elf_image.cc#L195 There is a possible scenario, if the target library is **not** already loaded in current process, i.e, `whale::FindExecuteMemoryRange`...

Do you have any ideas about support Android 11?