You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the bug report! I also hit this issue when I was trying to add python 3.12 support - py-spy was picking up the .tbss section in the python 3.12 binary from conda, and failing.
The fix you suggested works here (thanks!) - but I also added an additional check on the section name in #624, trying to make sure the section is named .bss and not only taking the largest section.
Hello!
I noticed that when using py-spy to read a Python library for mips64el from https://github.com/benfred/py-spy/blob/master/src/binary_parser.rs#L96, it seems to be reading "sbss".
i also try to use goblin to check:
I'm not sure if it can be adjusted slightly here, maybe like this:
thanks.
The text was updated successfully, but these errors were encountered: