| View previous topic :: View next topic |
| Author |
Message |
Morph.C Cheater
Reputation: 0
Joined: 15 Aug 2009 Posts: 29
|
Posted: Fri Aug 28, 2009 12:09 am Post subject: Problem Fixed =) |
|
|
Problem Fixed, Thanks Slovach for the tip "MDSN" . See you later.
Last edited by Morph.C on Sun Aug 30, 2009 1:21 am; edited 1 time in total |
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Fri Aug 28, 2009 2:39 am Post subject: |
|
|
if you're trying to inject into gunbound which i am guessing you are then you need to remember there are 2 processes because of armadillo's parent/child process, the parent acts as a loader to the main process
at least that's how it worked a year ago
|
|
| Back to top |
|
 |
Morph.C Cheater
Reputation: 0
Joined: 15 Aug 2009 Posts: 29
|
Posted: Fri Aug 28, 2009 12:51 pm Post subject: |
|
|
| well, you have made a trainer for gunbound brasil, as far as I recall, you could help me? ... my problem is "not choose GunBound.gme Process" Choose any other process but with extensions ".exe" no ".gme" could help me?, thanks for your time, Nice to Meet You Man!.
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Fri Aug 28, 2009 2:19 pm Post subject: |
|
|
if you can not use the framework APIs then i suggest you pinvoke and use the regular ones
if you are going to do that i can write up an injector source in C for you to translate
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Fri Aug 28, 2009 3:58 pm Post subject: |
|
|
| slovach wrote: | | Morph.C wrote: | | slovach wrote: | | Code: | | Process[] proc = Process.GetProcessesByName("process name"); //don't add the .exe part! |
|
Man!!, this is the problem, this function any select the process with extentions ".exe" and i want to atach a process with a extention ".gme" you understand me? ¬¬..
Sorry but this code not can, see my next post maybe you can Fix the problem! Thanks for you time. |
It returns an array of processes that match that name, if multiple processes share the same name, it will return them all.
If that .gme thing is an actual process, it will probably come up fine.
You can also try using the GetProcesses method to return all running processes. Did you even read the link I posted? |
|
|
| Back to top |
|
 |
Morph.C Cheater
Reputation: 0
Joined: 15 Aug 2009 Posts: 29
|
Posted: Fri Aug 28, 2009 5:01 pm Post subject: |
|
|
| slovach wrote: | | slovach wrote: | | Morph.C wrote: | | slovach wrote: | | Code: | | Process[] proc = Process.GetProcessesByName("process name"); //don't add the .exe part! |
|
Man!!, this is the problem, this function any select the process with extentions ".exe" and i want to atach a process with a extention ".gme" you understand me? ¬¬..
Sorry but this code not can, see my next post maybe you can Fix the problem! Thanks for you time. |
It returns an array of processes that match that name, if multiple processes share the same name, it will return them all.
If that .gme thing is an actual process, it will probably come up fine.
You can also try using the GetProcesses method to return all running processes. Did you even read the link I posted? |
|
ok slovach i go to read the functions in MDSN Library Later i post my code finishied.
|
|
| Back to top |
|
 |
|