← BACK TO WRITEUPS
80 words
1 minute
SCSC2026 Quals - ngestring - Reverse Engineering Writeup
[!NOTE] CTF CHALLENGE OVERVIEW
- CTF Event:
SCSC 2026- Category:
Writeup- Difficulty:
[MEDIUM]- Tools Used:
Python 3,Linux CLI- Author / Writeup:
LIGHT
Category: Reverse Engineering
Flag: SCS26{b4s1c_st4t1c_4n4lys1s_w1th_str1ngs}
Challenge Description
Given a 64-bit ELF executable named ngestring.
Analysis
The challenge name “ngestring” is a hint - it’s Indonesian slang suggesting we should use the strings command.
$ file ngestringngestring: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV),dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2,BuildID[sha1]=..., for GNU/Linux 3.2.0, not strippedSolution
Simply run the strings command to extract printable strings from the binary:
$ strings ngestringSCS26{b4s1c_st4t1c_4n4lys1s_w1th_str1ngs} SCSC2026 Quals - ngestring - Reverse Engineering Writeup
Author
Light
Published at
2026-02-17
License
CC BY-NC-SA 4.0