forked from master131/BlockTheSpot
-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ejaxh
authored
Jul 29, 2023
1 parent
987cd4e
commit aba6639
Showing
6 changed files
with
155 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#pragma once | ||
|
||
DWORD WINAPI EnableDeveloper(LPVOID lpParam); | ||
DWORD WINAPI BlockAds(LPVOID lpParam); | ||
DWORD WINAPI BlockBanner(LPVOID lpParam); | ||
|
||
#ifdef _WIN64 | ||
extern "C" void WINAPI get_file_name(); | ||
extern "C" void WINAPI modify_source(); | ||
|
||
extern "C" PatternScanner::ModuleInfo ZipScan; | ||
|
||
extern "C" std::uint64_t file_name_rcx; | ||
extern "C" std::uint64_t ret_addr_file_name; | ||
extern "C" std::uint64_t ret_addr_file_source; | ||
extern "C" std::uintptr_t file_name_pointer; | ||
extern "C" std::uintptr_t ret_addr_file_name; | ||
extern "C" std::uintptr_t ret_addr_file_source; | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters