SELF는 SQLite 데이터베이스로 구성된 실행 파일을 저장합니다.
SELF는 프로그램, 웹사이트, 라우트, 방문 기록 및 애플리케이션 상태를 하나의 SQLite 데이터베이스 파일에 저장하여 구성합니다. 이를 통해 사용자는 다양한 정보를 하나의 실행 파일에서 관리할 수 있습니다. 또한, Linux의 binfmt_misc를 통해 전용 인터프리터를 실행시켜 segments 테이블을 메모리에 매핑할 수 있습니다.
SELF stores executable files structured as SQLite databases.
SELF consists of a program that organizes code, websites, routes, visit histories, and application states within a single SQLite database file. This allows users to manage various types of information within one executable file. Additionally, Linux's binfmt_misc enables the execution of a dedicated interpreter, mapping the segments table into memory.