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
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