How to reverse engineer android apps (Tutorial)

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 235

  • @digital_underground
    @digital_underground 7 лет назад +27

    Dude, you just saved me weeks of work on trying to update a GPL licensed app that the author DID NOT make all of the source files available for. It's almost 6 years old, and the guy left a note that said it doesn't include all of the sources, and if I want the rest, I need to email him lol. Yeah, that was BS. I emailed him, no surprise that I didn't get a reply, seeing as how he might not even be alive anymore. Don't use GPL if you can't make the source available.
    Anyway, thanks for showing this, because this is awesome.

    • @SabinBajracharya
      @SabinBajracharya  4 года назад +2

      Sorry for late reply but I am glad it saved you so much time.

    • @musicnation8630
      @musicnation8630 3 года назад

      @Ak D you can do it yourself bro it's quite easy

  • @magnusanderson6681
    @magnusanderson6681 6 лет назад +8

    Gonna try to do this to add features to a mobile game that isn't updated anymore. Great video!

  • @_productivity__nill_1131
    @_productivity__nill_1131 5 лет назад +14

    Make sure you have Java installed before you do this

  • @Kinoti9
    @Kinoti9 2 года назад +2

    That was really neat. Thanks Sabin.

    • @tejastidake6897
      @tejastidake6897 Год назад +1

      Someone 🙏🙏🙏 Please help, Everything is working correctly but as soon i compile app after changing or without changing anything in source code the dist file is not generating please help...

  • @tejastidake6897
    @tejastidake6897 Год назад +4

    Someone 🙏🙏🙏 Please help, Everything is working correctly but as soon i compile app after changing or without changing anything in source code the dist file is not generating please help...

  • @LEGENDSAHILL
    @LEGENDSAHILL 2 года назад

    When i watched your video for First time then I can't understand 🤣 anything. .
    But now i am fully able to understand smali ..
    Thanks to :- apkeditor pro group

  • @RayedShahin
    @RayedShahin 4 года назад +11

    You are the man, I just wanted to see the reverse engineer part rest of the code I can determine.

    • @RayedShahin
      @RayedShahin 3 года назад

      @Maximo Jamie Fake Fake Fake

    • @RayedShahin
      @RayedShahin 3 года назад

      @Lawson Bentley Fake Fake Fake

  • @m.vasanthanmurugan5224
    @m.vasanthanmurugan5224 5 лет назад +2

    Hai sabin,
    It's a great vedio,It's useful for me.

  • @vincentdumas2326
    @vincentdumas2326 4 года назад +3

    Hi, is it possible to change the code directly in the java code, save it and use the jar2dex tools to generate a new apk ?
    Regards.

  • @hapid9859
    @hapid9859 3 года назад

    Once I stumbled upon the website called whatsapp, I couldn't stop using it, LOL. It's so quick and straightforward way of obtaining someone's whatsapp account details.

  • @dej1014
    @dej1014 4 года назад +2

    I tried installing my modded app but it put a error message saying "There was a problem while parsing the package". Idk what it means but it may be because the apk is not secure. I already have installing from unknown apps enabled but it still doesn't work so pls help

    • @davidkamaunu7887
      @davidkamaunu7887 2 года назад +1

      If "there was a problem while parsing the package..." then your mod to the app wasn't packaged and compressed properly. The system can't is unable to parse (read and process) what u compiled or repacked.

  • @vongcohay
    @vongcohay 6 лет назад +1

    When I execute the command d2j-dex2jar.bat -f ../myapp.apk then encounter this error, how to handle it? can you help me? thanks

  • @xMrNe0x
    @xMrNe0x 6 лет назад +6

    It does work, I managed to reverse darkness rises recently... problem is when I open it on android studio there's so much "obfuscation code" that you can't replace them all and then cannot compile...

    • @esma.ga5
      @esma.ga5 3 года назад +1

      Did you find a way to bypass That?

    • @Benny-di7di
      @Benny-di7di 2 года назад +1

      What, can this be useful for cracking the game?

    • @xMrNe0x
      @xMrNe0x 2 года назад +1

      It was to hard I did not continue...
      My goal was to get assets

    • @Benny-di7di
      @Benny-di7di 2 года назад +1

      @@xMrNe0x What was to hard? Do you need to know assembly or java because it's on android not sure how reverse engineering an android app would be rather than a windows one, but i am assuming it'd be easier. Just curious because if it's very hard I wouldn't attempt doing it.

    • @Benny-di7di
      @Benny-di7di 2 года назад +1

      @@xMrNe0x What was to hard? Do you need to know assembly or java because it's on android not sure how reverse engineering an android app would be rather than a windows one, but i am assuming it'd be easier. Just curious because if it's very hard I wouldn't attempt doing it.

  • @xiaoruizhou694
    @xiaoruizhou694 7 лет назад +5

    Great Video! Great explanation! It's really helpful!

    • @SabinBajracharya
      @SabinBajracharya  4 года назад +2

      Glad I could be of help.

    • @tejastidake6897
      @tejastidake6897 Год назад +2

      @@SabinBajracharya 🙏Please help, Everything is working correctly but as soon i compile app after changing or without changing anything in source code the dist file is not generating please help...

  • @tailyfale
    @tailyfale 4 года назад +4

    question1: there are lots of ".line 123" marks. I understand it was made for mapping the code to its source (for debug). What happens if I delete some of them, or make new ones? Will the application still work after recompiling?
    question2: there was an array (23 values in total) in my decompliled app. I added a new element with my own value. Changed the "filled-new-array/range {v0 .. v23}" to "filled-new-array/range {v0 .. v24}". But app started crashing. What did I do wrong? o_O

    • @fitfunfabrik
      @fitfunfabrik 4 года назад

      dumbhead. its so obvious... :-DDD

    • @davidkamaunu7887
      @davidkamaunu7887 2 года назад

      What went wrong was you overthought the array and incorrectly changed the value from 23 to 24..

  • @shyamsunderiyer2455
    @shyamsunderiyer2455 4 года назад +1

    Crazy tutorial...just need to practice a bit...and if possible try to make a tutorial on how to hack careerwill app....I guess it's a complex app to hack through

  • @dangeneral5753
    @dangeneral5753 2 года назад +1

    I wanna know if i can reverse engineer an app on my iphone called last day on earth so i could have free stuff on it like mod it

  • @nabil.hamawi
    @nabil.hamawi 4 года назад +5

    isn't there any way to see a comprehensive code ? its really hard to determine which function to edit

    • @ikazuchi-san5772
      @ikazuchi-san5772 Год назад

      It's how decompiling looks. Java does this and other optimizations to the code on build so it isn't going to be the most readeable thing.

  • @mlonfx2410
    @mlonfx2410 Год назад +1

    Hey, is there a way to search for a string in the java decompiler?

  • @itsm3dud39
    @itsm3dud39 Год назад +1

    which languages i should learn to reverese engineer mobile games?

  • @goluthakur5393
    @goluthakur5393 4 года назад +1

    i have decompile it gives me source code but I don't know how to modify

  • @Whispers9119
    @Whispers9119 2 года назад +1

    maaaaaaaaaaaaan did you cd to get to you haking folder or what tell us

  • @shivankchopra8552
    @shivankchopra8552 7 лет назад +7

    Nice and clear bro. :-)

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад +3

      Thanks! Glad its helpful

    • @tejastidake6897
      @tejastidake6897 Год назад +1

      @@SabinBajracharya 🙏🙏 Please help, Everything is working correctly but as soon i compile app after changing or without changing anything in source code the dist file is not generating please help...

  • @cloudzinff8426
    @cloudzinff8426 4 года назад +3

    Very Good Guy, I'm Brazilian and I want to learn a lot more about reverse engineering in android games, can you help me?
    I want to do like one (HACK, CHEAT, MOD MENU)
    Can you help me?

  • @ranojskiwondertv3251
    @ranojskiwondertv3251 2 года назад +1

    bro would you mind to help me i have a save data backup that i made from a virtual app called f1 vm and the version inside is android 7.1.2....i backup my data using titanium backup now im using android 11 and i use again titanium bakcup but it seems my data cannot be attacthed..pls help thank u and more power to your channel

  • @neerajverma9226
    @neerajverma9226 3 года назад +1

    Is there any other tool than Apktool to decompile and recompile the apk?

  • @leonmarco2089
    @leonmarco2089 7 лет назад +8

    Great video Sabin! But I'm facing a problem could you help me. I am using windows and when I follow your instructions for dex 2 jar I get an error saying Java is not an internal or external command. How do I fix this?

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад +10

      First you need to install Java and configure its path.
      Go to java.com/en/download/manual.jsp and download Java depending upon your pc.
      For windows 10 64bit, below is the direct link to download Java
      javadl.oracle.com/webapps/download/AutoDL?BundleId=220315_d54c1d3a095b4ff2b6607d096fa80163
      1) Download and install it
      2) And open a new command prompt and type the following commmand to verify java is installed and configured properly
      C:\Users\Sabin>java -version
      3)You should then get something like below
      java version "1.8.0_60"
      Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
      Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
      4) If you still get error then you may need to setup JAVA_HOME path. For that you can follow the steps outline in the following blog:
      - www.mkyong.com/java/how-to-set-java_home-on-windows-10/

    • @zackyvt1319
      @zackyvt1319 4 года назад +5

      If you dont know how java works, i dont think you should be here

    • @tejastidake6897
      @tejastidake6897 Год назад +1

      @@SabinBajracharya 🙏🙏 Please help, Everything is working correctly but as soon i compile app after changing or without changing anything in source code the dist file is not generating please help...

    • @nabilafkir4913
      @nabilafkir4913 Год назад

      @@zackyvt1319 I dont really think so, I dont have a clue about java but here Im learning how this works. Never shut the door to some who is triying to learn. There is no one unique way to learn some new code language or any technologie

  • @GodModeMaker
    @GodModeMaker 4 года назад +1

    Edit: I made it to work but whenever I install the app, it just says App was not installed and when I tried it with Lucky Patcher then it said that Verification is Failing.

  • @bambielashay6226
    @bambielashay6226 6 лет назад +2

    Is there a way to eliminate the option to update and or to direct it to a location of my choice?

  • @IkhsanBahar
    @IkhsanBahar 7 лет назад +1

    Hi sabin, first of all, i want to say that your tutorial is very great one, but i have a problem, how can i change the apps name..? I found a xml file that called config.xml inside res folder, can i change the app name from that xml file..?

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад

      It depends. You can change it in the Manifest file or in some other XML file. You could try changing the name from the config.xml and see if it works for you. :)

    • @IkhsanBahar
      @IkhsanBahar 7 лет назад

      Thanks a lot for a reply Sabin Bajracharya, i have been try to change the name on other xml file that named config.xml and it works, thanks again for your tutorial, if you dont mind, i want to ask you one more question, do you have a full tutorial about Blue J java..?

  • @Aman-nw1jp
    @Aman-nw1jp 6 лет назад +1

    Nice video. Can you explain why is it necessary to sign the apk?

    • @zezoharazi
      @zezoharazi 6 лет назад +1

      sign the apk will not help preventing reverse engineer attack , coz we read the code after the decryption part from the RAM it self , this why it called reverse engineer , App run > decryption > then do the funcation . reverse engineer will start with do the function where u can see what the code is doing after decryption

  • @ingsperalta
    @ingsperalta 4 года назад +1

    Hello from Panama.
    I want a smart TV to catch iptv content from multicast address configured inside of axis video encoder.
    I need a. App to accomplish it.
    I am thinking to modify an existing iptv app such Samsung one.
    In fact I would like to use a generic app to use it in most smart TVs.
    I would like your comments and recomendations.
    What do you think ??
    Any idea??
    S

  • @sameeart1778
    @sameeart1778 4 года назад +1

    bruh idk java coding its kinda hard to find what i want to modify... :(

  • @AlexFuller123
    @AlexFuller123 7 лет назад +1

    This is my first time doing reverse engineering. I am using Dev C programming to do this and i'm trying to open an exe file to read its binary but I have no clue how. Please help me I'm so lost

    • @Monk-E
      @Monk-E 6 лет назад +3

      Alex Fuller Use ollydbg or IDA

  • @shoaibmohammed3869
    @shoaibmohammed3869 7 лет назад

    When i type " d2j-dex2jar.bat -f ..\APKs\Sample.apk " it Says - 'java' is not recognized as an internal or external command,
    operable program or batch file. Please help me out here!

    • @phxdrummer16
      @phxdrummer16 7 лет назад

      Did you do automation for offerup recently? Contact me if so.. I'll buy the script!

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад

      Make sure you have java installed in your computer. It is a prerequisite for this tutorial. :)

  • @hemanth6842
    @hemanth6842 6 лет назад +1

    apktool_2.3.3 is not recognized as an internal or external command operable program or batch file...... Im getting this in cmd help me out brother

    • @jaisai1436
      @jaisai1436 6 лет назад

      same problem bro!

    • @MuhammadMoazzamhere
      @MuhammadMoazzamhere 6 лет назад

      rename it to apktool and when trying to call it from the cmd use apktool.jar d yourapkname.apk

  • @senthilmurugan7304
    @senthilmurugan7304 4 года назад +1

    nice video can you please tell me the good source to learn assembly language which is used in this video generally assembly language i know. But i got struggled to understand this assembly language please tell me

  • @SinClip
    @SinClip 3 года назад +1

    1st link no work

  • @tangentwright8180
    @tangentwright8180 7 лет назад

    The apktool is not recompiling my edits. It is only creating a build folder and an apk folder inside the build folder but it is empty.
    What am i doing wrong?
    I am on windows 10 and the project is not in C drive.

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад

      I am not sure the problem but the project can be on any drive and does not have to be in C drive. Could you trying opening the command prompt with Administrator privilege and try to recompile again?

    • @someshpradeep
      @someshpradeep 4 года назад

      @@SabinBajracharya - Hi Bro. Am also facing the sane issue. Am no getting the DIST folder at all. Could you please help. Am almost done

    • @antoniomarcelo1645
      @antoniomarcelo1645 Год назад

      @@someshpradeep same here. Did u managed to solve this?

  • @AhmedKhan-bs9jf
    @AhmedKhan-bs9jf 3 года назад

    Sir please help...
    1) How to download any video from any App
    2) How to download video from embedded link

  • @DavidCanet
    @DavidCanet 5 месяцев назад +1

    can you help with an App?

  • @ayushjain437
    @ayushjain437 6 лет назад

    Which computer application do you use to run Android applications ??
    That application which you used at 0:37 ???

    • @ayushjain437
      @ayushjain437 5 лет назад

      @@SkyGamer911 How to open that inbuilt emulator ???

    • @chaitanyabalaga9830
      @chaitanyabalaga9830 5 лет назад

      U can use Blue Stacks to run apk on pc

  • @davestr2046
    @davestr2046 7 лет назад +1

    Very good video and very clear. Nice one. Stay safe.

  • @gurunaik6884
    @gurunaik6884 7 лет назад

    I got the jar file but when i drag and drop it into JD-GUI nothing happens..

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад

      Hmm.... that's strange. Is the jar file related to this tutorial or of some other app?

    • @gurunaik6884
      @gurunaik6884 7 лет назад

      Sabin Bajracharya It's not from tutorial it's of random apps from playstore. I tried almost 7 to 8 apk.. nothing works.

  • @TheGeekTechZone
    @TheGeekTechZone 7 лет назад +2

    I get:
    dex2jar ../rc10.apk -> .
    c10-dex2jar.jar
    Exception in thread "main" java.lang.OutOfMemoryError
    When running the command:
    d2j-dex2jar.bat -f ../rc10.apk
    Using:
    Dex-2-Jar

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад

      What kind of apk are you trying to decompile? If it requires large memory and your system has insufficient memory then java.lang.outOfMemoryError may occure.
      You could try chaning the heap memory and see whether it works.
      Make a copy of the d2j-dex2jar.bat file, and edit it. Find the line that says this:
      java -Xms512m -Xmx1024m -cp "%CLASSPATH%"
      Change the -Xmx parameter to give yourself a larger maxheap size. Save it, and see if your modified BAT file works better. If it doesnt work Try something smaller value for -Xms

  • @oVersah
    @oVersah 7 лет назад +4

    Could I possibly pay you to create a modded apk or make me something for an app?

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад +10

      Sorry but I have no intention in supporting piracy and this video is just for educational purpose :)

  • @DavidCanet
    @DavidCanet 5 месяцев назад +1

    hello Sabin Bir

  • @sifatsanjeen1078
    @sifatsanjeen1078 4 года назад

    Hello, whenever I am trying to enter keystore password and then re-enter it, I am getting the following error: "keytool error: java.lang.Exception: The -keyalg option must be specified." How do I fix it? TIA

  • @xfinity9608
    @xfinity9608 Год назад

    The explanation was great you totally insane

  • @AruthaRBXL
    @AruthaRBXL 7 лет назад +1

    Works great. Thank you!

  • @abdallahabdillah8477
    @abdallahabdillah8477 6 лет назад +1

    is there a way to convert smali files to java and edit them its seem

  • @silentspeaker2308
    @silentspeaker2308 4 года назад +1

    hey can you decompile lua file from binary chunks ?

  • @universalelectronic4709
    @universalelectronic4709 5 лет назад

    Hey bro i want to change one android app launcher welcome sentence is it possible to do it

  • @Doctors_estate
    @Doctors_estate 4 года назад

    Why u Didn't me anything.. if u don't have potential to face the real problem so just said no Bro.

  • @cankp53
    @cankp53 2 года назад +3

    Hi, firstly thanks for the awesome video. Hovewer, I have a question. I decompiled an apk. But there are a lot of "smali" directories. For example, smali, smali_classes2 etc. How can I find correct directory and the method of button?

  • @mutalibgozalov7208
    @mutalibgozalov7208 3 года назад +1

    You teached something today, indeed 👍

    • @Corn0nTheCobb
      @Corn0nTheCobb 3 года назад +3

      taught*

    • @mutalibgozalov7208
      @mutalibgozalov7208 3 года назад +3

      @@Corn0nTheCobb you taught too something today, indeed )

    • @Corn0nTheCobb
      @Corn0nTheCobb 3 года назад

      @@mutalibgozalov7208 :) 💛

    • @tejastidake6897
      @tejastidake6897 Год назад +1

      Someone 🙏🙏🙏 Please help, Everything is working correctly but as soon i compile app after changing or without changing anything in source code the dist file is not generating please help...

  • @donrafaelrodriguez1196
    @donrafaelrodriguez1196 28 дней назад

    How can I contact you?

  • @michaelalfonso663
    @michaelalfonso663 7 лет назад +1

    How to edit scores and lives of an apk games using jdgui

  • @mreizz7744
    @mreizz7744 4 года назад +1

    Can u mod live tv apk for vip access?

  • @securebits7043
    @securebits7043 4 года назад +1

    isn't that better to make that application ?

    • @SabinBajracharya
      @SabinBajracharya  4 года назад

      If you think of that way then yes. But this video is to demonstrate how to modify an existing app that could be very big to make yourself. Also, you can learn how the app works as well if you don't have access to the original source.

  • @AdLast
    @AdLast 4 года назад

    I feel a bootloop comming.....
    Tnx 4 info dude

  • @safetradingnepal1868
    @safetradingnepal1868 4 года назад +1

    Nepali bro ho ki kya ho
    ida kina use nagaene ho ra

  • @bestslowedandreverbnepalimusic
    @bestslowedandreverbnepalimusic 5 лет назад

    dist is not found?

  • @naqibahmadtarmizi5155
    @naqibahmadtarmizi5155 7 лет назад

    Hello brother.. Can you make a video that explaining about the different between if-ne, if-lez and if-eqz? I can understand your explanation bcs its very clear.. Thanks and subscribed..

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад +2

      I might :)
      For now here's what those mean:
      1) if-ne = If not equal (!=)
      2) if-lez = if less than zero (

    • @tejastidake6897
      @tejastidake6897 Год назад +1

      ​@@SabinBajracharya 🙏🙏 Please help, Everything is working correctly but as soon i compile app after changing or without changing anything in source code the dist file is not generating please help...

  • @gotogi83
    @gotogi83 Год назад

    Yo I have a problem with the software on my android (9). I write as a hobby and now I can't access my note app (it's a system app) due to an error from my UI. If anyone can solve my problem I will give him/her 100 euros.

  • @repairaholic4858
    @repairaholic4858 5 лет назад +1

    Really a folder called "Hacking" 😂

  • @saumilsunilshah5663
    @saumilsunilshah5663 5 лет назад +1

    In my PC I got a virus
    Just reversed engineered it
    Nop Ed the eip

  • @zezoharazi
    @zezoharazi 6 лет назад +2

    thanks for the video this is so useful

  • @RonnieOtieno
    @RonnieOtieno 4 года назад

    Can I have this for Kotlin?

  • @Ali-ys9nh
    @Ali-ys9nh 3 года назад

    ❤️

  • @lPelado
    @lPelado 10 месяцев назад

    Really good explanation

  • @comedycentral4333
    @comedycentral4333 6 лет назад +3

    Hi bro can you tell me how to decompile the play store app

  • @the_deep_dive_with_rajnish
    @the_deep_dive_with_rajnish 7 лет назад

    thanks for the tutorial. I was reversing an app later, I did all the changes, recompiled the app, signed and installed on the device without any problem. But now when I click on facebook login, it doesn't work

    • @zezoharazi
      @zezoharazi 6 лет назад

      u need to be so careful with the simply language , specially that u dont have error cheek

  • @filiblood
    @filiblood 4 месяца назад

    Bro can you crack any app ?

  • @Doctors_estate
    @Doctors_estate 4 года назад +2

    Bro can u help me to crack a medical application. I want to use premium content of that application.

    • @sman8706
      @sman8706 4 года назад +1

      I can help for a lil fee

    • @GurlNamedBrettMarie
      @GurlNamedBrettMarie 4 года назад

      @@sman8706 I need help. Can you message me on Facebook? My name is the same.

  • @manishkummar8867
    @manishkummar8867 6 лет назад

    its not working

  • @preenxus3425
    @preenxus3425 4 года назад

    very cool. many thanks!

  • @evospubg4676
    @evospubg4676 4 года назад

    Hey can you help me to crack an apk

  • @jackdaniel7241
    @jackdaniel7241 4 года назад

    how open cmd d;

  • @DeepakDMC
    @DeepakDMC 7 лет назад +2

    bro can u plz make a video for decompiling unity engine based android game

    • @emadhany1
      @emadhany1 6 лет назад

      did you found something i am really need this , just to learn from other people projects

    • @ukuluhamaa5908
      @ukuluhamaa5908 6 лет назад

      It is really not that simple, and unless you have knowledge in the cracking area, would be practically impossible

    • @Monk-E
      @Monk-E 6 лет назад

      emadhany1 Its practically impossible

    • @GurlNamedBrettMarie
      @GurlNamedBrettMarie 4 года назад

      @BILLY Can you help me? Message me on Facebook. My name is the same.

  • @MuhammadAhmad-ew6po
    @MuhammadAhmad-ew6po 4 года назад

    if minifyEnabled true and code showing a,b,c ... what to do then... .. I heard from some one that we can reverse engineered that part also if we got mapping.txt file of the application?

  • @n1kkri
    @n1kkri 3 года назад

    Is there a newer easier way of doing this? I have done what I want with a rooted phone allowing me to make a simple
    edit in a program. But I don't want to edit the phone I now need to make the app work on.

  • @ashwanipandey6984
    @ashwanipandey6984 6 лет назад

    Can we change an app from paid to free..??

    • @zezoharazi
      @zezoharazi 6 лет назад +1

      yes u can , the only thing in program say that u paid user or free user is something smiller to what he show in the video , u need to find the activity where this verification happened and make it return 1 always or whatever was for paid user

  • @gauravthapa4380
    @gauravthapa4380 2 года назад

    Bro Kasto ho ?😊

  • @bassemghali4703
    @bassemghali4703 7 лет назад +1

    very clear, thank you

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад +1

      Thanks!

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад +1

      That was the same reason why I decided to make this video. Happy codding! :)

    • @thiagodeoliveira8839
      @thiagodeoliveira8839 5 лет назад

      @@SabinBajracharya hey brother calls me on whatsapp +558287215137 i need to talk to you, can you crack modmenu with login system?

    • @thiagodeoliveira8839
      @thiagodeoliveira8839 5 лет назад

      @@SabinBajracharya hey brother calls me on whatsapp +558287215137 i need to talk to you, can you crack modmenu with login system?

  • @penguinfxacademy4797
    @penguinfxacademy4797 6 лет назад +6

    Can u speak in a normal accent ?

    • @Kevin5279
      @Kevin5279 6 лет назад +1

      Exactly

    • @Monk-E
      @Monk-E 6 лет назад

      Penguin FX Lol ignorant fuck? You must be American am I correct?

    • @penguinfxacademy4797
      @penguinfxacademy4797 6 лет назад +1

      no we are Indian

    • @theyellowflash100
      @theyellowflash100 8 месяцев назад

      His accent is totally fine, you should perhaps get out of India and explore other countries

  • @mohdtestt7654
    @mohdtestt7654 6 лет назад

    I will pay you if you help me with some thing similar to this, it's about reading reverse apk code, that's all

  • @Byte07
    @Byte07 7 лет назад +1

    very good explanation

  • @krishnapawar8823
    @krishnapawar8823 4 года назад

    Sir,. Can you crack one app for me ? Pls

  • @petegeorgopoulos1088
    @petegeorgopoulos1088 7 лет назад +1

    love the video but please rename your hacking folder. too much cringe

  • @ajjupatel2881
    @ajjupatel2881 5 лет назад

    Hello sabin, could you help me in something... I will pay for that

  • @udaytripurani3981
    @udaytripurani3981 4 года назад

    Can you help me how to modify pubg mobile libs

  • @abhishekkasmartworld
    @abhishekkasmartworld 5 лет назад

    Bro please crack vipermod madusa in playstore please

  • @neok-neokyne992
    @neok-neokyne992 3 года назад

    no jarsigner

  • @mokshpatel6986
    @mokshpatel6986 4 года назад

    Hello everyone , I need some changes on my apk can anyone help me , plz
    Thank you 🙂

    • @runningeagle1826
      @runningeagle1826 4 года назад +1

      i can

    • @mokshpatel6986
      @mokshpatel6986 4 года назад

      @@runningeagle1826 can you give me your any social media to tell my resume , thank you 🙂 , and sorry for extremely let reply 😞

    • @mokshpatel6986
      @mokshpatel6986 4 года назад

      @Apo @mokshpatel2000 this is my insta , thank you 🙂

  • @eddiemontgomery7088
    @eddiemontgomery7088 6 лет назад +1

    You are the man

  • @backgroundnoiselistener3599
    @backgroundnoiselistener3599 6 лет назад +14

    fake accent

    • @sonulohani
      @sonulohani 6 лет назад +1

      hahaha.. and it sounds very funny.

    • @rightOrWrongMyContry
      @rightOrWrongMyContry 6 лет назад +2

      not fake.

    • @zezoharazi
      @zezoharazi 6 лет назад +2

      sure it look fake for u . coz reverse engineer is advance hacking for u to understand

  • @XNOTY99
    @XNOTY99 7 лет назад

    hey bro can you say about fildder method

    • @SabinBajracharya
      @SabinBajracharya  7 лет назад

      You mean you want to monitor the http traffic of the app?

  • @priyaranjan1733
    @priyaranjan1733 7 лет назад +1

    It's Great :)

  • @SanjayChintamaniPatel
    @SanjayChintamaniPatel 6 лет назад +1

    tu ker paiyegii kyaa......Reverse engineering ......ANDroid kaaa