https://github.com/sysinternals/procdump-for-mac
Release repository for ProcDump-for-Mac
https://github.com/sysinternals/procdump-for-mac
Last synced: 6 months ago
JSON representation
Release repository for ProcDump-for-Mac
- Host: GitHub
- URL: https://github.com/sysinternals/procdump-for-mac
- Owner: Sysinternals
- License: mit
- Created: 2024-11-11T19:50:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T20:39:34.000Z (6 months ago)
- Last Synced: 2024-11-13T21:32:25.645Z (6 months ago)
- Size: 1000 Bytes
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProcDump-for-Mac
Release repository for ProcDump-for-Mac. Source code is available in the [ProcDump-for-Linux](https://github.com/Sysinternals/ProcDump-for-Linux) repo.## Installation
To install ProcDump for Mac, you'll need to install [Homebrew](https://brew.sh) if you haven't already.1. Add the Sysinternals tap:
```bash
brew tap sysinternals/sysinternalstap
```
1. Install individual Sysinternals tools:
```bash
brew install procdump
```