Results 255 comments of Zxilly

related: https://github.com/goretk/gore/issues/96 https://github.com/golang/go/issues/69428

It's possible after the dwarf analysis be implemented. Currently any cgo dependencies will be ignored.

Please try v1.2.0, it should have a basic cgo dependency support. Only works if the binary contains dwarf debugging information.

The current code base is under refactoring and is not available. You can download the legacy version from the release. It only works on linux.

Now you can download `gsa` from release. Looking forward to your reply!

Didn't notice any recent activity, so I'm closing this issue. feel free to reopen if there are any more questions!

I test it on Linux and seems vendor packages cost 683 kb and standard library packages cost 2.23 mb.

Maybe the rendered colours are a bit misleading, I would add different colours for different package types

Generally, unknown is meta information in the binary format itself, such as elf's section header and program header. but it's generally not that big, so if you can provide a...