Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Master Key multi-fix</string>
<string name="about_title">Android vulnerability fixes</string>
<string name="about_author">By <a href="mailto:Tungstwenty@gmail.com">Tungstwenty</a> @ <a href="http://forum.xda-developers.com/member.php?u=4322181">XDA Developers</a></string>
<string name="about_description">This patch addresses a few vulnerability issues found on Android that are
collectively known as \'Master Key\' exploits:\n- \'bug 8219321\'
<string name="about_title">Επιδιόρθωση προβλημάτων του Android</string>
<string name="about_author">Από <a href="mailto:Tungstwenty@gmail.com">Tungstwenty</a> @ <a href="http://forum.xda-developers.com/member.php?u=4322181">XDA Developers</a></string>
<string name="about_description">Αυτό το patch επιδιορθώνει μερικά προβλήματα (bugs) του Android που συγκεντρωμένα είναι γνωστά σαν \'Master Key\' exploits:
\n- \'bug 8219321\'
\n- \'bug 9695860\'
\n- \'bug 9950697\'
\n- and some additional corrections applied on Android 4.4
\n\nIn general terms, these allow <b>exploiting signed APKs</b> by replacing the code they contain while maintaining
the existing signature valid (hence the term \'Master Key\'), leading you to think the original author is someone you trust.\nThe original Android sources have been corrected to fix these problems, but it might take a while
till stock ROMs include the fixes, if ever.\n\nFor any questions, please visit <a href="http://forum.xda-developers.com/showthread.php?t=2365294">this thread</a>.</string>
<string name="about_noconfigs">This appliction does not have any configurations.
It is an Xposed mod that should be enabled on its framework manager to produce effects!</string>
<string name="about_active">The patch is active. You should be protected from
these vulnerabilities.</string>
<string name="about_notactive"><b>Note</b>: The patch is not active! Verify that you have
installed the <a href="http://forum.xda-developers.com/showthread.php?t=1574401">Xposed framework</a>
and that you have enabled this module.</string>
\n- και μερικές επιπλέον επιδιορθώσεις από το Android 4.4
\n
\nΣε γενικές γραμμές, αυτά επιτρέπουν την <b>επεξεργασία υπογεγραμμένων APKs<b> αλλάζοντας τον κώδικά τους ενώ η υπάρχουσα υπογραφή παραμένει ενεργή (εξού και ο όρος \'Master Key\'), κάνοντάς σας να νομίζετε ότι ο δημιουργός της εφαρμογής είναι κάποιος που εμπιστεύεστε.
\nΟι αρχικές πηγές του Android περιέχουν επιδιορθώσεις για αυτά τα προβλήματα, αλλά μπορεί να πάρει καιρό
μέχρι οι stock ROMs να έχουν τις επιδιορθώσεις, αν ποτέ.
\n
\nΓια ερωτήσεις, παρακαλώ επισκεφτείτε <a href="http://forum.xda-developers.com/showthread.php?t=2365294">αυτό το θέμα</a>.</string>
<string name="about_noconfigs">Αυτή η εφαρμογή δεν έχει ρυθμίσεις.
Είναι ένα Xposed module που πρέπει να είναι ενεργοποιημένο στο framework manager για να έχει αποτελέσματα!</string>
<string name="about_active">Το patch είναι ενεργοποιημένο. Πρέπει να είστε προστατευμένοι από αυτά τα vulnerabilities.</string>
<string name="about_notactive"><b>Σημείωση</b>: Το patch δεν είναι ενεργό! Επιβεβαιώστε ότι έχετε εγκατεστημένο το <a href="http://forum.xda-developers.com/showthread.php?t=1574401">Xposed framework</a>
και ότι έχετε ενεργοποιήσει αυτό το module.</string>
</resources>