Skip to content

Instantly share code, notes, and snippets.

View hxm-cpp's full-sized avatar
:octocat:

hxm-cpp

:octocat:
View GitHub Profile
@hxm-cpp
hxm-cpp / FindInvalidMemoryReferences.java
Created November 17, 2024 20:53 — forked from starfleetcadet75/FindInvalidMemoryReferences.java
Ghidra script that searches all instructions for any references to undefined memory addresses. Useful for reversing firmware when you are still determining the correct memory mappings. Invalid addresses could indicate that you need to add a new segment at that address.
// Searches all instructions for any references to undefined memory addresses.
// Useful for reversing firmware when you are still determining the correct memory mappings.
// Invalid addresses could indicate that you need to add a new segment at that address.
//
// @author starfleetcadet75
// @category Search
// @keybinding
// @menupath
// @toolbar
@hxm-cpp
hxm-cpp / bn-cheat.md
Created November 17, 2024 16:24 — forked from alexander-hanel/bn-cheat.md
Cheat Sheet for Binary Ninja