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 moreThe country is not specifiedTechnologies & Applications18 716
2 902
Subscribers
No data24 hours
+277 days
+14930 days
Posts Archive
2 902
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
2 902
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
2 902
VScode installation on kali linux in one minute
VScode official site :
https://code.visualstudio.com/
Watch on YouTube :
https://youtu.be/S7d_RHY3GzU
@reverseengineer101
2 902
Do you need a tutorial on how to create python scripts to patch binaries using r2pipe and to create r2 scripts ?
2 902
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
2 902
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))2 902
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
2 902
Here is the decompiled AndroidManifest.xml of the app if you want to take a look
/* decompiled by jadx */
2 902
+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
2 902
Soon another tutorial about android reverse engineering π₯
Give reactions, keep supporting
2 902
Useful Channels π₯
@android_reverse
@android_reverse2
Can be a great resources for courses, tools and more π
2 902
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 manuallyTo-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 more2 902
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
βββββββββββββββββββ2 902
Wasn't it useful ?
I mean many people saw and no reactions or comments
