https://github.com/widgetii/beye
Binary EYE is a viewer of binary files with a built-in editor
https://github.com/widgetii/beye
analysis disassembler forensics hex reverse-engineering security
Last synced: 12 months ago
JSON representation
Binary EYE is a viewer of binary files with a built-in editor
- Host: GitHub
- URL: https://github.com/widgetii/beye
- Owner: widgetii
- Created: 2017-10-11T10:54:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T13:04:53.000Z (over 4 years ago)
- Last Synced: 2025-02-03T22:38:19.376Z (about 1 year ago)
- Topics: analysis, disassembler, forensics, hex, reverse-engineering, security
- Language: C
- Homepage: https://en.wikipedia.org/wiki/Beye
- Size: 3.06 MB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binary EYE
This repository was created from original [CVS
repository](https://sourceforge.net/projects/beye/) of BEYE program
[](https://travis-ci.org/widgetii/beye)

TODO:
- [X] replace hand-written configure to Autoconf tools
- [ ] make tests in Linux32/64, Darwin, Win32/64, Raspbian, NetBSD
- [ ] find bugs which lead to crashes
Building Beye:
o If you are using a Git checkout, you need to run the
`bootstrap` script in order to generate configure. This is not
necessary for official tarballs.
o Run configure the make. Useful configure flags are:
--enable-ncurses: support for the ncurses library
--enable-slang: support for the SLang library
--enable-iconv: support for the Iconv library