Exetools

Exetools (https://forum.exetools.com/index.php)
-   Community Tools (https://forum.exetools.com/forumdisplay.php?f=47)
-   -   File To Hex Tool (https://forum.exetools.com/showthread.php?t=18404)

Top10 09-08-2017 06:59

File To Hex Tool
 
Simple Hex tool i made time ago in vb6,hope be useful:

screenshot:
Features:

+Hex Any kind of file.

+Hex bytes together or separated.

+Custom strings before each hex bytes.

+Replace hex bytes of shellcodes with custom strings.

+Drag and drop.

+Removed need of comdlg32.ocx for working.

Download:

dosprog 02-22-2018 13:55

Some similar tools -

FILE2DB (DOS16CMD & WIN32CMD)
- transforms binary file into asm "db" code. Works very fast.
Produced DB code is DEC for compact resulting ASM code size.
Tested with binary files up to 70Mb size - Ok.

BIN2DB - Another set of BIN->HEX/Dx translators (DOS16CMD) -
- Produce ASM INC file in DB/DW/DD/DQ formats. Q&D, not optimised. But used without changeing
( Made 1st day of a new millenium)) )

HEXDUMP(+SRC) - Old BIN<->HEX translator (c)Adam Rogoyski.
And its remake for WIN32CMD - BIN2HEX.

EMIT (DOS16CMD) - converts BIN files into TurboC call of __emit__(); Ex: __emit__(0x90,0x90,0xCD,0x21);
and EMITc (WIN32CMD) - converts binaries into C-declare, Ex: unsigned char c[]="\x90\xCD\x21";

Uniquely must have.


--Add--

See also HIEW32 HEM-PlugIn for converting HIEW multibyte selection into C/Asm code - ->MBYTES2.HEM<-



leader 02-22-2018 17:20

Or simply use xxd or hd on linux/osx


All times are GMT +8. The time now is 18:12.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX