en
Feedback
ReverseEngineering

ReverseEngineering

Open in Telegram
1 265
Subscribers
No data24 hours
-37 days
+730 days
Posts Archive
How To Reverse Engineer RC4 Crypto For Malware Analysis https://www.youtube.com/watch?v=-EQKiIbOLEc @reverseengine

Multi-disassemblers collaboration framework for reverse engineering https://github.com/Martyx00/CollaRE @reverseengine

KOPYCAT - Linux Kernel module-less implant backdoor https://github.com/milabs/kopycat @reverseengine

اگه چند تا پست با هم میزارم خیلی میشه ببخشید میدونم اسپم میشه یا اذیت میشید ولی چون مجبورم وقت نمیکنم برا این همه رو با هم میزارم. If I post several things at once, I'm sorry. I know it's spam or annoying, but because I have to, I don't have time for this, I'm posting them all at once.

Helper plugin for analyzing UEFI firmware https://github.com/zznop/bn-uefi-helper @reverseengine

A foray into Linux kernel exploitation on Android https://mcyoloswagham.github.io/linux @reverseengine

Tools for analyzing UEFI firmware using radare2 https://github.com/binarly-io/uefi_r2 @reverseengine

پاک‌سازی ردپاهای رفتاری Behavioral Artifacts پاکسازی رفتاری یعنی چی همیشه فقط فایل و لاگ نیست که شما رو لو میده خیلی وقتا رفتار برنامه یه اثر جانبی تو سیستم میذاره مثل اینکه برنامه رفته یه مسیر خاص یه DLL لود کرده یه NamedPipe ساخته یا حتی یه کلید رجیستری کوتاه اضافه کرده این‌ها اسمش میشه Behavioral Artifact و بدترین چیز اینه که خیلیاش اصلا به چشم نمیاد ولی تو فارنزیک کاملا مشخصه و لو میرید مهمترین رد پاهای رفتاری که معمولا میوفتن Load شدن های غیر معمولی DLL وقتی ابزارتون یه DLL کاستوم لود میکنه تو ETW Sysmon و حتی حافظه اثرش میمونه Named Pipes اگه ابزار IPC داره و pipe ساخته بشه تو حافظه handle table و بعضی لاگ‌ها دیده میشه Registry Keys موقتی بعضی ابزارا برای config یا persistence آزمایشی کلید short-lived میسازن که همون باعث لو رفتنتون میشه Network Artifacts حتی اگر لاگ فایل وجود نداشته باشه route های باز شده DNS cache ARP cache و socket states ممکنه دیده بشه Process Tree / Parent Spoofing خیلی وقتا افراد فکر می‌کنن چون PPID Spoof کردن پس کار تمومه ولی artifact های مثل Token Thread start time و Memory layout دستتون رو رو میکنه و لو میرید و همه چی افشا میشه چطور باید پاک‌شون کنید اگه ابزارای شما DLL لود میکنه pipe میسازه یا رجیستری دستکاری میکنه باید اونا رو طوری طراحی کنید که بعد از اجرا خودش cleanup کنه Pipeline Cleanup بعد از کارا: pipe ها رو ببندید handle ها رو free کنید thread ها رو join کنید registry موقت رو حذف کنید %50 افراد همین کارای ساده رو نمیکنن کم‌کردن Interaction با سیستم‌ عامل هرچی syscalls کمتر ردپا کمتر محدود کردن Network Indicators DNS cache، socket states و route های باز شده بعد از اتمام کار باید reset بشن Memory Hygiene Buffer ها و ساختار هایی که حاوی metadata رفتاری هستن نباید تو RAM بدون استفاده بشن Cleaning up behavioral artifacts What is behavioral cleaning? It's not always just files and logs that give you away. Often, the program's behavior leaves a side effect on the system, such as the program going to a specific path, loading a DLL, creating a NamedPipe, or even adding a short registry key. These are called Behavioral Artifacts. And the worst thing is that many of them are not visible at all, but in forensics they are quite obvious and you get caught. The most important behavioral traces that usually occur Unusual DLL loadings When your tool loads a custom DLL, it leaves traces in ETW Sysmon and even memory. Named Pipes If the tool has IPC and a pipe is created, it can be seen in the handle table and some logs. Temporary Registry Keys Some tools create short-lived keys for experimental config or persistence, which is what makes you get caught. Network Artifacts Even if there is no log file Open routes, DNS cache, ARP cache, and socket states may be visible Process Tree / Parent Spoofing Many times people think that because PPID Spoofing is done, the job is done, but artifacts like Token Thread start time and Memory layout will expose your hands and expose everything How to clean them If your tools load DLLs, create pipes, or manipulate the registry, you should design them to clean up after execution Pipeline Cleanup After work: Close pipes Free handles Join threads Delete temporary registry 50% of people do not do this simple thing Reduce Interaction with the operating system Less syscalls, whatever Smaller footprint Limit Network Indicators Open DNS cache, socket states, and routes They should be reset after completion Memory Hygiene Buffers and structures that contain behavioral metadata should not be left unused in RAM @reverseengine

Binary Analysis Framework in Rust https://github.com/falconre/falcon @reverseengine

VB disassembler and debugger http://sandsprite.com/vbdec @reverseengine

Exploiting CVE-2025-21479 on a Samsung S23 https://xploitbengineer.github.io/CVE-2025-21479 @reverseengine