[Question]Using WPE with AK / encryption system

02/08/2015 16:54 Zetadarus#1
wiped
02/08/2015 18:56 Daifoku#2
Quote:
Originally Posted by Zetadarus View Post

Im not a coder so i already say it
Quote:
Originally Posted by Zetadarus View Post

is there a way to counter this encryption ?
nope :D
learn to use c++ and you should get it to work in about one month of learning/coding.

Here are plenty of people that can help you with certain problems.
What you will need:

ollydbg
VS Express 2013
PerX injector
and forget about WPEpro. WPEPro is no help here

I started from scratch and had noone who helped me and it took a two weeks to get the encryption working. fine tuning another 2 - 3 weeks. AK is really easy to start with :) the executable is not even packed with Themida.
02/09/2015 15:05 Zetadarus#3
Quote:
Originally Posted by Daifoku View Post
nope :D
learn to use c++ and you should get it to work in about one month of learning/coding.

Here are plenty of people that can help you with certain problems.
What you will need:

ollydbg
VS Express 2013
PerX injector
and forget about WPEpro. WPEPro is no help here

I started from scratch and had noone who helped me and it took a two weeks to get the encryption working. fine tuning another 2 - 3 weeks. AK is really easy to start with :) the executable is not even packed with Themida.

Thanks for you advice dude , your are very helpfull , i ill look on it

i will see if there is more replies.
03/21/2015 00:35 Omdi#4
Go through [Only registered and activated users can see links. Click Here To Register...] thread ;)
03/21/2015 04:20 peilin#5
Quote:
Originally Posted by Daifoku View Post
nope :D
I started from scratch and had noone who helped me and it took a two weeks to get the encryption working. fine tuning another 2 - 3 weeks.
Would you mind also sharing from where or who did you learn? Videos? Articles? Any guides? I would be interested in starting to learn from scratch as well.:)
03/21/2015 12:03 AlainProvist#6
There are 2 different things to learn actually : the C or C++ language, and the hook/detour stuff. I personnally had a very good background with C++ when starting to investigate hooking. So I won't be really helpful for advising you websites with C/C++ tutorials. I know that openclassroom (old "site du zero") french website is really good for learning any language (but there are probably as many french speakers here as fingers in my left hand :p).

About learning hooking stuff, I know elitePvPer has a lot of good topics about this :
[Only registered and activated users can see links. Click Here To Register...] (in english)
and
another one in german I can't find anymore but I can attach the tuto the guy provided as pdf below.
03/22/2015 15:51 Daifoku#7
Quote:
Originally Posted by peilin View Post
Would you mind also sharing from where or who did you learn? Videos? Articles? Any guides? I would be interested in starting to learn from scratch as well.:)
I was not using any Guide or similar ;)
I just started programming and used MSDN and c++reference ^-^
Just the normal references :)

I also took a look at [Only registered and activated users can see links. Click Here To Register...] . It's not written in c++ but it gave me a fair idea.

The code from Omdihar was also really useful :) (he linked it a few posts before this one)