system hacking/개념, 준비물

ida64 free 다운로드와 설치, qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found오류

blackbearwow 2022. 5. 19. 23:05

다시 다운로드하려고 하니 오류가 생겨서 글을 남긴다.

https://hex-rays.com/ida-free/

 

IDA Freeware

IDA Freeware The free binary code analysis tool to kickstart your reverse engineering experience.

hex-rays.com

에서  IDA Freeware for Linux (76MB)를 다운받는다.

chmod로 execute권한을 추가해 실행시켜주고 설치한다.

sudo ln -s ~/idafree-7.7/ida64 /usr/bin/

소프트링크를 /usr/bin/에 추가해서 어느 경로에서든 실행시킬 수 있게 한다.

 

아래 오류가 뜬다면 특정 모듈을 설치 하면 된다.

apt install libxcb-xinerama0

그러면 이제 실행이 잘 된다!

'system hacking > 개념, 준비물' 카테고리의 다른 글

스켈레톤 코드  (0) 2022.05.29
docker (pwnable 문제 다양한 ubuntu버전에서 실행하기)  (0) 2022.05.15
포너블 문제 풀이시 설치할 것들  (0) 2022.05.13
libc 링킹(patchelf)  (0) 2022.04.17
heap  (0) 2022.04.14