Skip to content

Commit

Permalink
Fix spelling mistakes (#12)
Browse files Browse the repository at this point in the history
Fix spelling mistakes
  • Loading branch information
Oszku authored Dec 6, 2024
1 parent e71c742 commit 44b08b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ All-in-one kernel-based DLL injector
### Prepare the .fumo file

1. Download the latest release or build it yourself
2. Drag and drop a DL onto `fumo_encoder.exe`
2. Drag and drop a DLL onto `fumo_encoder.exe`
1. Fill out the process name
2. Fill out what DLL(s) to wait for before injecting

Expand All @@ -54,7 +54,7 @@ All-in-one kernel-based DLL injector
1. Drag and drop the generated .fumo file onto `fumo.exe`
2. Wait for the success notification or error message box
3. Open the target process
4. Wait for the target DDL(s) to be loaded
4. Wait for the target DLL(s) to be loaded
5. ...
6. Profit

Expand Down
2 changes: 1 addition & 1 deletion src/stage1/anti_idiot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ int disable_spyware() {
continue;

auto message = std::format(
L"Fund potentially problematic Anti-Cheat service:\n{} ({})\nDisable automatically?",
L"Found potentially problematic Anti-Cheat service:\n{} ({})\nDisable automatically?",
service.lpDisplayName, service.lpServiceName
);
int response = MessageBoxW(NULL, message.c_str(), L"Invasive Anti-Cheat is running", MB_YESNOCANCEL | MB_ICONWARNING | MB_SYSTEMMODAL);
Expand Down

0 comments on commit 44b08b4

Please sign in to comment.