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

Ultralig.ht Support #66

Open
KaiH-0 opened this issue May 12, 2022 · 2 comments
Open

Ultralig.ht Support #66

KaiH-0 opened this issue May 12, 2022 · 2 comments

Comments

@KaiH-0
Copy link

KaiH-0 commented May 12, 2022

Hi, I am using Ultralig.ht to make a C++ application with html frontend and was trying to find a way to hide my html files from the customer. I think bin2cpp is a great project but I have no idea how I would even go about implementing it into Ultralig.ht.

Thanks in advance.

@end2endzone
Copy link
Owner

Hi. I am not familiar with Ultralig.ht and cannot be helpful. Bin2cpp is designed to be executed on the target platform as a console application. You might be able to use bin2cpp inside a Ultralig.ht web site if the platform allow execution of native executables. You could also wrap a Ultralig.ht project inside a bin2cpp executable to be able to deploy your project through a browser but the process will be similar to a normal "file download" and execute. Hope this is helping.

@shabbywu
Copy link

shabbywu commented Oct 1, 2024

I prefer to use physfs + bin2cpp, here is my solution, mini browser(resource embeded)

bin2cpp embedded zip/7z to memory.
physfs map zip/7z as virtual filesystem.
And the data in memory is compressed, will be more harder to crack.

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

3 participants