@ipavlov This works, thanks. I think uasm support aes - on ubuntu/debian uasm works like a charm with 7-zip. I would like to figure out what is wrong in this case with Alpine. Musl libc?
Could anyone help with that? /tmp/build/7z2405-src # make MY_ASM=uasm DISABLE_RAR=1 -C CPP/7zip/Bundles/Alone2 -f ../../cmpl_gcc_x64.mak -j$(nproc) make: Entering directory '/tmp/build/7z2405-src/CPP/7zip/Bundles/Alone2' uasm -nologo -elf64 -DABI_LINUX -Fob/g_x64/ ../../../../Asm/x86/LzmaDecOpt.asm gcc -O2 -c -Werror -Wall -Wextra -Waddress -Waggressive-loop-optimizations -Wattributes -Wcast-align -Wcomment -Wdiv-by-zero -Wformat-contains-nul -Winit-self -Wint-to-pointer-cast -Wunused -Wunused-macros...
Can you share the binary for Android 10?
Got this error under Termux on Android 10 error: "./7zz": executable's TLS segment is underaligned: alignment is 8, needs to be at least 64 for ARM64 Bionic
Don't know, I use it because I can't build asmc from source.
This is possible using UASM https://github.com/Terraspace/UASM , I just added it to makefile.
JFYI got success using this https://github.com/JonathonReinhart/staticx/ It works with randomization enabled.
Hello Valery, could you please help, what does this exit status mean? pavel@debian:~/aucdtect$ statifier -V 1.6.12 pavel@debian:~/aucdtect$ statifier -v auCDtect auCDtect1 + Main + set -e + source /tmp/statifier.tmpdir.1074/common/option.src ++ opt_orig_exe=./auCDtect ++ opt_new_exe=auCDtect1 ++ opt_loader_num_var=0 ++ opt_keep_working_directory= ++ opt_verbose=yes + set +e + Sanity ./auCDtect + local Func=Sanity + '[' 1 -ne 1 -o x./auCDtect = x ']' + local OrigExe=./auCDtect + '[' -f ./auCDtect...