Live data from Hacker News

Windows Executable Walkthrough Graphic

pe101.corkami.com

31–35 of 35 posts

Re: Windows Executable Walkthrough Graphic

#31

Earlier quoted context omitted.

Is Mach-O on OS X or ELF on Linux any more or less sad?

Don't know about Mach-O, but ELF is actually a rather nice and clean design. Much of the hate PE gets is because of the silly overloading with .NET assemblies.

Oh yeah, and now also WinRT metadeta.

It annoys me mildly that .NET requires you to have a little native stub in assemblies, but the Windows loader does not actually execute it.

Re: Windows Executable Walkthrough Graphic

#32
post #30

- The PDF takes forever to render in Adobe PDF Reader 9. - The Content-Type of the SVG is text/plain so Firefox doesn't render it. - The JPG has a Content-Disposition of "attachment" so Firefox forces me to download it locally. Not a pleasant experience.

I don't control any of these sadly. the image is easily viewable at http://imgur.com/a/t33Rr though.

Re: Windows Executable Walkthrough Graphic

#33
post #29

For any new reverse engineers in Hacker Newsland, another win32 PE classic is Ero Carrera's diagram from 2005: https://www.openrce.org/reference_library/files/reference/PE...

Ero is actually planning to release his other 2 commercial diagrams, that you can see http://blog.dkbza.org/2007/10/openrceorg-goodies.html in preview He's just lacking motivation ATM, so contact him if you're interested.

Re: Windows Executable Walkthrough Graphic

#35

Earlier quoted context omitted.

Don't know about Mach-O, but ELF is actually a rather nice and clean design. Much of the hate PE gets is because of the silly overloading with .NET assemblies.

Oh yeah, and now also WinRT metadeta. It annoys me mildly that .NET requires you to have a little native stub in assemblies, but the Windows loader does not actually execute it.

It annoys me more than just mildly to see .exe and .dll on linux. And that silly native stub!
Post reply on HN