RobertNotRob

Results 2 issues of RobertNotRob

**Describe the bug** Many applications support deep linking through implementing custom URI schemes. For example standard ones "file://", "ftp://" "mailto://" (defined [here](https://datatracker.ietf.org/doc/html/rfc1738#section-3) or custom ones such as [slack://](https://api.slack.com/reference/deep-linking) [vscode://](https://github.com/Microsoft/vscode-docs/blob/main/docs/editor/command-line.md#opening-vs-code-with-urls) and...

Hey FZ, I noticed your Darwin "is_heap" implementation filtered based on !is_stack && !is_code. I've worked up a implementation which enumerates the zones using XNU's malloc introspection APIs. This will...