en
Feedback
reverse engineering

reverse engineering

Open in Telegram

β—‰ A channel for learning and discussing about reverse engineering β—‰ We aren't accepting any illegal works, we are here to help, learn and gain new skills β—‰ Owner @Mohamed_Abozaid1 β—‰ Egypt πŸ‡ͺπŸ‡¬ Please don't PM ask in discussion group except in necessity

Show more
The country is not specifiedTechnologies & Applications18 716
2 902
Subscribers
No data24 hours
+277 days
+14930 days
Posts Archive
In Two minutes learn how to root Genymotion with Magisk and how to install LSposed ! Watch on YouTube : https://youtu.be/JmxtWDGQDzk Check the comments for the required files πŸ‘‡ Keep supporting us @reverseengineer101

For building and debugging regex (Regular Expression) For Building Visit : https://pythex.org/ For regex cheat sheet visit : https://www.debuggex.com/cheatsheet/regex/python

VScode installation on kali linux in one minute VScode official site : https://code.visualstudio.com/ Watch on YouTube : https://youtu.be/S7d_RHY3GzU @reverseengineer101

A good book to learn πŸ‡¨++ Github

Do you need a tutorial on how to create python scripts to patch binaries using r2pipe and to create r2 scripts ?
Anonymous voting

In less than 4 minutes learn how to install and run frida ! β—‰ Frida official site : https://frida.re/ β—‰ Frida releases : https://github.com/frida/frida/releases/tag/16.4.10 β—‰ Frida Multiple Bypass : https://github.com/fdciabdul/Frida-Multiple-Bypass β—‰ watch on YouTube : https://youtu.be/hSsKr0smNUs ➜ Keep supporting @reverseengineer101

Repost from Th3-R3p4ck3r Mods
secret = "NQALCgEDDDEzUjpTBwocBgcDPTIIGwIK"
key = b'beginning'

import base64

def Dec(sec):
    plainText = ""
    for i in range(len(sec)):
        plainText += chr(sec[i] ^ key[i % len(key)])

    return plainText


base64Dec = base64.b64decode(secret)

print(Dec(base64Dec))

https://youtu.be/gaAikyRvJb8 Upload on YouTube ❀️

Android Application Reverse Engineering Tutorial β—‰ This Tutorial is for learning purposes only β—‰ For The demo app check the comments (CrackMes.One is the original source) (the app supports all CPUs architectures) β—‰ Tools : Jadx-gui, Apktool, jar signer, android emulator (genymotion) or physical device, and Cyber Chief ➜ @reverseengineer101 | @Mohamed_Abozaid1

Full java course You can visit https://www.tutorialspoint.com/index.htm

Here is the decompiled AndroidManifest.xml of the app if you want to take a look /* decompiled by jadx */

If are an Android user like most of us, please check unknown apps before installing or don't even do Here πŸ‘† is an example of
+2
If are an Android user like most of us, please check unknown apps before installing or don't even do Here πŸ‘† is an example of a spy app you can always take a look in AndroidManifest.xml to check the permissions, accessibility, and some actions

Soon another tutorial about android reverse engineering πŸ”₯ Give reactions, keep supporting

Useful Channels πŸ”₯ @android_reverse @android_reverse2 Can be a great resources for courses, tools and more πŸ˜‰

Arm v7 (32 bit)assembly course from free code camp https://youtu.be/gfmRrPjnEw4

Do you know about
wsl
wsl (Windows Sub-system for Linux) command You can run various Linux distributions on your Windows via wsl like Ubuntu, kali linux or Arch linux Note :
This feature isn't coming as a pre-installed program with windows, so you have to install manually
To-do : 1 - Open cmd 2 - run :
wsl --help
To see more info 3 - you can run
wsl --install -d <DistroName>
4 - To uninstall run :
wsl --uninstall
Visit Microsoft official website to know more

Repost from Useful Patches
πŸš€ Introducing SigTool: APK Signature Analyzer Pro  SigTool is an open-source tool designed for developers and security analysts to perform in-depth APK signature analysis. It offers: - Signature Extraction & Hash Calculation - Java-style HashCode Calculation - PEM Certificate Generation πŸ”— GitHub Repository: https://github.com/muhammadrizwan87/sigtool βœ… Requirements: pkg install python aapt openssl-tool πŸ“¦ Install: pip install sigtool πŸ’‘ Usage: sigtool -h Your feedback and contributions are welcome! If you find it helpful, don’t forget to star ⭐ the repo and share it with your peers. ━━━━━━━━━━━━━━━━━━━ ♻️ Join Channel: @Android_Patches πŸ“£ Second Channel: @TDOhex πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

Wasn't it useful ? I mean many people saw and no reactions or comments
Anonymous voting