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

[Feature request] Allow toggling available syscalls depending on target firmware type #15532

Open
AniLeo opened this issue Apr 29, 2024 · 1 comment

Comments

@AniLeo
Copy link
Member

AniLeo commented Apr 29, 2024

Currently we register many syscalls that are not available on CEX firmware as discussed on #15530.
Ideally we should have a config that allows us to set the intended target firmware, which exposes only the syscalls that would be available on said firmware type (CEX and DEX mainly, but others could be added).
For this, we will also need to fully add the information of where each syscall is available somewhere, as currently this is not available except for a few code comments here and there.

@elad335
Copy link
Contributor

elad335 commented Apr 29, 2024

We can technically have "Auto" mode for debug console mode which would check the firmware files.

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

No branches or pull requests

2 participants