diff --git a/README.md b/README.md index 27184d4..979dfba 100644 --- a/README.md +++ b/README.md @@ -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 * ## See also + * ## 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.