Re: Question about allocating memory for a Windows PE file

2006-12-07 Thread Saulius Krasuckas
* On Wed, 6 Dec 2006, Stephen Torri wrote: > I am trying to create a custom Windows PE loader (binary & DLL) for the > purpose of security research. Though my answer isn't directly related to your subject, on a side note I would mention a Process Stalker [1], open src software which (unfortuna

Re: Question about allocating memory for a Windows PE file

2006-12-06 Thread Mike McCormack
Stephen Torri wrote: I am trying to create a custom Windows PE loader (binary & DLL) for the purpose of security research. I am having a difficult time finding how to allocate memory for a binary at the desired address in memory (especially if its non-relocatable). I would like to see why I cann

Question about allocating memory for a Windows PE file

2006-12-06 Thread Stephen Torri
I am trying to create a custom Windows PE loader (binary & DLL) for the purpose of security research. I am having a difficult time finding how to allocate memory for a binary at the desired address in memory (especially if its non-relocatable). I would like to see why I cannot get memory allocated