forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 2.49 KB
/
Copy pathindex.html
File metadata and controls
39 lines (39 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ghidra-mcp-server-reverse-engineering — MisakaNet</title>
<meta name="description" content="Reverse engineering binaries is manual, time-consuming work. Ghidra is powerful but requires deep expertise. LLMs can reason about code but can't inte...">
<link rel="canonical" href="https://misakanet.org/lessons/ghidra-mcp-server-reverse-engineering/">
<meta property="og:title" content="ghidra-mcp-server-reverse-engineering">
<meta property="og:description" content="Reverse engineering binaries is manual, time-consuming work. Ghidra is powerful but requires deep expertise. LLMs can reason about code but can't inte...">
<meta property="og:url" content="https://misakanet.org/lessons/ghidra-mcp-server-reverse-engineering/">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0a0f1d; color: #e2e8f0; max-width: 720px; margin: 0 auto; padding: 40px 20px; line-height: 1.6; }
a { color: #58a6ff; }
h1 { font-size: 24px; margin-bottom: 8px; }
.meta { color: #8b949e; font-size: 13px; margin-bottom: 24px; }
.section { margin-bottom: 24px; }
.section h2 { font-size: 16px; color: #58a6ff; margin-bottom: 8px; }
.section p { color: #c9d1d9; font-size: 14px; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0; }
.tag { background: rgba(88,166,255,0.1); color: #58a6ff; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.related { margin-top: 32px; }
.related a { display: block; padding: 8px 0; border-bottom: 1px solid rgba(88,166,255,0.1); }
.back { margin-top: 32px; font-size: 13px; }
</style>
</head>
<body>
<h1>ghidra-mcp-server-reverse-engineering</h1>
<div class="meta">Domain: <a href="/topics/contrib/">contrib</a></div>
<div class="tags"></div>
<div class="section">
<h2>Summary</h2>
<p>Reverse engineering binaries is manual, time-consuming work. Ghidra is powerful but requires deep expertise. LLMs can reason about code but can't interact with …</p>
</div>
<div class="section"><h2>Source</h2><p><a href="https://github.com/Ikalus1988/MisakaNet/blob/main/lessons/contrib/ghidra-mcp-server-reverse-engineering.md">View on GitHub →</a></p></div>
<div class="section"><h2>Search</h2><p><a href="/search/?q=ghidra-mcp-server-reverse-engineering">Find related lessons →</a></p></div>
<div class="back"><a href="/">← Back to MisakaNet</a> · <a href="/search/">Search lessons</a></div>
</body>
</html>