반응형
How to build 32 bit binary in 64 bit ubuntu.
1.sudo dpkg --add-architecture i386.
1.1 만약 Ubuntu 12.04 버전 이하일 때.
echo "foreign-architecture i386" > /etc/dpkg/dpkg.cfg.d/multiarch
2.sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
2-1. 2번이 안되면.
sudo apt-get install multiarch-support
3.32비트 프로그램을 실행해본다.
./example32bit
반응형
'#Tip' 카테고리의 다른 글
Knowledge Sharing Platform Site. (0) | 2018.07.26 |
---|---|
CMD Commands. (0) | 2018.07.20 |
Inbound and Outbound. (0) | 2018.06.04 |
Create NC Server For CTF Pwn Problem. (0) | 2018.06.03 |
About Brute Force Attack. (0) | 2018.05.31 |