magisk put lib* to system/lib by use mount bind bad way.
/dev/mmcblk1p3 on /android/system/lib/libmemtrack.so type ext4 (rw,seclabel,noatime)
/dev/mmcblk1p3 on /android/system/lib/libmemtrack_real.so type ext4 (rw,seclabel,noatime)
/dev/mmcblk1p3 on /android/system/lib/libriru_edxp.so type ext4 (rw,seclabel,noatime)
/dev/mmcblk1p3 on /android/system/lib/
libwhale.edxp.so type ext4 (rw,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/lib/libstagefright_bufferqueue_helper.so type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/lib/libgraphicsenv.so type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/lib/libandroidfw.so type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/lib/libbinder.so type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/lib/libkeymaster4support.so type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/lib/libstagefright_enc_common.so type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/lib/libbootanimation.so type ext4 (ro,seclabel,noatime)
......
......
......
/sbin/.magisk/block/system on /android/system/lib/libadbconnection.so type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/lib/libRSDriver.so type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/lib/libprotoutil.so type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/lib/libsync.so type ext4 (ro,seclabel,noatime)
tmpfs on /android/system/framework type tmpfs (rw,seclabel,relatime)
/dev/mmcblk1p3 on /android/system/framework/services.jar type ext4 (rw,seclabel,noatime)
/dev/mmcblk1p3 on /android/system/framework/edconfig.jar type ext4 (rw,seclabel,noatime)
/dev/mmcblk1p3 on /android/system/framework/eddalvikdx.jar type ext4 (rw,seclabel,noatime)
/dev/mmcblk1p3 on /android/system/framework/eddexmaker.jar type ext4 (rw,seclabel,noatime)
/dev/mmcblk1p3 on /android/system/framework/edxp.jar type ext4 (rw,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/framework/ims-common.jar type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/framework/com.android.future.usb.accessory.jar type ext4 (ro,seclabel,noatime)
/sbin/.magisk/block/system on /android/system/framework/core-oj.jar type ext4 (ro,seclabel,noatime)
a easy way is use mount overlay, upperdir file list is libmemtrack and other files.
mount -t overlay overlay -o ro,'context="u:object_r:system_file:s0"',noatime,lowerdir=/system/lib,upperdir=/data/adb/upper/lib,workdir=/data/adb/work /system/lib
overlay on /android/system/lib type overlay (ro,context=u:object_r:system_file:s0,noatime,lowerdir=/system/lib,upperdir=/data/adb/upper/lib,workdir=/data/adb/work)