reverse engineering
2.74K subscribers
41 photos
9 videos
22 files
76 links
◉ 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
Download Telegram
1. C source code which just prints "Hello World!"

2. Compiling using gcc ('-o' to customize the output file name 'libtest.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
👍61
Bin_str_edit_tutorail.zip
4.3 KB
🔥42
More AI
Github copilot and more
👍15🔥31
I noticed that no one is reacting on the last posts, Isn't it useful 😐 ?
👍16
Soon binary comparison and more about the usages of r2 plugins
🔥9👍2👏2🤩2
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
1008👍3
https://youtube.com/shorts/guI192luRFs

Additional information about '-g' flag with radiff2
@reverseengineer101
3
For more information about smali and better understanding
https://smali.pages.dev

Thanks @AbhiTheM0dder
👍74👎2🔥1
Do you want a video for ProxyPin installation on Linux and how to capture traffic from Genymotion
Final Results
80%
Yes ✓
20%
No ×