Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Automatic Installation of Support for i386 #6

Open
bliutech opened this issue Oct 22, 2023 · 0 comments · May be fixed by #11
Open

Add Automatic Installation of Support for i386 #6

bliutech opened this issue Oct 22, 2023 · 0 comments · May be fixed by #11
Assignees
Labels
bug Something isn't working

Comments

@bliutech
Copy link
Member

Some CTF challenges for binary analysis & binary exploitation are built with 32-bit x86 (i.e. i386). While CTF Dev Container is x86-64 and is compatible with 32-bit binaries, it requires some additional information shown below which may not be the most intuitive or easy to debug for beginners. Add the installation shown below would be helpful to make this process easier. From experimentation, I believe just the following commands are necessary.

sudo dpkg --add-architecture i386
sudo echo "foreign-architecture i386" > /etc/dpkg/dpkg.cfg.d/multiarch

https://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit

@bliutech bliutech added the bug Something isn't working label Oct 22, 2023
@burturt burturt self-assigned this Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants