HeapInspect is designed to make heap much more prettier. So let us have some of the feature of this tool which will inspect heap in python;
HeapShower
(detailed)PrettyPrinter
(colorful, summary) Also Read – Karonte : Static Analysis Tool To Detect Multi-Binary Vulnerabilities In Embedded Firmware
A quick use of this tool.
You can also use it as a gdb plugin, very useful when pwndbg
or other plugins failed to analysis heap.
sed -i “1i source `pwd`/gdbscript.py” ~/.gdbinit # alternatively, you can add that line manually
Note
It does not support gdb python3 for now. Anyone who can make it python3 compatible are welcome.
Prompt injection is a type of security vulnerability that can be exploited to control the…
Firefly is an advanced black-box fuzzer and not just a standard asset discovery tool. Firefly…
Winit is a robust, cross-platform library designed for creating and managing windows in Rust applications.…
In today’s digital age, convenience often comes at the cost of security. One such overlooked…
Terminal GPT (tgpt) offers a seamless way to bring the power of ChatGPT 3.5 directly…
garak checks if an LLM can be made to fail in a way we don't…