Jump to content

Beye: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Yobot (talk | contribs)
m WP:CHECKWIKI error #61 fixed + general fixes using AWB (8884)
Addbot (talk | contribs)
m Bot: Migrating 2 interwiki links, now provided by Wikidata on d:q4035070
Line 54: Line 54:
[[Category:Free software testing tools]]
[[Category:Free software testing tools]]
[[Category:Hex editors]]
[[Category:Hex editors]]

[[es:Beye]]
[[ru:Beye]]

Revision as of 00:10, 17 March 2013

Beye
Developer(s)Nickols Kurshev
Stable release
6.1.0 / December 12, 2009
Operating systemCross-platform
TypeUtility
LicenceGNU General Public License
Websitebeye.sourceforge.net

BEYE (Binary EYE) is a multiplatform, portable viewer of binary files with a built-in editor that functions in binary, hexadecimal and disassembler modes. It uses native Intel syntax for disassembly. Features include an AVR/Java/x86-i386-AMD64/ARM-XScale/PPC64 disassemblers, a Russian code pages converter, full preview of MZ, NE, PE, NLM, COFF32, ELF formats, partial preview of a.out, LE and LX, Phar Lap formats, and a code navigator.

History

Beye was born in 1994 and had the name: "biew". Later (February 2010) it was renamed into: "beye" because its name had some negative associations in English.[1] At that time, compilers were not able to produce highly optimized executables, and CPUs were too slow. That caused many programmers to code in assembly language. In those days many countries, including Russia, had no Internet access and it was problematic to find information about CPUs. Many programs produced errors and it was too difficult to understand the true source of the problems. The compiler might be defective, or the program might have design defects or oversights.

After spending a long time trying to understand the causes of the defects in his own programs, the author of beye coded his own disassembler. Perhaps the needs of the author could have been covered by existing disassemblers but it was impossible to get them, and so he wrote his own. The author of beye was familiar with some disassemblers, like hiew and qview. But these covered only half of the author's needs. When the project achieved the functionality of hiew, the author started redistributing his project to friends.

Initially beye was closed-source, but friends helped to improve the project with new ideas, and in some cases with new code. Later, after purchasing a modem, the author decided to open the source and publish beye on the Internet. The author understood that commercial profit from selling executables of beye would be too low to make much money. On the other hand, attracting volunteers would permit serious improvements of the project.

In 2000, the sources were published at SourceForge.

Features

Beye's features include:[2]

See also

References