diff --git a/README.md b/README.md new file mode 100644 index 0000000..58d1c78 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file diff --git a/bypassing-debugger-detection/Nightly_aarch64.tar.xz b/bypassing-debugger-detection/Nightly_aarch64.tar.xz new file mode 100644 index 0000000..56f42ad Binary files /dev/null and b/bypassing-debugger-detection/Nightly_aarch64.tar.xz differ diff --git a/bypassing-debugger-detection/Nightly_x86_64.tar.xz b/bypassing-debugger-detection/Nightly_x86_64.tar.xz new file mode 100644 index 0000000..0133058 Binary files /dev/null and b/bypassing-debugger-detection/Nightly_x86_64.tar.xz differ