how to bypass debugger detection?

01/07/2015 21:23 conteaza#1
Hello guys i dont know if the right area where to post so lets start

I start Fiddler and set breack point before request then i try to star "bot.exe" but nothing happen, if i close fiddler and start the program again its start :)

PS. this program request my hwid and i whant to "crack it" with fiddle i saw some tutorials on youtube but dont know how to bypass debugger detection :), i`m not a programmer but i whant to learn


some tutorials it will help me alot :)
01/08/2015 11:57 XYZ-Cannon#2
Quote:
Originally Posted by conteaza View Post
Hello guys i dont know if the right area where to post so lets start

I start Fiddler and set breack point before request then i try to star "bot.exe" but nothing happen, if i close fiddler and start the program again its start :)

PS. this program request my hwid and i whant to "crack it" with fiddle i saw some tutorials on youtube but dont know how to bypass debugger detection :), i`m not a programmer but i whant to learn


some tutorials it will help me alot :)

You do not have a solution for this, which works for every program. You will need to know how it got obfuscated and search for a decompiler for that obfuscator.
01/08/2015 22:00 conteaza#3
i found that is write in autoit :), I used exe2aut and i receive an encrypt source (name_.au3) :), how to decrypt what program to use ?
[Only registered and activated users can see links. Click Here To Register...]
01/08/2015 22:38 ​Tension#4
Let IsDebuggerPresent return 0.
01/09/2015 01:43 conteaza#5
Quote:
Originally Posted by ​Tension View Post
Let IsDebuggerPresent return 0.
can you be more detalied ? i`m stuck
[Only registered and activated users can see links. Click Here To Register...]
01/09/2015 15:24 ​Tension#6
...

change the movzx eax, ... to movzx eax, 0