An open API service indexing awesome lists of open source software.

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

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