| View previous topic :: View next topic |
| Author |
Message |
ZacTheSin I post too much
Reputation: 6
Joined: 09 May 2006 Posts: 2657
|
Posted: Thu Apr 23, 2009 11:38 am Post subject: [Request] C# Basic Program Manipulation |
|
|
Alright, so I'v got my idea for a project I want to work on.
The idea:
A program/dll that hooks a game application, then reads it's memory to check on pointers that change.
How would I go about doing this?
_________________
If someone helps you, why not Rep them? |
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Thu Apr 23, 2009 11:40 am Post subject: |
|
|
| By first realizing that, without hacking the linker in some way, you cannot make an injectable dll in .NET language.
|
|
| Back to top |
|
 |
haha01haha01 Grandmaster Cheater Supreme
Reputation: 0
Joined: 15 Jun 2007 Posts: 1233 Location: http://www.SaviourFagFails.com/
|
Posted: Thu Apr 23, 2009 12:24 pm Post subject: |
|
|
| .NET really, really, REALLY sucks when it comes to hacking (ESPECIALLY dll injections and hooks). it would be way easier to just code it in c\c++.
|
|
| Back to top |
|
 |
yoyonerd Grandmaster Cheater
Reputation: 0
Joined: 26 Apr 2008 Posts: 699 Location: -->formerly yoyonerd<--
|
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Sat May 09, 2009 5:59 am Post subject: |
|
|
| haha01haha01 wrote: | | .NET really, really, REALLY sucks when it comes to hacking (ESPECIALLY dll injections and hooks). it would be way easier to just code it in c\c++. |
It's not made to hack or get hacked. It's made to be secure.
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
|