mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
Major refactoring of the gradle build system.
This commit is contained in:
parent
62a180e0ae
commit
f1e50fb079
198 changed files with 2005 additions and 2252 deletions
29
GhidraDocs/languages/index.html
Normal file
29
GhidraDocs/languages/index.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF8">
|
||||
<title>Ghidra Language Specification</title>
|
||||
<link rel="stylesheet" type="text/css" href="html/Frontpage.css">
|
||||
<link rel="stylesheet" type="text/css" href="html/languages.css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article">
|
||||
<div class="titlepage">
|
||||
<div><div><h1 class="title">
|
||||
<a name="idm140699092179664"></a>Ghidra Language Specification</h1></div></div>
|
||||
<hr>
|
||||
</div>
|
||||
<p>
|
||||
<a class="link" href="html/sleigh.html" target="_top">Sleigh Manual</a>: This document describes SLEIGH, Ghidra's
|
||||
processor specification language. A SLEIGH specification formally describes the translation from the
|
||||
bit encoding of machine instructions, for a particular processor, to human-readable assembly language
|
||||
and into p-code, Ghidra's internal representation (IR) of code.
|
||||
</p>
|
||||
<p>
|
||||
<a class="link" href="html/pcoderef.html" target="_top">P-code Reference</a>: This reference document describes the core
|
||||
elements of p-code and gives a brief overview of each formal p-code operator.
|
||||
</p>
|
||||
<p>
|
||||
<a class="link" href="versioning.html" target="_top">Versioning</a>: A short note on the use of SLEIGH version numbers.
|
||||
</p>
|
||||
</div></body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue