Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHeap module broken when inspecting static binary #755
Comments
|
This looks like we need to add more headers to the blacklist for compilation. Can you post the full GDB command that's executed? Also, can you attach the lab7A file? You should be able to zip it up and drag+drop. |
|
I am having a similar issue with Edit: I found the blacklist https://github.com/pwndbg/pwndbg/blob/970ac229a835fa1f5d7aeaf8cf8b3770804df841/pwndbg/typeinfo.py However i'm having a lot of trouble adding all the right headers to it to get the heap command working. There must be a smarter way to do it... |
Description
When trying to inspect the heap of a binary (specifically lab7A from the Modern Binary Exploitation training), I get the following error:
It seems to be related to missing dependencies. I only see this behaviour when compiling the binary statically.
Steps to reproduce
First run the binary:
Then inside of GDB:
My setup
Here are the version details
Also, I'm running the latest kali version: