mirror of
https://github.com/NohamR/assets.git
synced 2026-05-24 20:00:15 +00:00
push
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Compression
|
||||
Files are compressed using xz with the –best flag and the extreme preset
|
||||
```shell
|
||||
tar -cvf archive.tar folder_or_file
|
||||
xz -9e archive.tar
|
||||
```
|
||||
|
||||
# Decompression
|
||||
|
||||
```shell
|
||||
xz -d Nightly_aarch64.tar.xz
|
||||
tar -xvf archive.tar
|
||||
```
|
||||
BIN
bypassing-debugger-detection/Nightly_aarch64.tar.xz
Normal file
BIN
bypassing-debugger-detection/Nightly_aarch64.tar.xz
Normal file
Binary file not shown.
BIN
bypassing-debugger-detection/Nightly_x86_64.tar.xz
Normal file
BIN
bypassing-debugger-detection/Nightly_x86_64.tar.xz
Normal file
Binary file not shown.
Reference in New Issue
Block a user