Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19209
Reakcje/Polubienia
55907
Windhawk to oparte na modach uniwersalne rozwiązanie do dostosowywania systemu Windows. Z każdym nowym wydaniem systemu Windows wydaje się, że Microsoft usuwa jakieś opcje dostosowywania. Windhawk próbuje te przywrócić dostosowania i dodać nowe dla systemu Windows.

Program został stworzony przez Ramen Software, znany z innych aplikacji, takich jak
Zaloguj lub Zarejestruj się aby zobaczyć!
czy
Zaloguj lub Zarejestruj się aby zobaczyć!
.

windhawk-screenshot-main.85a459d4.png
Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!


Instalator:
Zaloguj lub Zarejestruj się aby zobaczyć!

Mody:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19209
Reakcje/Polubienia
55907
Windhawk 1.0

For users

  • Added a changelog tab for mods.
  • Added an "Advanced" tab for mods with debug logging functionality, easy settings exporting, and options to override the mod's target processes.
  • Added advanced settings with an option to hide the tray icon, an option to exclude processes from Windhawk, and several other options.
  • Added the mod initialization dialog, which shows information about mods which take a long time to initialize. A common reason for that is symbol downloading, in which case the download progress is shown.
  • Added the Loaded Mods dialog which can be accessed from the tray icon's right click menu.
  • Added an exit option without UAC in case something goes wrong, can be used by holding Shift and right clicking on the tray icon.
  • Running the Windhawk UI no longer requires UAC.

For developers

  • Updated to VSCodium 1.74.2 and LLVM MinGW 15.0.0.
  • The compiler now uses C++20 and includes WinRT headers.
  • Added mod preview to the editing mode.
  • Better syntax highlighting for special Windhawk comment blocks (readme, settings) in the code editor.
  • Updated the new mod template, inspired by Kyle Halladay's
    Zaloguj lub Zarejestruj się aby zobaczyć!
    guide.
  • Extended the function hooking API, now hooks can be created and removed at any time.
  • Added decorated symbols to the symbols enumeration API.
  • Improved editor indentation and formatting rules.

Bug fixes

  • Removed the confusing suggestion to download a language pack for non-English Windows versions. Windhawk still doesn't have proper support for localization.
  • Improved compatibility with Firefox.
  • Fixed an incorrect update notification after updating to the latest version.
  • Fixed an incorrect memory free which caused tools such as Application Verifier to show a warning. The bug was harmless in practice aside from the warning with development tools.
  • Fixed unnecessary mod reloading if FALSE is returned in Wh_ModInit.
  • Updating a disabled mod no longer enables it.

Instalator:
Zaloguj lub Zarejestruj się aby zobaczyć!

Mody:
Zaloguj lub Zarejestruj się aby zobaczyć!


Windhawk można zainstalować lub uruchomić jako aplikację przenośną nie zapisującą zmian w Rejestrze.
 

Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19209
Reakcje/Polubienia
55907
Windhawk 1.3

v1.3 (March 31, 2023)

  • Added the toolkit dialog and safe mode to help handle system instability.
  • Added context menus for input fields to cut, copy, paste, and select all text.
  • Mod development: Added a callback to allow mods to be reloaded or unloaded on settings changes.
  • Mod development: Uncompiled code changes are now saved when you exit editing mode, allowing you to get back to editing the same code later.
  • Fixed usage of negative numbers in mod settings.
  • Added Japanese, Turkish translations.

v1.2 (February 27, 2023)

  • Improved system processes exclusion. Notably, Store apps are no longer excluded.
  • Improved compatibility with specific programs that could crash on startup.
  • Added the WH_MOD_ID, WH_MOD_VERSION definitions for mods.
  • Added the Wh_Disasm API for instruction disassembly.
  • If git is installed, mod code changes are now shown in editing mode.
  • Fixed mod advanced options overridden on mod updates.
  • Added Chinese (Simplified), Chinese (Traditional), French, German, Italian translations.

v1.1 (January 25, 2023)

  • Windhawk can now be translated to other languages. To contribute a translation, please refer to
    Zaloguj lub Zarejestruj się aby zobaczyć!
    .
  • To improve stability, Windhawk no longer injects code into critical system processes by default. This can be configured in the advanced settings.
  • Added support for environment variables in include/exclude process paths.
  • Added an indication in the tray icon when a new Windhawk version is available.
  • Added the "light threads" injection method to the advanced settings, which might fix compatibility with some programs.
  • Fixed some settings (update checking, require UAC) sometimes resetting after an update.
  • Fixed launching the Windhawk UI for non-administrator users.
  • Fixed Windhawk portable failing to launch on Windows versions older than Windows 10.
  • Fixed Windhawk UI stuck with a blank screen on startup in some Windows environments.
  • Fixed Windhawk UI sometimes opening for all logged in users instead of just the user running it.

Instalator:
Zaloguj lub Zarejestruj się aby zobaczyć!

Mody:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37840
Reakcje/Polubienia
33959

Windhawk 1.4

v1.4 (November 4, 2023)​


For users


  • After almost two years since the first release, Windhawk is no longer beta.
  • The Windhawk installer now comes in two variants, an online installer and an offline installer. The new online installer is much smaller (around 10 MB instead of around 120 MB), and it downloads
    Zaloguj lub Zarejestruj się aby zobaczyć!
    only when needed.
  • Added an advanced option to control when mods are loaded for critical system processes.
  • Added an advanced mod option to ignore the original mod inclusion/exclusion lists.
  • Reduced Windhawk network activity (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Mod tasks in progress popup no longer stays open for suspended processes (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Added Brazilian Portuguese, Korean, Polish, Romanian, Russian, Ukrainian translations.
  • Updated existing translations.

For developers


  • Changed Wh_GetBinaryValue, Wh_SetBinaryValue API signatures.
  • Updated the Wh_FindFirstSymbol API to allow enumerating only decorated symbols for better performance.
  • Added Wh_SetFunctionHookT to windhawk_utils.h (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
  • Added StringSetting to windhawk_utils.h, a RAII wrapper for string settings.
  • Added support for quotes in @compilerOptions.
  • The underscore symbol is now allowed in mod settings identifiers.
  • Added windows.ui.xaml.hosting.desktopwindowxamlsource.h, xamlom.h to the Windhawk compiler.

Bug fixes


  • Fixed symbol loading for 32-bit processes.
  • Fixed forking a local mod.
  • Fixed incorrect folder permissions for installations outside of the Program Files folder. This could cause several mods to fail to load.
  • Fixed compatibility with SentinelOne Antivirus (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ).
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37840
Reakcje/Polubienia
33959

Windhawk 1.4.1​

November 9, 2023
  • Portable version: Fixed some helper apps crashing on startup, which broke functionality such as the start menu search.
  • Portable version: The installer now grants permissive access rights to the engine folder, which are required for some mods.
  • Standard version: Fixed schedule tasks being incorrectly enabled on update.
  • Fixed update notifications showing up when update checking is disabled.
  • Fixed the installer mistakenly showing the "Setup is already running" error message in some cases.
  • Windhawk no longer tries to use git outside of editing mode.
  • Mod development: Restored the default constructor of WindhawkUtils::SYMBOL_HOOK.
  • Mod development: Fixed a compilation error when calling Wh_FindFirstSymbol with NULL as the second parameter.
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry