Understanding and Editing an .EXE

March 21st, 2019

hi dudes.
i’m interested in understanding the HEX code in an .exe file.
i used Hex Workshop software.
Image
i took a sample .exe, generated from Borland C. with just a printf statement.
i know little assembly and know there are header, relocation table and code section in any .exe.
but i dunno how to read it separately.
can u gimme the chart about the address where these sections will be present?
it’ll be greatly appreciated if u give further details about understand the content in an .exe.
i googled for 2 days and can’t find proper details. pls help

Answer #1
this may help you (if you can understand the VB)
http://www.codeproject.com/KB/winsdk/vbdebugger.aspx
Answer #2
this may help you (if you can understand the VB)
http://www.codeproject.com/KB/winsdk/vbdebugger.aspx

thats completely in VB dude.
i want to do with HEX codes.
i’ve added the screenshot for that above…

 

| Sitemap |