Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

Re: Loading EXE files directly from memory?

Subject: Re: Loading EXE files directly from memory?
Date: Wed, 6 Dec 2006 02:18:55 +0100
hi,

maybe I'm wrong, but executable packing software like upx, aspack, pklite and 
others are doing the same: decompress the binary to memory and run it from 
there. That's why one needs to dump these packed executables from memory 
before being able to do further tests on the "real" file.

But these programs have the original executable at the time it's packed, so 
they can apply changes to PE, ELF,.. headers and precompute relocation 
tables - things you'd need to do at runtime when it's an untouched executable 
in memory.

You can find the upx sources at http://upx.sourceforge.net/ - featuring some 
rare but interesting inline comments.


On Monday 04 December 2006 00:26, Jeroen wrote:
Hi there,

I want to load an EXE file directly from memory, without writing it to disk
first. Are there some good tutorials on the web about this? Or other
interesting links/tips/hints?

Thanks,


Jeroen

------------------------------------------------------------------------
This List Sponsored by: Cenzic

Need to secure your web apps?
Cenzic Hailstorm finds vulnerabilities fast.
Click the link to buy it, try it or download Hailstorm for FREE.
http://www.cenzic.com/products_services/download_hailstorm.php?camp=701600000008bOW
------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>