http://ridiculousfish.com/hexfiend/ Another open source macOS one to consider.
ImHex – A Hex Editor
71–80 of 85 posts
Re: ImHex – A Hex Editor
#72Sorry, I hate dark mode apps. Too much eye strain for me. Give me a terminal screen with dark grey letters against a not quite white background and I'm good. Too many books when I was younger I guess.
I used to criticize those who use dark modes, but then after trying it I think I cannot go back again. At the end of the day, it's like when we were using monochrome screens back in the 80's/90's. I don't think anyone at that time used a screen filled with green phosphor color in the background with black characters on top. It was green/amber chars over black background. I think that the difference in comfort when re…
Re: ImHex – A Hex Editor
#73Re: ImHex – A Hex Editor
#74Earlier quoted context omitted.
From their "About" section & README: > A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM. Or their announcement page ( https://werwolv.net/projects ): > A Hex editor with data pattern support and many features useful for Reverse Engineers Maybe "ImHex - A Hex Editor for Reverse Engineers" would be a better title?
I saw that, but could not find anything that's especially for reverse engineers. The union of "reverse engineers" and "programmers" is just "programmers", and that basically means "a hex editor for people who use hex editors". No?
There is a strong overlap, but it is still a different set of skills and different tools (ex: hex editor vs IDE)
Re: ImHex – A Hex Editor
#75The title seems pretty unkind to the project and I almost skipped it. “Bleh bleh yet another hex editor”. But this has some nice features! For example, it can parse the executables, and show structures: Disassembler supporting many different architectures ARM32 (ARM, Thumb, Cortex-M, aarch32) ARM64 MIPS (MIPS32, MIPS64, MIPS32R6, Micro) x86 (16 bit, 32 bit, 64 bit) Just to start, along with a ton of other file parsin…
And that is why AppImage (as dev of ReHex did[0]) is much better way to provide binary for Linux, than ZIPed static linked binary package.
Just trying to execute binary from release asset `ImHex_1.5.0_Linux.zip`[0] under Debian 10:
$ ./ImHex
./ImHex: error while loading shared libraries: libglfw.so.3: cannot open shared object file: No such file or directory
UPD: And just after install one dependency, there is another one $ ./ImHex
./ImHex: error while loading shared libraries: libcapstone.so.4: cannot open shared object file: No such file or directory
[0] https://buildkite.com/solemnwarning/rehex/buildsRe: ImHex – A Hex Editor
#76Earlier quoted context omitted.
Was going to say the same thing. It was well known at the time that amber was better, but manufacturers mostly continued pumping out green anyway.
When I go outside green is the color my eyes are looking for to relax. Also pixels in the white background emit the maximum energy. One reason Apple introduced the dark mode is the pixels to emit mostly the valuable information and save energy , thus saving the battery life.
Re: ImHex – A Hex Editor
#77I like HT editor, a clone of Hiew. Simple, but fun. http://hte.sourceforge.net/ For fancier visualizations of binaries, check out this thread: https://reverseengineering.stackexchange.com/a/6004
Re: ImHex – A Hex Editor
#78Re: ImHex – A Hex Editor
#79Re: ImHex – A Hex Editor
#80Earlier quoted context omitted.
When I go outside green is the color my eyes are looking for to relax. Also pixels in the white background emit the maximum energy. One reason Apple introduced the dark mode is the pixels to emit mostly the valuable information and save energy , thus saving the battery life.
That's not how LCDs work.