Log in

View Full Version : PE Toolset


comrade
July 30th, 2008, 20:24
Some small PE tools I wrote:
http://comrade.ownz.com/projects/petools.html

The inject and loader tools are pretty common (you can find their functionality in probably a dozen other implementations), but the patch and reimport tools have no equivalents, as far as I know. Check out the page for detailed descriptions.

Camus SoNiCo
July 31st, 2008, 13:07
Very nice, thanks

bilbo
July 31st, 2008, 22:56
Great, evergreen, opensource (FASM), powerful and educational tools!
Thanks for sharing.

Just a little clue... In PATCH and REIMPORT, the loop starting at ".csect", aimed at finding the littlest image address after the header, is broken: it does not start at the first section header of the executable... anyway, the result is good nevertheless...

Best regards, bilbo

RadioActive
August 3rd, 2008, 11:52
interesting, thanks .
specially your "loader" tool .

dELTA
August 3rd, 2008, 19:22
Nice stuff.

CRCETL:
http://www.woodmann.com/collaborative/tools/Comrade%27s_PE_Tools

plmmzhangshun
October 15th, 2008, 16:10
Very Good!
Thanks!