Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NoOne-hub/bypass-BeaconEye
bypass BeaconEye
https://github.com/NoOne-hub/bypass-BeaconEye
Last synced: 22 days ago
JSON representation
bypass BeaconEye
- Host: GitHub
- URL: https://github.com/NoOne-hub/bypass-BeaconEye
- Owner: NoOne-hub
- Created: 2021-09-08T16:00:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T13:39:20.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:27:24.926Z (4 months ago)
- Language: C++
- Size: 79.1 KB
- Stars: 89
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-hacking-lists - NoOne-hub/bypass-BeaconEye - bypass BeaconEye (C++)
README
# bypass BeaconEye
## Hook_Sleep1
只适配了4.3的默认profile,作为demo测试食用,修改配置文件过后![image-20210909213437497](imgs/readme/image-20210909213437497.png)
这两处可能需要更改,自行调试
## Hook_Sleep2
使用方式: 生成payload.bin -> deal.py处理成result.bin -> 重命名result.bin为payload.bin
使用int3 断点来patch的,通过deal.py将payload.bin的malloc函数的一个字节替换为0xCC,主动造成异常,捕获,然后修改成自己的VirtualAlloc,可适配多个类型
![image-20210909213650362](imgs/readme/image-20210909213650362.png)
出错可自行调试,只作为demo代码使用