Skip to content

Commit 3c57b67

Browse files
committed
Add updates from Ghidra 11.4.2
1 parent 81c8a02 commit 3c57b67

File tree

18 files changed

+201
-408
lines changed

18 files changed

+201
-408
lines changed

docs/guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ SLEIGH & P-Code References
9999
--------------------------
100100
Extensive documentation covering SLEIGH and P-Code is available online:
101101

102-
* `SLEIGH, P-Code Introduction <https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra_11.4.1_build/GhidraDocs/languages/html/sleigh.html>`_
103-
* `P-Code Reference Manual <https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra_11.4.1_build/GhidraDocs/languages/html/pcoderef.html>`_
102+
* `SLEIGH, P-Code Introduction <https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra_11.4.2_build/GhidraDocs/languages/html/sleigh.html>`_
103+
* `P-Code Reference Manual <https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra_11.4.2_build/GhidraDocs/languages/html/pcoderef.html>`_

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pypcode documentation
22
=====================
33
pypcode is a machine code disassembly and IR translation library for Python using the
4-
excellent `SLEIGH <https://ghidra.re/courses/languages/html/sleigh.html>`__ library from the `Ghidra <https://ghidra-sre.org/>`__ framework (version 11.4.1).
4+
excellent `SLEIGH <https://ghidra.re/courses/languages/html/sleigh.html>`__ library from the `Ghidra <https://ghidra-sre.org/>`__ framework (version 11.4.2).
55

66
This library was created primarily for use with `angr <http://angr.io>`__, which provides analyses and symbolic
77
execution of p-code.

pypcode/processors/AARCH64/data/languages/AARCH64_swift.cspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<default_proto>
6868
<prototype name="__swiftcall" extrapop="0" stackshift="0">
69-
<!-- https://github.com/apple/swift/blob/main/docs/ABI/CallConvSummary.rst#arm64 -->
69+
<!-- https://github.com/swiftlang/swift/blob/main/docs/ABI/CallingConventionSummary.rst#arm64 -->
7070
<input>
7171
<pentry minsize="8" maxsize="8" storage="hiddenret">
7272
<register name="x8"/>
@@ -228,7 +228,7 @@
228228
</prototype>
229229
</default_proto>
230230
<prototype name="__thiscall" extrapop="0" stackshift="0">
231-
<!-- https://github.com/apple/swift/blob/main/docs/ABI/CallConvSummary.rst#arm64 -->
231+
<!-- https://github.com/swiftlang/swift/blob/main/docs/ABI/CallingConventionSummary.rst#arm64 -->
232232
<input>
233233
<pentry minsize="8" maxsize="8" storage="hiddenret">
234234
<register name="x8"/>

0 commit comments

Comments
 (0)