Can the signature extracted by apk be written back?
I can't. The signature information extracted from APK is read-only and cannot be written back. The signature information in APK file is a key part to verify the source and integrity of the application. Once the signature is added to the APK, it cannot be modified. Signature information includes the application's public key and digital signature, which is generated using the private key.