Skip to content

This project will convert portable executable both bin & exe to hex code.

License

Notifications You must be signed in to change notification settings

Jhangju/portable-executable-2-hex-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

portable-executable-2-hex-code

This project will convert portable executable both bin & exe to hex code.

Command : "pe2hex.exe -h {your-exe}"

To create an independent HEX code of any Portable Executable you need to follow these steps/
  1. Use Donut.exe "donut.exe -f {YOUR_PAYLOAD}" and you will get payload.bin which is an independent binary.
  2. Use pe2hex.exe "pe2hex.exe -h {payload.bin}". You will get an independent HEX code in text file.

Demo

https://user-images.githubusercontent.com/83189731/160298013-6e6ff3d6-6a7c-4f6b-bc86-89178ac8e827.mp4

About

This project will convert portable executable both bin & exe to hex code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages