
Safe and secure JAVA application tamper-proof system
Source code introduction:
The system uses JAVA language to decompile APK, randomize package names, and confuse signatures to generate new APK installation packages. The automatic processing logic is intelligently managed by the system. A new package is generated every 5 minutes (customizable time) and distributed to different users for download through the object cloud storage system to ensure that the installation package downloaded by each user is independent and different. Achieve tamper-proof effect.
New version features:
Support V1+V2+V3+V4 signatures to ensure stable installation of APK.
To solve the problem of APK being falsely reported, the system automatically changes the package name and signature.
Ensure that the installation package is not blocked when the signature package name is the same as the virus reporting software.
Provide support for encapsulating or natively uploading APK.
Main functions:
Independent implementation: All functional logic is implemented in the program itself without the intervention of a third party.
Automatic handling of false positives: The system can automatically change the package name and signature to deal with false positives.
Flexible tamper-proof: Ensure that the generated APK fully protects against tampering through decompilation, randomization and other processes.
Intelligent distribution: Through the object cloud storage system, independent APKs are generated regularly to ensure that users download different installation packages.
Signature support: Support V1+V2+V3+V4 signatures to adapt to different Android versions.
Instructions for use:
The system is completely autonomous and does not require the participation of third parties.
When encountering false positives, it can be automatically handled to ensure the reliability of the installation package.
Provide flexible upload methods and support encapsulated or native APK uploads.
Processing APKs with hardened or locked package names is not supported. Please pay attention to checking before use.
Summary:
This JAVA application tamper-proof system adopts intelligent processing methods to ensure that the generated APK packages are independent and highly defensive, and is suitable for the secure distribution of various Android applications.
Comments0