| View previous topic :: View next topic |
| Author |
Message |
rapion124 Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Mar 2007 Posts: 1095
|
Posted: Sat Oct 27, 2007 4:42 pm Post subject: [Delphi] Editing memory without WPM? |
|
|
| Is there another API in Win32 that allows you to edit the memory of another process besides WriteProcessMemory? |
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sat Oct 27, 2007 4:45 pm Post subject: |
|
|
| CopyMemory(); i assume ? |
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Sat Oct 27, 2007 6:19 pm Post subject: |
|
|
| DeletedUser14087 wrote: | | CopyMemory(); i assume ? |
| rapion124 wrote: | | Is there another API in Win32 that allows you to edit the memory of another process besides WriteProcessMemory? |
_________________
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sat Oct 27, 2007 6:34 pm Post subject: |
|
|
| appalsap wrote: | | DeletedUser14087 wrote: | | CopyMemory(); i assume ? |
| rapion124 wrote: | | Is there another API in Win32 that allows you to edit the memory of another process besides WriteProcessMemory? |
|
What did i said wrong ? |
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Sat Oct 27, 2007 6:39 pm Post subject: |
|
|
| DeletedUser14087 wrote: | | What did i said wrong ? |
memcpy() only works for the current process. You can inject a dll then use memcpy and pipe the result over to the the main exe. |
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sat Oct 27, 2007 6:41 pm Post subject: |
|
|
| Flyte wrote: | | DeletedUser14087 wrote: | | What did i said wrong ? |
memcpy() only works for the current process. You can inject a dll then use memcpy and pipe the result over to the the main exe. |
rofl, my bad
i feel emberessed  |
|
| Back to top |
|
 |
rapion124 Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Mar 2007 Posts: 1095
|
Posted: Sat Oct 27, 2007 7:17 pm Post subject: |
|
|
| Thx. I'll see if it works. |
|
| Back to top |
|
 |
jongwee Moderator
Reputation: 0
Joined: 28 Jun 2006 Posts: 1388 Location: Singapore
|
Posted: Sun Oct 28, 2007 5:13 am Post subject: |
|
|
| x0r wrote: | | You dare say a genius like DeletedUser14087 is wrong?! You fools, it's obvious he's speaking of MmCopyVirtualMemory. |
Lmao  _________________
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sun Oct 28, 2007 5:24 am Post subject: |
|
|
| x0r wrote: | | You dare say a genius like Kaspersky is wrong?! You fools, it's obvious he's speaking of MmCopyVirtualMemory. |
Shut up NoobNotFunny |
|
| Back to top |
|
 |
|