반응형
ctf 대회 문제중 vsyscall을 이용해서 푸는 문제가 있었는데,
wsl2에서는 vsyscall이 안보인다고 한다.
이로인해 문제를 푸는데에 제약사항이 있었지만, 후기를 통해 방법을 알게 되었다.
1. 폴더 접근

2. 접근한 폴더 내에 새 파일을 생성하고, 확장자를 없앤다.

3. 아래의 내용을 작성한다.
[wsl2]
kernelCommandLine = vsyscall=emulate
하단의 사이트를 참고한다.
https://learn.microsoft.com/en-us/windows/wsl/wsl-config#wslconfig
Advanced settings configuration in WSL
A guide to the wsl.conf and .wslconfig files used for configuring settings when running multiple Linux distributions on Windows Subsystem for Linux.
learn.microsoft.com
4. 이후에 wsl을 재시작하고 바이너리를 보면 vsyscall 영역이 보인다.

반응형
'System Hacking' 카테고리의 다른 글
blindsc (0) | 2025.02.10 |
---|---|
randerer (0) | 2025.02.06 |
p_rho (0) | 2025.02.06 |
stack align test (0) | 2025.02.05 |
dowell (0) | 2025.02.04 |