Skip to content

exedumper/exed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

exed

Dump hex bytes of code section in EXE & DLL

Intro

Your alternative reverse-engineering tool to hexdump code section of portable executable.

This exed is a variant of exedump, which omit file offset and ASCII characters.

Screenshot

cmd

Usage

Examples:

exed file.exe | more - Scroll line by line or page by page on screen

exed file.exe > file.txt - Redirect output to a text file

The content of output text file is ideal for copy and paste to an online disassembler.

Build

Please compile with flat assembler, preferably with its fasmw.exe (IDE) so that you don't need to specify the path of INCLUDE file.

Releases

No releases published

Packages

No packages published