Skip to content

Commit

Permalink
set default puaf method to landa so it works for most people
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Jan 11, 2024
1 parent e626a67 commit 4e6cfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usprebooter/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SwiftUI
struct ContentView: View {
@State var LogItems: [String.SubSequence] = [""]
private let puaf_method_options = ["physpuppet", "smith", "landa"]
@AppStorage("puaf_method") private var puaf_method = 1.0
@AppStorage("puaf_method") private var puaf_method = 2.0
private let kwrite_method_options = ["kqueue_workloop_ctl", "sem_open"];
@AppStorage("kwrite_method") private var kwrite_method = 1.0;
private let kread_method_options = ["dup"," sem_open"];
Expand Down

0 comments on commit 4e6cfea

Please sign in to comment.