june month open-source journey :
contributed to NixOS organisation
maintaining packages in NixOS/nixpkgs
added 3 new packages in nixpkgs
checkout the awesome package manager https://t.co/wu62xqJfqk
🛠️ How To Use WinDbg For Beginners
🔍 Analyze dumps & trace memory leaks
👀 Ideal for debugging both user & kernel code
🕰️ TTD feature for step-by-step debugging
🧩 Snapshots work even after VM restores
👉https://t.co/3RaePWOKD4
it can actually already do more than simple challenges. it will automatically solve aeg from https://t.co/gPzoIfmp7v up to control of PC.
the challenge involves a long hex encoded input that must pass many checks after which an unsafe memcpy occurs.
with radius2 it takes no RE
RE tip of the day: When the debugger attaches to the process, it calls the DbgUiRemoteBreakin API. If malware is already running, it can hook this API beforehand to detect the moment the debugger is about to attach.
#infosec#cybersecurity#malware#reverseengineering
My talk, "iObfuscate: Unraveling iOS Obfuscation Techniques" just got accepted at Objective by the Sea! @objective_see
Hope to see you there! #OBTS v6.0
Nice reading for anyone interested in Linux kernel internals and modules development (updated to 5.x kernels)
"The Linux Kernel Module Programming Guide"
https://t.co/TTPKOJr3J1
#Linux