puncover icon indicating copy to clipboard operation
puncover copied to clipboard

Overview page / sort by stack usage

Open 0x0ptr opened this issue 5 years ago • 3 comments

Hi, nice tool. Had a could questions/requests:

  1. How do I get to the overview page that you have an example screenshot of? I did not get such overview page running the tool on my source code.

  2. Would it be possible to add sorting option on the "Stack" usage column?

Thanks!

0x0ptr avatar Nov 04 '19 00:11 0x0ptr

Hey @0x0ptr , the screenshots on the readme show from left to right "details of a function", "details of a file" and "details of a directory". Their respective content vary depending on the .elf you are analyzing, though. Can you share what you expect to happen and what you see instead?

As for sorting by stack usage, this was implemented by @mjessome in #29 . I hope this is what you were looking for.

HBehrens avatar Apr 23 '20 23:04 HBehrens

Any comment @0x0ptr ? Did Marc's change help you? And can you clarify on the "overview page"?

HBehrens avatar May 01 '20 00:05 HBehrens

Hi! Ye, thanks! #29 was exactly what I was looking for! Thanks again.

Regarding what I call the "overview page". I was sure you had a screenshot before (not there now?!?) that showed a nice overview page with stats for the WHOLE project at once. I think it was for example showing the functions with the top stack usage. But I cannot find it now. Not sure if you know what I am talking about. I might be confused with "Details of Function" screenshow that shows worst case stack usage. (I don't see that either btw).

Either way it would be nice to have an overview page of the whole analysed project showing the top code stack usage etc :-)

Again, thanks for a cool and very useful tool!

0x0ptr avatar May 24 '20 19:05 0x0ptr