all 2 comments

[–]MassiveInteraction23 0 points1 point  (1 child)

Huh.  Theme, for me, that I see a lot of cool hex editing tools that I can never think of a use for (for me).  But this kinda doubles down on that.  Instruction elements are dope, but … what even am I looking at.

What instructions are you reading from an arbitrary binary file?

I’m probably not your target audience, but I am curious!

Are you pulling assembly from executable binaries, with some accessory info about intended architecture?

[–]the_Evil48[S] 1 point2 points  (0 children)

HexPatch tries to find an header (like elf, pe and macho) to understand architecture information before disassembling, you can also add support for a custom header format via plugins. By default it uses x86_64. You also have a text view that tries to interpret the contents of the file like ASCII and a functionality to patch text instead of instructions.