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

YggStack in a DLL #17

Open
lostmsu opened this issue Feb 7, 2025 · 2 comments · May be fixed by #18
Open

YggStack in a DLL #17

lostmsu opened this issue Feb 7, 2025 · 2 comments · May be fixed by #18

Comments

@lostmsu
Copy link

lostmsu commented Feb 7, 2025

Due to the way MSIX packaging works it appears that I can not easily bundle another exe and have it autoapproved for inbound TCP firewall rules the same way I can for the main app.

Is it possible to build YggStack as a DLL? Even a simple DLL with an entry point that takes arg array and does the same thing as the executable would fulfill my need.

@lostmsu
Copy link
Author

lostmsu commented Feb 7, 2025

Related, but what do Android releases do, e.g. yggstack-android-arm64? Is it possible to get .so for Android?

lostmsu added a commit to BorgGames/yggstack that referenced this issue Feb 8, 2025
@lostmsu lostmsu linked a pull request Feb 8, 2025 that will close this issue
@basilgello
Copy link
Collaborator

They can be run in Termux or in any other Android terminal shell (ADB etc). In theory, c-shared can produce so on Linux, BSD and Android.

You might also explore c-static too.

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

Successfully merging a pull request may close this issue.

2 participants