05nelsonm / kmp-tor-binary

Apache License 2.0
5 stars 2 forks source link

Add `NativeResource` decompression/extraction to filesystem #155

Closed 05nelsonm closed 9 months ago

05nelsonm commented 9 months ago

Closes #149

This is currently utilizing the jvm tor binaries (packaged into native resources) for linuxArm64, linuxX64, mingwX64, macosArm64, and macosX64 source sets.

Verified that the extracted files from native source sets work as expected (Linux x86_64, Mingw x86_64, macOS aarch64).

05nelsonm commented 9 months ago

Only 1 issue that will require switching gears is file permissions. File.chmod for Native is screwed up, gotta fix that. See https://github.com/05nelsonm/kmp-file/issues/22