Skip to content

Instantly share code, notes, and snippets.

View IvanGazul's full-sized avatar
Reverse Engineering some games

Andarriel IvanGazul

Reverse Engineering some games
View GitHub Profile
@IvanGazul
IvanGazul / solution.md
Created November 5, 2025 18:20
the solution

Just run GDB and set a "catch syscall write" breakpoint, then run it, you will have something like this:

gdb ./main
GNU gdb (Debian 16.3-5) 16.3
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".