diff --git a/Haruspex.java b/Haruspex.java index a14c3d1..5c4554c 100644 --- a/Haruspex.java +++ b/Haruspex.java @@ -1,6 +1,6 @@ /* * Haruspex.java - Extract pseudocode from Ghidra's decompiler - * Copyright (c) 2022-2024 Marco Ivaldi + * Copyright (c) 2022-2026 Marco Ivaldi * * "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 diff --git a/README.md b/README.md index c54a6f5..9841f83 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Rhabdomancer.java b/Rhabdomancer.java index f7edb44..cc68e19 100644 --- a/Rhabdomancer.java +++ b/Rhabdomancer.java @@ -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