doc: improve README.md

This commit is contained in:
raptor
2025-11-08 08:27:42 +01:00
parent 31f3729d55
commit ca20d02fb6
+9 -4
View File
@@ -1,4 +1,5 @@
# ghidra-scripts
[![](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)
@@ -16,16 +17,20 @@ A collection of my Ghidra scripts to facilitate reverse engineering and vulnerab
* <https://hnsecurity.it/blog/automating-binary-vulnerability-discovery-with-ghidra-and-semgrep/>
## See also
* <https://github.com/federicodotta/ghidra-scripts>
## Scripts
### VulnDev
* [**Rhabdomancer.java**](https://github.com/0xdea/ghidra-scripts/blob/main/Rhabdomancer.java). This script locates all calls to potentially insecure functions.
* [**Haruspex.java**](https://github.com/0xdea/ghidra-scripts/blob/main/Haruspex.java). This script extracts all pseudocode generated by the Ghidra decompiler.
* [**Rhabdomancer.java**](Rhabdomancer.java). This script locates all calls to potentially insecure functions.
* [**Haruspex.java**](Haruspex.java). This script extracts all pseudocode generated by the Ghidra decompiler.
### iOS
* [**FOX_alpha.java**](https://github.com/0xdea/ghidra-scripts/blob/main/FOX_alpha.java). This script tries to fix Objective-C cross-references in iOS apps.
* [**FOX_alpha.java**](FOX_alpha.java). This script tries to fix Objective-C cross-references in iOS apps.
### Analysis
* [**ResolveMipsN32LinuxSyscallsScript**](https://github.com/0xdea/ghidra-scripts/blob/main/ResolveMipsN32LinuxSyscallsScript.java). This script resolves MIPS N32 syscalls.
* [**ResolveMipsN32LinuxSyscallsScript**](ResolveMipsN32LinuxSyscallsScript.java). This script resolves MIPS N32 syscalls.