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

testing the challenge locally #20

Open
AravGarg opened this issue Oct 1, 2020 · 2 comments
Open

testing the challenge locally #20

AravGarg opened this issue Oct 1, 2020 · 2 comments

Comments

@AravGarg
Copy link

AravGarg commented Oct 1, 2020

This issue is not directly about the challenge but rather on how to test the binary locally. I added -debug to the script as mentioned in the docs, but I run into this error : legacy bitmap isn't available. Btw, even with the original script, I ran into the same error so I wasn;t able to test the challenge locally. I have contacted the author of the challenge but I haven't received a response. Also, there's nothing on the net that shows a similar issue when running the sde simulator.

@c7f-m0d3
Copy link
Contributor

c7f-m0d3 commented Oct 1, 2020

@AravGarg The error legacy bitmap isn't available is from ld-linux-x86-64.so.2 and is likely caused by details of your setup.
It is worth mentioning that CET support is still not fully merged into official Linux kernel.

When solving the challenge, I used Ubuntu 20.04 LTS and on a machine with 8 GBytes of RAM available.
Note that Software Development Emulator apparently requires about 6 GBytes or RAM to run the challenge binary.

Could you please test with similar setup, perhaps boot live Ubuntu from ISO ubuntu-20.04.1-desktop-amd64.iso in a VM and run run.sh form the challenge archive?

@AravGarg
Copy link
Author

AravGarg commented Oct 2, 2020

@AravGarg The error legacy bitmap isn't available is from ld-linux-x86-64.so.2 and is likely caused by details of your setup.
It is worth mentioning that CET support is still not fully merged into official Linux kernel.

When solving the challenge, I used Ubuntu 20.04 LTS and on a machine with 8 GBytes of RAM available.
Note that Software Development Emulator apparently requires about 6 GBytes or RAM to run the challenge binary.

Could you please test with similar setup, perhaps boot live Ubuntu from ISO ubuntu-20.04.1-desktop-amd64.iso in a VM and run run.sh form the challenge archive?

Thanks a lot Sir, I will get back to you when I try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants