ctf-writeup/2023/CrewCTF 2023/Attaaaaack5
daffainfo e6c48e50f1 feat: grouped the challs 2024-01-09 16:59:32 +07:00
..
images feat: grouped the challs 2024-01-09 16:59:32 +07:00
README.md feat: grouped the challs 2024-01-09 16:59:32 +07:00

README.md

Attaaaaack5

Q5. What is the another process that is related to this process and it's strange ?

example : crew{spotify.exe}

About the Challenge

We got raw image and we need to find the child process

How to Solve?

To solve this, we need to find the child process using pstree plugin. Here is the command I used

vol.py -f /path/to/memdump.raw --profile=Win7SP1x86_23418 pstree

flag

Or you can use pslist plugin and then look for the process whose parent pid is 300

crew{notepad.exe}