Automating binary analysis and manipulation with the Binary Ninja Python API.
ReadSelf-Restoring Binary Deobfuscation with Unicorn and Capstone
ReadI created a DLL file on Windows and tried loading it into a process in various ways.
ReadHere are some tips for customizing Ghidra UI themes, including how to change fonts and colors.
ReadI created a PowerShell script to automate the configuration for collecting full dumps on Windows and for configuring keyboard crashes.
ReadI had been using angr with template scripts without much thought.
ReadUsing your first Ghidra Script to solve a CTF challenge
ReadThis article summarizes useful GFlags settings to remember when troubleshooting Windows. It covers settings such as debugger flags and Silent Process Exit that can help when investigating issues on Windows.
ReadI tried enumerating process information in the system using Win32 API.
ReadNotes on reading Windows process information with WinDbg. This article covers topics such as the EPROCESS structure and process manipulation using WinAPI, with more content planned for the future.
ReadA cheat sheet summarizing the WinDbg commands I often use personally. I plan to add more content in the future.
Read