Skip to content

nostalgia296/artemis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artemis

PFS archive tool with CLI and Android app.

CLI

## extract all pfs like xx.pfs xx.pfs.001 etc.
pfs extract *pfs*

## pack something into .pfs use `create` command
pfs create inputdir/

Android App

Prerequisites

  • Android SDK (compileSdk 35)
  • Android NDK r29+
  • Go 1.26+

Build

  1. Cross-compile Go shared library:
./build-android.sh
  1. Build APK:
cd android && ./gradlew assembleDebug

The APK will be at android/app/build/outputs/apk/debug/app-debug.apk.

note: (not needed)If you are working in a non-Termux environment, please remove android.aapt2FromMavenOverride=/data/data/com.termux/files/usr/opt/android-sdk/build-tools/35.0.0/aapt2.

About

artemis engine .pfs packer and unpacker

Resources

Stars

4 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors