doc: update to latest ghidra version

This commit is contained in:
raptor
2026-01-31 10:15:00 +01:00
committed by GitHub
parent aae3807a9d
commit abee9f2997
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*
* Haruspex.java - Extract pseudocode from Ghidra's decompiler
* Copyright (c) 2022-2024 Marco Ivaldi <raptor@0xdeadbeef.info>
* Copyright (c) 2022-2026 Marco Ivaldi <raptor@0xdeadbeef.info>
*
* "Et immolantem haruspex Spurinna monuit, caveret periculum, quod non
* ultra Martias Idus proferretur."
@@ -25,7 +25,7 @@
* - You can also run it via the Tools > Haruspex menu or the shortcut "H"
* - Enter an output path in which the pseudocode will be saved
*
* Tested with Ghidra v11.2.1.
* Tested with Ghidra v12.0.2.
*/
// This script extracts all pseudocode generated by the Ghidra decompiler
+2 -2
View File
@@ -3,7 +3,7 @@
[![](https://img.shields.io/github/stars/0xdea/ghidra-scripts.svg?style=flat&color=yellow)](https://github.com/0xdea/ghidra-scripts)
[![](https://img.shields.io/github/forks/0xdea/ghidra-scripts.svg?style=flat&color=green)](https://github.com/0xdea/ghidra-scripts)
[![](https://img.shields.io/github/watchers/0xdea/ghidra-scripts.svg?style=flat&color=red)](https://github.com/0xdea/ghidra-scripts)
[![](https://img.shields.io/badge/ghidra-11.2.1-violet)](http://ghidra-sre.org)
[![](https://img.shields.io/badge/ghidra-12.0.2-violet)](http://ghidra-sre.org)
[![](https://img.shields.io/badge/twitter-%400xdea-blue.svg)](https://twitter.com/0xdea)
[![](https://img.shields.io/badge/mastodon-%40raptor-purple.svg)](https://infosec.exchange/@raptor)
@@ -25,7 +25,7 @@ A collection of my Ghidra scripts to facilitate reverse engineering and vulnerab
## Compatibility
* Tested with Ghidra 11.2.1
* Tested with Ghidra 12.0.2
## Scripts
+1 -1
View File
@@ -28,7 +28,7 @@
* - You can also run it via the Tools > Rhabdomancer menu or the shortcut "Y"
* - Open Window > Comments and navigate [BAD] candidate points in tier 0-2
*
* Inspired by The Ghidra Book (No Starch, 2020). Tested with Ghidra v11.2.1.
* Inspired by The Ghidra Book (No Starch, 2020). Tested with Ghidra v12.0.2.
*/
// This script locates all calls to potentially insecure functions, in order to