Using tmux for Remote Development

Simple Tutorial This article records a minimal tmux configuration tutorial for basic development needs. First open the tmux configuration file: Then type the following content: Fin

2024-11-27 · 3 min · zevorn

Tutorial: Creating Unions in IDA Pro

IDA treats a union as a special kind of struct, so you need to create it on IDA’s Structures page: Step 1: Open the Structures page: Step 2: Press Insert and check union : A union

2024-05-21 · 1 min · zevorn

Three Easy Steps to Customize GDB

GDB, short for GNU Debugger, is part of the GNU project. It is a powerful and widely used command line debugger designed for Unix and Unix like operating systems, and it is one of

2024-05-19 · 7 min · zevorn