KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
GhidraVmlinuxLoader
★ 53
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
feishu-docs-workflow
:
Alfred workflow for feishu docs.
heic-to-jpg
:
HEIC to JPG file format batch conversion script
latex-scnu
:
华师毕业论文模板, 华师本科毕业论文模板, 华师论文模板, latex 模板, 毕业论文模板, SCNU, SCNU 论文模板, SCNU 本科论文模板
fiber-await
:
Win32 Fiber async/await demo
altair
:
Lightweight and Robust API Gateway written in Go
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
GhidraVmlinuxLoader
?
Download (.md)
# Vmlinux loader for Ghidra This extension can be used to load vmlinux kernel images into Ghidra. Output from droidimg is required. This version is compatible with Ghidra 10.3+. ## Usage 1. Run droidimg to get symbol file ```shell vmlinux.py --json <vmlinux> > <vmlinux>.sym.json ``` 2. Make sure the generated .sym.json file is in the same directory of the image file. 3. Import the image file using Ghidra, and choose **Vmlinux Loader** as file format. 4. Run auto analysis ## Notes