mewmew / dissection

The dissection of a simple "hello world" ELF binary.
458 stars 40 forks source link

Dissection of a PE "hello world" binary #1

Open mewmew opened 8 years ago

mewmew commented 8 years ago

Conduct a dissection of a PE (Portable Executable) "hello world" binary, and do a similar write up on its anatomy.

ghost commented 6 years ago

I just ran into this. PE is pretty simple .

A good exercise is to add a stub or try creating a PE from scratch. Either way pretty simple.

Here is something that talks about it a little bit.

https://resources.infosecinstitute.com/adding-a-section-to-pe-binary/