ar
Feedback
reverse engineering

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

إظهار المزيد
2 902
المشتركون
لا توجد بيانات24 ساعات
+277 أيام
+14930 أيام
أرشيف المشاركات
This Project will be released soon 🔜😎 🔥 YouTube Downloader Video/Audio with a SQLite Database for saving and managing hist
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

Don't forget to subscribe the YouTube channel for more

How to use Ghidra to change a call of a string with another https://youtu.be/QVUuUQj3Zz8@reverseengineer101

Reverse Engineering flutter apps more about dart VM and tools Shared by @reverseengineer101

photo content

+4
opcodes tabkes, registers, methods, coding with smali, and more ! Shared by @reverseengineer101

Do you want a video for ProxyPin installation on Linux and how to capture traffic from Genymotion
Anonymous voting

For more information about smali and better understanding https://smali.pages.dev Thanks @AbhiTheM0dder

https://youtube.com/shorts/guI192luRFs Additional information about '-g' flag with radiff2 @reverseengineer101

+1
Compiled binaries for the two architectures in the video and the modified too

Binary Comparison using radiff2 https://youtu.be/RsI8hNhsi_U @reverseengineer101

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

Soon binary comparison and more about the usages of r2 plugins

I noticed that no one is reacting on the last posts, Isn't it useful 😐 ?

More AI Github copilot and more
More AI Github copilot and more

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

Bin_str_edit_tutorail.zip0.04 KB

1. C source code which just prints "Hello World!" 2. Compiling using gcc ('-o' to customize the output file name 'lib test.so
+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

+1
Burp Suite Certificate (.der) and The Directories used in the video