What could be interesting is the implementation of a deep print of chunks or of addresses.
Like if fastbinsY[0] = 0xdeadbeef, print_malloc_chunk(0xdeadbeef, 1) so if fd != 0, we could print the chunk pointed, only and only if the address is in the heap address range
What could be interesting is the implementation of a deep print of chunks or of addresses.
Like if fastbinsY[0] = 0xdeadbeef, print_malloc_chunk(0xdeadbeef, 1) so if fd != 0, we could print the chunk pointed, only and only if the address is in the heap address range