https://github.com/buganini/meniac
Memory searcher & editor for FreeBSD
https://github.com/buganini/meniac
Last synced: about 1 year ago
JSON representation
Memory searcher & editor for FreeBSD
- Host: GitHub
- URL: https://github.com/buganini/meniac
- Owner: buganini
- Created: 2011-08-09T05:26:01.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-09T05:29:09.000Z (almost 15 years ago)
- Last Synced: 2025-02-17T14:44:39.554Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
./meniac `pidof dummy`
meniac> search 0 int32 54321
Searching integer 54321:(omni)
(0x8048508) 54321
(0x8049508) 54321
(0xbfbfe3f4) 54321
(0xbfbfea64) 54321
meniac> set 0x8048508 int32 12345
meniac> quit