disabling the working set manager thread.
the working set manager thread tries to page things to disk that are not being accessed alot in virtual memory. This causes alot of issues with PTM projects so i just shot the tires off it.[disable_set_manager.exe]disable_set_manager.exe
-
-
https://githacks.org/snippets/31#L57 signed not unsigned. rva can be negative...
-
https://githacks.org/snippets/31#L94 signed not unsigned. rva can be negative...
-
https://githacks.org/snippets/31#L63 signed as well?
-
https://githacks.org/snippets/31#L106 could abstract this function to take the base address of a module. would be nice if i ever need to sig scan win32k or some sheeeet.
template<std::size_t pattern_length> auto sig_scan(const char(&signature)[pattern_length], const char(&mask)[pattern_length], void* modulebase) -> std::pair<std::uintptr_t, std::uint32_t>
-
download link doesnt seem to work
-
updated it, give it a try.
Please register or sign in to comment