https://github.com/jokkeez/hexview
Small hexdump program, written in C.
https://github.com/jokkeez/hexview
dump hex hexviewer
Last synced: about 1 year ago
JSON representation
Small hexdump program, written in C.
- Host: GitHub
- URL: https://github.com/jokkeez/hexview
- Owner: JokkeeZ
- License: mit
- Created: 2021-05-09T13:45:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T22:38:52.000Z (about 5 years ago)
- Last Synced: 2025-02-06T12:18:14.093Z (over 1 year ago)
- Topics: dump, hex, hexviewer
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HexView
Made this little hexdump program to learn a little bit of C.
# Example Usage:
`PS > .\HexView.exe "file_to_dump.exe" > "dump.txt"`