Vuln: Format String Vuln
What is this task?
Pre game thinking - Logic
What does a format bug look like on a GUI?
ImGui::Text("Attempt " + i);
ImGui::NewLine();
ImGui::Text(input.Password); ImGui::Text("Last password...:");
ImGui::NewLine();
// checking the data type and parsing
// the values and what is stored in the buffer
ImGui::Text("%s" miscConf.Password);How do we find these?
Last updated
