Skip to content

RuriOSS/ssfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About:

ssfx (Simple Static SFX) is a lightweight c lib for creating self-extracting static archives.
It allows you to bundle multiple files into a single executable file that can extract and run the contained files without requiring any external dependencies.

Features:

  • Load elf from memfd.
  • Pack max 5 files and self executable into single executable.
  • Each file and self executable can have a uint64_t ID and 512 bytes comment.

Security Warning:

ssfx does not implement any security measures.
You need to sign the generated self-extracting executable files yourself, and verify the signature before executing them to ensure their authenticity and integrity.

License:

ssfx is licensed under the MIT License.
Copyright (c) 2025 MoeHacker

About

Simple Static SFX written in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published