We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13725b6 commit 5d72450Copy full SHA for 5d72450
README.md
@@ -4,11 +4,14 @@ pypcode
4
5
Machine code disassembly and IR translation library for Python using the
6
excellent [SLEIGH](https://ghidra.re/courses/languages/html/sleigh.html)
7
-library from the [Ghidra](https://ghidra-sre.org/) framework (version 10.2.2).
+library from the [Ghidra](https://ghidra-sre.org/) framework.
8
9
This library was created primarily for use with [angr](http://angr.io), which
10
provides analyses and symbolic execution of p-code.
11
12
+Documentation covering how to install and use pypcode is
13
+[available here](https://api.angr.io/projects/pypcode/en/stable/).
14
+
15
Quick Start
16
-----------
17
This package can be installed on Linux, macOS, and Windows platforms for recent
0 commit comments