| View previous topic :: View next topic |
| Author |
Message |
*CandyShop* Grandmaster Cheater
Reputation: 0
Joined: 03 Apr 2007 Posts: 865 Location: Israel
|
Posted: Tue Jan 01, 2008 7:30 am Post subject: [Cncpt] maybe even examples (HLP) |
|
|
I want to know how do i make a dll that when I inject it, it will change opcodes in some addresses...
example:
change in 00401000:
mov eax,ebx to nop.. or something like this..
I don't want WPM.
Thnks!
|
|
| Back to top |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Tue Jan 01, 2008 8:49 am Post subject: |
|
|
| Try memcpy'ing on DLL_PROCESS_ATTACH or something ?
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
*CandyShop* Grandmaster Cheater
Reputation: 0
Joined: 03 Apr 2007 Posts: 865 Location: Israel
|
Posted: Tue Jan 01, 2008 2:03 pm Post subject: |
|
|
Can you add me on msn I didn't understand nothing there... actually i did understand but not all and how it actually works..
check PM.
{Wiccaan}..
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Tue Jan 01, 2008 3:05 pm Post subject: |
|
|
Correct me if I'm wrong, but when you inject a DLL, its treated as part of the .exe file, so if you write any memory it will actually write it to that file, am I right?
And very nice tutorial wiccaan.
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Tue Jan 01, 2008 3:13 pm Post subject: |
|
|
| you're talking about inline asm, it's possible
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
|