frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
734 stars 242 forks source link

Add support for reading thread names #703

Closed WorksButNotTested closed 7 months ago

WorksButNotTested commented 1 year ago

...on Linux (though adding support for other platforms should be simple).

hexploitable commented 1 year ago

Hey @WorksButNotTested I just opened a PR for this too (#706), with Linux + Darwin. Your Linux code is a little neater, so I'll update my PR with your changes for linux, and I'll finalize the changes for Darwin too. Will need to investigate and add Windows/FreeBSD too and then it should be done. Are you cool with that?

WorksButNotTested commented 1 year ago

More than happy for you to take this forward. My focus is entirely on Linux, but if you can add support for other operating systems too that would be awesome. Not sure how things work on android? Maybe the same as Linux? But don’t think I catered for that either.

hexploitable commented 1 year ago

Yeah so my code was tested on Android and not Linux, and so they are both working. I'll carry it forward then - sweet

oleavr commented 7 months ago

Thanks for the awesome PR! :fire: Let's get this feature merged through #706.