There are some native Linux applications that parse libc.so.6, which will not currently work with box64.
One application uses this as an anti-tampering technique; the application will still work fine with qemu (which indicates the intention of this anti-tampering was probably not to stop emulations).
I have approximated their implementation here: https://godbolt.org/z/W9fbM534G
There are some native Linux applications that parse
libc.so.6, which will not currently work withbox64.One application uses this as an anti-tampering technique; the application will still work fine with
qemu(which indicates the intention of this anti-tampering was probably not to stop emulations).I have approximated their implementation here: https://godbolt.org/z/W9fbM534G