Hex Editor

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
DarylD

Hex Editor

Post by DarylD »

Okay, I broke some modules out of my core kernel to load as GRUB modules, but now it appears I have got to write a ELF loader to go with it... :-\

So, I need a HEX editor to help me along in my quest, so what does everybody use, what are your favourites?

BTW, I run Windows.

Cheers.
Curufir

Re:Hex Editor

Post by Curufir »

XVI32 and hexit. You can get the first one looking at links on KJ's site, the other you'll have to search google for. XVI32 is gui, hexit is text based. Hexit also contains ability to disassemble on the fly.
DarylD

Re:Hex Editor

Post by DarylD »

Top job.

XVI32 is just what I need.

Ta!
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re:Hex Editor

Post by df »

my code editr has one built in ;) ultra-edit32. :)
-- Stu --
Post Reply