reverse engineering
Відкрити в 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
Показати більшеКраїна не вказанаТехнології та додатки18 716
2 902
Підписники
Немає даних24 години
+277 днів
+14930 днів
Архів дописів
2 902
This Project will be released soon 🔜😎 🔥
YouTube Downloader Video/Audio with a SQLite Database for saving and managing history
It just needs final touchs to be released 😉
@reverseengineer101
2 902
How to use Ghidra to change a call of a string with another
https://youtu.be/QVUuUQj3Zz8
➜@reverseengineer101
2 902
opcodes tabkes, registers, methods, coding with smali, and more !
Shared by @reverseengineer101
2 902
Do you want a video for ProxyPin installation on Linux and how to capture traffic from Genymotion
2 902
For more information about smali and better understanding
https://smali.pages.dev
Thanks @AbhiTheM0dder
2 902
https://youtube.com/shorts/guI192luRFs
Additional information about '-g' flag with radiff2
@reverseengineer101
2 902
Compiled binaries for the two architectures in the video and the modified too
2 902
For programming stuff Black Box is a great choice :
https://www.blackbox.ai/
For cyber security and reverse engineering (things that chatgpt can't answer, it can even make attack scripts) :
https://www.whiterabbitneo.com
@reverseengineer101
2 902
root module (xposed-based) to bypass SSL Pinning in Android apps
https://github.com/Xposed-Modules-Repo/com.simo.ssl.killer/releases/tag/1-1.0.2
@sslkiller
@android_reverse
2 902
ⓘ Updated (V1.1) :
◉ Improved logic
◉ add a function at the start to check if r2pipe is installed or no and if it's not it will be installed automatically
https://github.com/ReEng101/Find-Inst
⊷ @reverseengineer101
2 902
+8
1. C source code which just prints "Hello World!"
2. Compiling using gcc ('-o' to customize the output file name 'lib test.so') and verifying if the file generated (ls | grep 'test')
3. Opening APKTOOL M in the same directory where is the compiled file
4. Showing the binary sections and the strings in dynstr section
5. rodata (ascii) strings section
6. Editing and saving
7. Saving the changes and exit
➜ (Before) shows strings dump before editing using rabin2 ('-z' for dump strings in data section only)
➜ (After) shows strings dump after editing using rabin2 ('-z' for dump strings in data section only)
◉ APKTOOL M @apktool_m
ⓘ @reverseengineer101
