Some builds of BigdroidOS 2.0.1 include security patches as old as October 5, 2021. Root Status: Many devices running this OS come rooted out of the box
BigDroidOS 201 Patched is our most stable build yet. We want to thank the community contributors who helped identify the edge-case bugs that made this patch possible. bigdroidos 201 patched
Is this for a (e.g., a retro handheld or a specific tablet)? Is it a community-made patch for a discontinued OS? Some builds of BigdroidOS 2
private boolean checkPassword(String pass) // Complex looking hash check that actually returns true under specific conditions // Or perhaps a timing attack vector. Is this for a (e
Let us know your favorite "patch" feature in the comments!
// Patched Logic: No longer checks hardcoded strings if (this.authManager.verifyCredentials(username, password)) Intent intent = new Intent(this, FlagActivity.class); startActivity(intent); finish(); else Toast.makeText(this, "Access Denied", 0).show();
Some builds of BigdroidOS 2.0.1 include security patches as old as October 5, 2021. Root Status: Many devices running this OS come rooted out of the box
BigDroidOS 201 Patched is our most stable build yet. We want to thank the community contributors who helped identify the edge-case bugs that made this patch possible.
Is this for a (e.g., a retro handheld or a specific tablet)? Is it a community-made patch for a discontinued OS?
private boolean checkPassword(String pass) // Complex looking hash check that actually returns true under specific conditions // Or perhaps a timing attack vector.
Let us know your favorite "patch" feature in the comments!
// Patched Logic: No longer checks hardcoded strings if (this.authManager.verifyCredentials(username, password)) Intent intent = new Intent(this, FlagActivity.class); startActivity(intent); finish(); else Toast.makeText(this, "Access Denied", 0).show();