Skip to content

Commit

Permalink
it should(?) default to sr now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lrdsnow committed Sep 29, 2024
1 parent 4acb28b commit 947a19a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file not shown.
6 changes: 3 additions & 3 deletions PureKFD/Backend/ExploitHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,16 @@ class ExploitHandler {
compat: "*",
cpu_compat: "*",
description: "Direct Writes",
stability_rating: 10,
stability_rating: 0, // lets not default to this
handler: DirectWrite.self
),
// Exploit/VirtualEnviorment.swift
Exploit(
name: "Virtual Enviorment",
name: "Virtual Enviorment (DEBUG ONLY)",
compat: "*",
cpu_compat: "*",
description: "Virtual Enviorment",
stability_rating: 10,
stability_rating: 0, // lets really not default to this
handler: VirtualEnviorment.self
)
]
Expand Down

0 comments on commit 947a19a

Please sign in to comment.