Louis Brunner

Results 151 comments of Louis Brunner

I just pushed a fix on `master` which allows you to run valgrind (I tested it with Python3 and it seems to work correctly). Note this implementation is a stop-gap...

Yeah, we need more granular ranges on the task shared memory. Uninitialized values/jump still work though.

@karimvafin, as reported above, Big Sur support is experimental and leak-tracking doesn't work at the moment.

Just wanted to share a quick progress update, I have now replicated dyld's cache loading logic and can retrieve dylibs from the cache. `dyld` uses `stat64` to check if a...

@Gamusren A few devs are aware of this fork, I haven't tried to get it merged upstream in a while (often the issue is that too many regression tests fail)....

Sorry for the lack of update, I haven't had time to sit down and work much on Big Sur compatibility lately. A lot of the time when working on macOS...

@tfmorris, a bunch of system seem to exist to extract this information, Apple even ships a function to do that as part of dyld (you just have to build the...

Just a quick update: I am still working on this in the background and made some progress but not to a point where valgrind can properly parse the dyld cache...

I am still working on 11.0 support at the moment, hopefully 12.0 will be fairly straight-forward.

@gsq7474741 Check the thread (#19) around macOS 11 support, that is the main blocker @rahmed42 While it might build, there is no guarantee you will actually get valid information, it...