1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-14 19:17:35 +01:00
Commit Graph

17 Commits

Author SHA1 Message Date
Valentin Radu
fbc9b3df09 Updated to latest sws 2021-11-18 18:13:40 +02:00
Valentin Radu
0d68ad399d Fixed bug in sws that crashed explorer when more than 20 windows were open 2021-11-14 18:26:11 +02:00
Valentin Radu
241fde9c4f Added option to choose language switcher flyout style; fixed #283 2021-11-08 07:47:22 +02:00
Valentin Radu
bbf10c2b7f Artifacts name change 2021-11-05 08:17:47 +02:00
Valentin Radu
3ac5921444 Fixes #263 2021-11-05 07:42:54 +02:00
Valentin Radu
145c03914a Updated to latest sws 2021-11-05 00:51:22 +02:00
Valentin Radu
c0bdc4346d Updated to latest sws 2021-11-04 14:00:21 +02:00
Valentin Radu
f10780cb6f Updated to latest sws 2021-11-01 21:22:03 +02:00
Valentin Radu
2f8b33be5e Tons of bug fixes, quality improvements, proper startup, avoid double patching 2021-10-25 06:07:19 +03:00
Valentin Radu
bf07fad687 Updated to v31 2021-10-21 09:01:59 +03:00
Valentin Radu
25cd882e1a Updated sws 2021-10-17 03:36:27 +03:00
Valentin Radu
b2ac6991c2 Update to .30 2021-10-15 13:50:52 +03:00
Valentin Radu
ad2b8a8635 Small correction 2021-10-01 01:58:30 +03:00
Valentin Radu
227ae4d0a4 Refactoring 2021-10-01 01:26:10 +03:00
Valentin Radu
c42bd8c3af Support for Microsoft Detours library
* Added support for hooking functions using the Microsoft Detours
  library; this, in theory, means that the application can now at
  least compile just fine on ARM64; although that is the case, it
  currently does not support dynamically patching CTray::Init as I
  have yet to come up with assembly to do that. Also, it is
  uterly untested on ARM64 as I do not have a machine to test on.
* Removed x86 support, compilation targets are now only amd64 and
  ARM64
2021-09-03 00:04:53 +03:00
Valentin Radu
aca00768a2 Offsets are now determined at runtime
* Library downloads and parses symbols in order to determine
  function hooking offsets at runtime and saves the data in a
  "settings.ini" file located in the application folder for future
  use; the file is invalidated when a new OS build is detected
* The main executable attempts to determine the location where a
  jump has to be patched out so that Explorer remains on the 'show
  old taskbar' code path; it will systematically patch each jz/jnz
  instruction and will check whether Explorer still runs fine, and,
  if it does so and does not crash, whether the old taskbar got
  actually shown; once the offset is determined, it is saved in the
  "settings.ini" file for future use
* Please have an unmetered active working Internet connection when
  running for the first time
* Messages from the patcher (i.e. install/uninstall successful
  message, symbol downloading message) will now display in a toast
  (Windows 10 notification) if possible; when Explorer is not
  running, it falls back to using standard MessageBox'es
* Disabled the pre/post build command that restarted sihost.exe in
  Debug builds
2021-08-29 21:03:37 +03:00
Valentin Radu
dfaf1ee806 Functionality to bring back power menu (Win+X). 2021-08-12 02:30:09 +03:00