-
**Describe the bug**
The build aborts because non UTF-8-data seems to appear while building glibc-2.36.
**To Reproduce**
Cannot paste my full cross-compile environment here. It happens when build…
-
`
jni/Android_InlineHook/arm64/model/iModel.cpp:236:35: error: reference to overloaded function could not be resolved; did
you mean to call it?
if (pInfo->pBeHookAddr == open && regs…
-
比较奇怪的是ANR异常是偶现的,频率还挺高,通过打印日志调试发现只要是ANR,程序就会卡在inlineHook.c中unFreeze方法里wait(NULL);这一行。我C++比较弱希望dalao帮忙看一下~非常感谢~
-
Will update with more info. First glance looks like an exception occurs inside of trap_threads, causing a nested acquisition of the trap mutex.
-
经过几天研究,我是 M1 用户
采用 cmake/ios.toolchain.cmake -DPLATFORM=MAC 生成 x86_x64 静态库.a
`# build macos x86_64
output_dir_name=auto-build-workspace/darwin-macos-x86_64-build
compress_dir_array="$compress_dir…
-
一处编写错误导致物理页为4kb时PTE会修改失败,InlineHook.cpp第374行pHookListNode->**NewPttAddress** = newPteContent; 应该改为pHookListNode->**NewPteContent**= newPteContent;
改完之后,物理页为4kb能进行HOOK但是不久之后,会触发8000003异常,还没想到解决方法
-
This code does not work when ASLR is disabled or you hit the 1/260000 lottery of selecting a 0 ASLR slide value:
https://github.com/skyline-dev/skyline/blob/972cdefcbd5dc01e01c91227f31cee50d1ae95d5/s…
-
When i just open the .sln generated by Generate MyPlugin.bat and click on the cpp i get all this errors in VC.
I followed the instructions and runned plugin.sln in Release and Debug modes.
> Sever…
-
## Prologue
HookZz 写了好久, 一直想抽时间写一下, 在这方面的总结.
1. InlineHook 本质
2. InlineHook 高级 Trick
3. Assembler 和 Disassembler 的工程化使用
当然还有很多其他的 trick hook, 例如基于 `#PF` 和 `HardwareBreakpoint` 的 hook, 剩下的后续…
-
### ShadowHook Version
1.0.7
### Android OS Version
13
### Android ABIs
armeabi-v7a
### Device Manufacturers and Models
魅族18s 小米6
### Describe the Bug
有一种特殊情况,不知道能否优化下,因为substrate是正常的
情景1:…