mirror of
https://github.com/0xdea/ghidra-scripts
synced 2026-06-08 10:09:44 +00:00
doc: update to latest ghidra version
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
[](https://github.com/0xdea/ghidra-scripts)
|
||||
[](https://github.com/0xdea/ghidra-scripts)
|
||||
[](https://github.com/0xdea/ghidra-scripts)
|
||||
[](http://ghidra-sre.org)
|
||||
[](http://ghidra-sre.org)
|
||||
[](https://twitter.com/0xdea)
|
||||
[](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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user