https://github.com/dere3046/foddo
I see oddo kernel fuseblower.A simple kernel_func_finder.
https://github.com/dere3046/foddo
android anti-rollback fuse kernel
Last synced: about 21 hours ago
JSON representation
I see oddo kernel fuseblower.A simple kernel_func_finder.
- Host: GitHub
- URL: https://github.com/dere3046/foddo
- Owner: Dere3046
- License: gpl-2.0
- Created: 2026-06-11T18:48:35.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2026-06-14T05:17:03.000Z (7 days ago)
- Last Synced: 2026-06-14T07:13:00.003Z (7 days ago)
- Topics: android, anti-rollback, fuse, kernel
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kernel-func-finder
```
grep "T qcom_scm_update_rollback_version" /proc/kallsyms
```
```
grep "qcom_scm_update_rollback_version" /proc/kallsyms
```
A tool to detect whether a kernel image contains specific functions.
Designed for verifying if kernel-level rollback fuse mechanisms exist in Android boot images.
Scan kernel Image, boot.img, vendor_boot.img, vendor_dlkm.img, or individual .ko files
for function symbols like `qcom_scm_update_rollback_version`.
Some ideas for parsing kernel symbols from [vmlinux-to-elf](https://github.com/marin-m/vmlinux-to-elf)
For Chinese version see [README_ZN.md](README_ZN.md)