mirror of
https://github.com/0xdea/ghidra-scripts
synced 2026-06-08 10:09:44 +00:00
doc: improve README.md
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# ghidra-scripts
|
||||
|
||||
[](https://github.com/0xdea/ghidra-scripts)
|
||||
[](https://github.com/0xdea/ghidra-scripts)
|
||||
[](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.
|
||||
|
||||
Reference in New Issue
Block a user