Jump to content

Make a Process undetectable?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
14 replies to this topic

#1
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
I dont know if this is the right forum, but I have this question
is there a way to make a process undetectable?
because I have a program that loads with another program and when I open a certain process ( another program ) it detects it, is there a way to make the process to be undetectable? I tried to hide it but still it detected it!
any help?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Sounds like you are creating a virus. I suggest making it polymorphic.

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
No, no not a virus at all!! Hey what you think I am!! I hate hackers and Viruses because basically these are people with no life!
The Process I need to make undetectable isn't made by me, I just downloaded that program! so its not a virus lol

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
hmm, what program is detecting it? What program are you running?

About the viruses, I feel the same as you but they are fun to mess with in a controlled environment.

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Never messed with a Virus! I more prefer Joke Programs!
Well its called Cheat Engine and the program that is detecting it is GameGuard, I don't want to cheat I just wanted a challenge and this was a perfect one, just wanted to pass this security program just for fun not to cheat.. Now its Xmas Holidays and so I'm free so I had nothing to do so I searched for something to keep me entertained!

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests
hmm, its hard to know without knowing how the anti-cheat program is detecting cheat programs. You would probably need to decompile the program to figure it out. Or better yet, make the game/server think that you have the program installed and running when actually it isn't.

#7
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well there are no EXE files, just 3 DLLs and a bunch of other files, and how I can make the game to think that its running? when the game starts it will see if it is installed sees the version and/or updates accordingly, if files are deleted it will update, if files are replaced it will re-download, if I block that the game won't start!

#8
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Come on any ideas?

#9
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Decompile it - what language is it made in?

#10
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
I dont know! and its encrypted! not so simple to decompile it!

#11
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
ewww, from what I understand you will have to decompile this into assembly. I may be wrong though.

#12
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Thats the thing, I dissembler it into assembly but as it is encrypted the dissembler does not open it up normally with normal assembly as other Applications!