https://github.com/matteopolak/memory-parser
https://github.com/matteopolak/memory-parser
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matteopolak/memory-parser
- Owner: matteopolak
- License: mit
- Created: 2021-12-17T13:56:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T01:40:08.000Z (over 3 years ago)
- Last Synced: 2025-02-16T18:46:36.779Z (4 months ago)
- Language: TypeScript
- Size: 323 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memory Parser
## Requirements
* Node.js 16.0.0+
* TypeScript 4.0.0+## Building
```console
> npm run build
```## Usage
```console
> node index.js < "memorydump.bin" 1> by_flag.json 2> by_file.json
```## Generate dump files
```console
> procdump.exe -accepteula -n 60 -s 1 -ma
```