Apktool: A tool for reverse engineering Android apk files

  Рет қаралды 66,574

Techno Science

Techno Science

Күн бұрын

Apktool is a tool used for Android application reverse engineering, and for creating malware by infecting legitimate apps.
Learn More: www.cybersecma...
Contribute to growing: www.buymeacoff...
Find me:
Instagram: / amit_aju_
Facebook page: / technoscinfo
Linkedin: / amit-kumar-giri-52796516b
Disclaimer: Hacking without having permission is illegal. This channel is strictly educational for learning about cyber-security in the areas of ethical hacking and penetration testing so that we can protect ourselves against real hackers.

Пікірлер: 50
@Pankaj_Joshi
@Pankaj_Joshi 3 жыл бұрын
Bro first view and 2 st subscribe ❤️❤️
@technoscienceinfosec
@technoscienceinfosec 3 жыл бұрын
Thank you I never forget you. If need any help send me any query on my Instagram.
@Pankaj_Joshi
@Pankaj_Joshi 3 жыл бұрын
@@technoscienceinfosec okk bro by the way I talked with you in insta @pankaj_the_hacker
@ab1577
@ab1577 2 жыл бұрын
You managed monotize this video, you genius. Well done. You well deserved it.
@technoscienceinfosec
@technoscienceinfosec 2 жыл бұрын
Welcome! If you have any queries write me in comment.
@soaresapkmod4112
@soaresapkmod4112 2 жыл бұрын
@@technoscienceinfosec Speak my noble! Could you make this app available for download here? I can't find it at all
@1stestrellajohnrobina.890
@1stestrellajohnrobina.890 5 ай бұрын
​@@technoscienceinfosecI follow the steps but it doesnt work:(
@recklessglitch
@recklessglitch 8 ай бұрын
I can't listen to them robot voices! Please use humans to read the texts.
@tejastidake6897
@tejastidake6897 Жыл бұрын
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...
@technoscienceinfosec
@technoscienceinfosec Жыл бұрын
If you're experiencing issues with the apktool not generating the dist file when you compile an app, there could be several factors at play. Here are some steps you can take to troubleshoot the issue: Check Error Messages: If there's an issue during the compilation process, apktool should provide error messages. Review the error messages to understand what might be causing the problem. Clean Workspace: Sometimes, issues can arise from remnants of previous compilations. Make sure to clean your workspace by removing any temporary files or directories that might have been left behind from previous attempts. Update apktool: Ensure that you're using the latest version of apktool. Outdated versions might have bugs or compatibility issues. You can update apktool using the following command: apktool empty-framework-dir --force Check Permissions: Make sure you have the necessary permissions to read and write to the directories where apktool is working. Permission issues can prevent the tool from generating output files. Check Available Disk Space: Ensure that you have enough disk space available on your system to generate the dist file. Insufficient disk space could lead to incomplete or failed compilation. Review Source Code Changes: If the issue started after you made changes to the source code, review the changes carefully. A small mistake could lead to compilation errors. Reinstall Dependencies: If your app depends on other libraries or resources, ensure that they are properly installed and accessible. Check Java Version: apktool requires a Java Development Kit (JDK) to work. Make sure you have a compatible version of Java installed and that it's properly configured in your environment. Temporary File Issues: Sometimes, issues might arise due to temporary files or caching. You can try deleting any temporary files generated during the compilation process and then re-run the apktool command. Check for Updates to the App: If you're working on an existing app, ensure that you have the latest version of the app's source code and resources before compiling. Check Configuration: Review your apktool configuration files to make sure they are set up correctly and pointing to the right directories. Debug Mode: If none of the above steps help, you might consider running apktool in debug mode to get more detailed information about the compilation process and any potential issues. If you continue to experience difficulties, consider seeking help from online developer communities or forums dedicated to the specific tools you're using. Providing detailed information about your setup, the commands you're using, and any error messages you're encountering will help others assist you more effectively.
@ericksvdrah
@ericksvdrah Жыл бұрын
Buen video
@kingaho2066
@kingaho2066 3 жыл бұрын
❤ broooo nice video
@magician100
@magician100 Жыл бұрын
When i run the command folder in bin folder. It doesn't recognise the javac command
@technoscienceinfosec
@technoscienceinfosec Жыл бұрын
check if java is working properly or not
@tejastidake6897
@tejastidake6897 Жыл бұрын
​@@technoscienceinfosec 🙏🙏🙏 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 Жыл бұрын
@technoscienceinfosec 🙏🙏🙏 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...
@technoscienceinfosec
@technoscienceinfosec Жыл бұрын
If you're experiencing issues with the apktool not generating the dist file when you compile an app, there could be several factors at play. Here are some steps you can take to troubleshoot the issue: Check Error Messages: If there's an issue during the compilation process, apktool should provide error messages. Review the error messages to understand what might be causing the problem. Clean Workspace: Sometimes, issues can arise from remnants of previous compilations. Make sure to clean your workspace by removing any temporary files or directories that might have been left behind from previous attempts. Update apktool: Ensure that you're using the latest version of apktool. Outdated versions might have bugs or compatibility issues. You can update apktool using the following command: apktool empty-framework-dir --force Check Permissions: Make sure you have the necessary permissions to read and write to the directories where apktool is working. Permission issues can prevent the tool from generating output files. Check Available Disk Space: Ensure that you have enough disk space available on your system to generate the dist file. Insufficient disk space could lead to incomplete or failed compilation. Review Source Code Changes: If the issue started after you made changes to the source code, review the changes carefully. A small mistake could lead to compilation errors. Reinstall Dependencies: If your app depends on other libraries or resources, ensure that they are properly installed and accessible. Check Java Version: apktool requires a Java Development Kit (JDK) to work. Make sure you have a compatible version of Java installed and that it's properly configured in your environment. Temporary File Issues: Sometimes, issues might arise due to temporary files or caching. You can try deleting any temporary files generated during the compilation process and then re-run the apktool command. Check for Updates to the App: If you're working on an existing app, ensure that you have the latest version of the app's source code and resources before compiling. Check Configuration: Review your apktool configuration files to make sure they are set up correctly and pointing to the right directories. Debug Mode: If none of the above steps help, you might consider running apktool in debug mode to get more detailed information about the compilation process and any potential issues. If you continue to experience difficulties, consider seeking help from online developer communities or forums dedicated to the specific tools you're using. Providing detailed information about your setup, the commands you're using, and any error messages you're encountering will help others assist you more effectively.
@priyanshuks2947
@priyanshuks2947 Жыл бұрын
When I added the folder to C: it didn't work, but then I added the folder to C:/Windows and it worked Thanks :)
@tejastidake6897
@tejastidake6897 Жыл бұрын
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...
@user-hr9gf6ez1y
@user-hr9gf6ez1y 4 ай бұрын
my problem is that i get by decompiling not .jar files and the codes are encrypted, so i cant see
@ahmedalnofli1955
@ahmedalnofli1955 3 жыл бұрын
excellent video thanks so much
@tejastidake6897
@tejastidake6897 Жыл бұрын
@Techno Science 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...
@technoscienceinfosec
@technoscienceinfosec Жыл бұрын
If you're experiencing issues with the apktool not generating the dist file when you compile an app, there could be several factors at play. Here are some steps you can take to troubleshoot the issue: Check Error Messages: If there's an issue during the compilation process, apktool should provide error messages. Review the error messages to understand what might be causing the problem. Clean Workspace: Sometimes, issues can arise from remnants of previous compilations. Make sure to clean your workspace by removing any temporary files or directories that might have been left behind from previous attempts. Update apktool: Ensure that you're using the latest version of apktool. Outdated versions might have bugs or compatibility issues. You can update apktool using the following command: apktool empty-framework-dir --force Check Permissions: Make sure you have the necessary permissions to read and write to the directories where apktool is working. Permission issues can prevent the tool from generating output files. Check Available Disk Space: Ensure that you have enough disk space available on your system to generate the dist file. Insufficient disk space could lead to incomplete or failed compilation. Review Source Code Changes: If the issue started after you made changes to the source code, review the changes carefully. A small mistake could lead to compilation errors. Reinstall Dependencies: If your app depends on other libraries or resources, ensure that they are properly installed and accessible. Check Java Version: apktool requires a Java Development Kit (JDK) to work. Make sure you have a compatible version of Java installed and that it's properly configured in your environment. Temporary File Issues: Sometimes, issues might arise due to temporary files or caching. You can try deleting any temporary files generated during the compilation process and then re-run the apktool command. Check for Updates to the App: If you're working on an existing app, ensure that you have the latest version of the app's source code and resources before compiling. Check Configuration: Review your apktool configuration files to make sure they are set up correctly and pointing to the right directories. Debug Mode: If none of the above steps help, you might consider running apktool in debug mode to get more detailed information about the compilation process and any potential issues. If you continue to experience difficulties, consider seeking help from online developer communities or forums dedicated to the specific tools you're using. Providing detailed information about your setup, the commands you're using, and any error messages you're encountering will help others assist you more effectively.
@yacineaguizoul3489
@yacineaguizoul3489 8 ай бұрын
Hello. At 3:57, I can't do this way on my PC under Windows 11: could you help me please? Sorry for my English: I am French.
@ms01005555
@ms01005555 8 ай бұрын
You do can set environment variables on Win11. Try open System Properties > Advanced > Environment Variables. From TW. :)
@Ilovefinlandsomuch
@Ilovefinlandsomuch Ай бұрын
After i installed app i have tons of app assets in my phone gallery
@darshanrawal2123
@darshanrawal2123 2 жыл бұрын
i'm getting error in recompile apktool b
@_3XP
@_3XP 6 ай бұрын
usage: apktool b [options]
@Fhivo
@Fhivo Жыл бұрын
Thanks bro easy and simple tuto
@technoscienceinfosec
@technoscienceinfosec Жыл бұрын
Welcome!
@tejastidake6897
@tejastidake6897 Жыл бұрын
@@technoscienceinfosec 🙏🙏 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...
@jorgel.4549
@jorgel.4549 2 жыл бұрын
Hola amigo podrías modificar la aplicación de televisión... Como por ejemplo Mxltv y de One Player.... Te agradecería mucho... Más q todo quisiera que remuevas o elimines la publicidad ads que llevan las aplicaciones
@sedatdinc9068
@sedatdinc9068 2 жыл бұрын
Deodex how
@technoscienceinfosec
@technoscienceinfosec 2 жыл бұрын
What?
@sedatdinc9068
@sedatdinc9068 2 жыл бұрын
@@technoscienceinfosec apktool apps dedodex ?
@tejastidake6897
@tejastidake6897 Жыл бұрын
@@technoscienceinfosec 🙏🙏 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..
@telugupubggirl6161
@telugupubggirl6161 2 жыл бұрын
Bro need help
@technoscienceinfosec
@technoscienceinfosec 2 жыл бұрын
yes sister tell me...
@telugupubggirl6161
@telugupubggirl6161 2 жыл бұрын
@@technoscienceinfosec Kali Linux apk tool not working
@technoscienceinfosec
@technoscienceinfosec 2 жыл бұрын
Can you send me screenshot of the error occurred
@tejastidake6897
@tejastidake6897 Жыл бұрын
@@technoscienceinfosec 🙏🙏 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...
@sdknstar601
@sdknstar601 Жыл бұрын
Nice video bro....can you decompile 360eyes pro apk file?🤔...i need to see the source code...
@technoscienceinfosec
@technoscienceinfosec Жыл бұрын
try yourself
@sdknstar601
@sdknstar601 Жыл бұрын
@@technoscienceinfosec i have no laptop yet...hurmm...and thanks for reply......i just subscribe your channel.
@Shabdarr
@Shabdarr Жыл бұрын
fouck o much speeddddddddd
@technoscienceinfosec
@technoscienceinfosec Жыл бұрын
What
@QuinnLing-h8v
@QuinnLing-h8v 8 күн бұрын
5389 Emmet Pike
Decompile an Android APK file to a JAR file using dex2jar and JD-GUI
5:20
Android reversing #1: APK, Smali and ADB
28:01
0xFF Sweden
Рет қаралды 53 М.
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 119 МЛН
Alat yang Membersihkan Kaki dalam Hitungan Detik 🦶🫧
00:24
Poly Holy Yow Indonesia
Рет қаралды 11 МЛН
Underwater Challenge 😱
00:37
Topper Guild
Рет қаралды 48 МЛН
Learn Reverse Engineering (for hacking games)
7:26
cazz
Рет қаралды 1 МЛН
REVERSING MALWARE / Reverse Engineering Android APKs
9:33
Kristina Balaam
Рет қаралды 20 М.
How to reverse engineer android phone APK; UUCTVOICE
19:43
Hacker's Gave me a Game and I Found a Virus
2:23
Low Level Learning
Рет қаралды 400 М.
Looking for Secrets in Disassembled Android APKs (I found one)
6:02
Removing NoEscape.exe - Boot Sector included
12:36
Orange Group Tech
Рет қаралды 7 МЛН
How to Decompile, Modify APK and Recompile using Apktool 2024
27:50
The Smart Dev Koder
Рет қаралды 13 М.
Why You NEED a DRIVER (for hacking games)
8:03
cazz
Рет қаралды 454 М.
WiFi Password Cracking in 6 Minutes and 4 Seconds
6:04
Loi Liang Yang
Рет қаралды 2,5 МЛН
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 119 МЛН