HOW TO USE ANDRORAT TUTORIAL
This Post will be based on the tutorial of AndroRat in the previous topic i gave some info based on androrat and it's new download link i gave out, for some reasons they had to remove the androrat from the internet it was almost completely unavailable but now it is yet uploaded again...
It is a Special post on recommendation from one of our daily users RaviraJ...
If you don't know what androrat is check out the previous article here it has the info about androrat and the download link, today i will show you how to use androrat as it is abit Difficuly for N0obs But i will try my best to make it User-Friendly.
So let's Begin
1) What are you Gonna need :
2) Getting Started:
-Download the developer tools, extract and run extracted_folder\eclipse\eclipse.exe
Should Look Like This :
3)Prepare the SDK :
First we will prepare the SDK to compile this one. The SDK came with the basic tools and libraries, but we need to download more packs to compile AndroRAT. In eclipse, click:
-Window
-Android SDK Manager
This should open:
I checked the Android App and it needs API level 2.2.
THAT DOES NOT MEAN IT IS ONLY FOR 2.2 !!!
Its the minimum requirement, it will run in GingerBread 2.2 and up! (2.3, HC, ICS, JB)
Select these:
and click on install packages, accept anything that pops up, and wait for the download to finish. You might need to relaunch eclipse if you already opened it.
4) Compiling the APK
Now go to
-File
-New
-Project
And select this:
On the new window, click browse and select this:
And click OK, this should appear:
notice that i already checked the project in the screenshot, do the same when you come to this point.
Now click finish and it will load the project into eclipse. (the project name is LauncherActivity )
Now, you can compile this app without problems, but it will ask you on startup (when installed on the phone and launched) for the IP address of your server (your NO-IP host since you will hide behind that i assume). BUUUUT that wouldnt be much of a super secret rat now, would it? We will change this source later on to make it automatically configure itself on startup and go to background
You can click this button shown on the image to compile the apk (when asked as what you would compile it, select Android Application)
Note: the apk will be located in the bin folder inside the project folder!
5) Compiling the Server
Ok now lets compile the server
click on:
-File
-import
Now select this since this is an app for PC
Again, click on browse when the new window shows up, and select this:
The folder selected is AndroRat server in the src folder found inside the source archive downloaded from github.
Thats the java app which I already compile and is available on HF, but you will want to do it yourself later on as new versions come out.
Again, we have this screen, just tick the project and click on finish:
but what is that :o
it shows an error on the project! Well lets take a look...
Right click on the project folder (in eclipse, the icon with the " ! " sign)
and on the new window select this on the left side:
and change to the tab from the screenshot (Libraries)
Now we see the culprit who caused the errors! Those libraries with the "x" mark arent found by eclipse, so we will delete them.
Select them all and click on "Remove" (on the right of the window)
Ok but this didnt solve much as the project still needs those libraries. Now we will load them. On the same window click this:
Navigate to here: (androrat-master\src\api)
You can see all those missing libraries now. Select them all and click on Open. They will be added to the project and we are nearly done now.
Click on OK and watch the errors dissapear.
Clean it is:
Now the final step, compile it.
Click on:
File
Export
And select this:
Set the options in the next screen to look like here:
Then click browse, and choose where it will be saved, like here:
Click finish and watch it compiling, you will get 2 warnings, click OK on each one and you can run the compiled jar file!
Result:
6) Modifying the apk to autoconfigure to our server
OK this is really short and easy, What you have to do is:
-open this class file (LauncherActivity):
-delete ALL its content and replace with this:
-edit the obvious parts:
Instead of the NOIP host you can ofc put your ip there but I dont recommend doing that..
-compile and you are good to go :)
didnt test it yet but it should work, hope it works give feedback if it does...!!!
Thanx To RAZIEL For This Awesome tutorial...
THANKS FOR READING THIS ARTICLE
" lEARN MORE, SHARE MORE "
DONT FORGET TO WRITE DOWN YOUR COMMENTS BELOW!!!