RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
BSD 2-Clause "Simplified" License
2.63k stars 145 forks source link

Linux? #84

Closed lavyadrian closed 1 year ago

lavyadrian commented 1 year ago

Hey! Does this work on linux? If so can the README be updated to include steps on how to do it? Thanks.

milostosic commented 1 year ago

Hey! No, it doesn't work and would need some extra work but I rarely touch Linux so can't commit to it. I'd be happy to get a pull request. Someone would need to deal with injecting processes (LD_PRELOAD or something) and implement a few spots that are platform specific but most code should be ok - it does compile.

milianw commented 1 year ago

You can take inspiration from https://invent.kde.org/sdk/heaptrack or https://github.com/koute/bytehound