728x90

ubuntu 64bit 환경에서 32bit 바이너리를 실행 시키려고 하면 


error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory 


다음과 같은 에러를 만날 수 있다. 이는


sudo apt-get install libssl1.0.0:i386


다음과 같은 명령어로 해결할 수 있다.

'PWN > TIP' 카테고리의 다른 글

Pwnable-Tools  (0) 2018.09.08
Qemu-ARM  (0) 2018.09.08
Alphanumeric-Shellcode  (0) 2018.08.18
SHELLCODE  (0) 2018.08.15
문제풀때 꿀팁(추가중)  (0) 2018.08.15