311 Commits

Author SHA1 Message Date
hfiref0x e79481f9c2 Merge branch 'master' of https://github.com/hfiref0x/UACME v3.7.0 2026-05-22 12:26:08 +07:00
hfiref0x c878e4be72 v 3.7.0
Update Yuubari to 1.6.2.
2026-05-22 12:26:05 +07:00
hfiref0x 2ee0f4ea3e Update README.md 2026-05-21 21:59:41 +07:00
hfiref0x 642d37aa13 v 3.7.0
As of version 3.7.0, methods "fixed" between 3.5.0 and 3.7.0 have been removed from UACMe methods table.
If you need them, use the v3.6.x_plus branch
The code for these methods is still available in the current branch for historical purposes.
2026-05-21 21:59:05 +07:00
hfiref0x cbf4b91f17 v 3.7.0
Update process masquerading for COM elevation;
Update tests and Yuubari configuration.
2026-05-21 00:27:08 +07:00
hfiref0x bd1c920571 Merge pull request #171 from hfiref0x/dev370
Method 82 added;
Readme updated.
2026-05-19 12:26:14 +07:00
hfiref0x f8714d800f Update README.md 2026-05-19 12:23:21 +07:00
hfiref0x f2d232d3fd v 3.7.0
Method 82 added
2026-05-19 12:13:00 +07:00
hfiref0x c0122c8dcf Update README.md
Build instruction updated with MSVS 2026 information.
2026-05-18 11:34:12 +07:00
hfiref0x 5bda5ca3cc Update README.md 2026-05-17 21:19:03 +07:00
hfiref0x b72d7e70c4 Merge pull request #169 from hfiref0x/dev370
Fixed annoying NETFX header dependency
Updated method 59, 75
Updated signature scan for UserAssocSet based methods making them work again on Windows 11 25H2
Existing methods tested against latest Windows 11 25H2 and their statuses are updated according to results
Updated rtls and readme
2026-05-16 17:23:43 +07:00
hfiref0x 288feef45a v 3.7.0
Updated method 75
Bump license year
2026-05-16 17:12:35 +07:00
hfiref0x 0ab21152f2 v 3.7.0
Fixed annoying NETFX header dependency
Updated method 59
Updated signature scan for UserAssocSet based methods
Existing methods tested against latest Windows 11 25H2 and their statuses are updated according to results
Updated rtls and readme
2026-05-16 16:34:27 +07:00
hfiref0x 6daa8d4862 Update Yuubari and fix some bugs
Yuubari updated to 1.61. Aside of this multiple fixes and small enhancements has been made across the codebase:

- Fix path concatenation logic in supConcatenatePaths (Akagi & Yuubari): strip/handle leading/trailing backslashes correctly, avoid double separators, compute lengths safely and remove fragile boolean flags, and ensure proper null-termination.
- Fusion subsystem: add SxsAllocInitUnicodeString helper for safe allocation/copy/init of UNICODE_STRING; use it to populate KeyName and DllName in redirection list entries; extend structures to include KeyName; update FusionOutputCallback to report KeyName and free strings correctly.
- Console: replace GetTickCount timeout logic with elapsed-time check to avoid wraparound, using dwStart.
- Compress: fix CRC handling by restoring HeaderCrc after check and ensure exception handler sets failure flag (prevents silent return/possible leak).
- AIC: free async handle and RPC binding on exception to avoid resource leaks.
- Shared/cmdline: correct divider variable types for wide/ansi functions.
- Windefend: rename parameter for clarity (MpClientBase -> ImageBase).
- Fusutil: remove unused NI_DLL_EXT_SIZE/NI_DLL_AUX_EXT_SIZE defines.

These changes address correctness, resource management, and robustness issues observed in path handling, fusion parsing, exception paths and timeouts.
2026-02-17 23:36:03 +07:00
hfiref0x 65723345ea Update build status badge and copyright year 2026-01-11 10:06:52 +07:00
hfiref0x 4629ff8718 v 3.6.9
Small bugfixes #166
Ported to MSVS 2026
2025-12-14 12:37:08 +07:00
hfiref0x 43d1b12d8b Update README.md v3.6.9 2025-07-08 21:22:53 +07:00
hfiref0x caf94bdbf8 Merge pull request #164 from hfiref0x/dev369
v 3.6.9

This is maintenance release. No new methods has been added / reworked / removed.
2025-07-07 10:21:50 -07:00
hfiref0x 62ff831218 v 3.6.9
Remove nested _strstri (copy-paste bug)
2025-07-08 00:14:07 +07:00
hfiref0x b34842c694 v 3.6.9
This is maintenance release. No new methods has been added / reworked / removed.
2025-07-08 00:00:36 +07:00
hfiref0x 530fde97e4 Update README.md 2025-06-23 13:55:06 +07:00
hfiref0x 295a5d151f Yuubari update
Multiple fixes, v1.6.0
Rtls update
2025-06-19 13:20:33 +07:00
hfiref0x 5980c4a2b2 Update README.md 2025-06-11 09:05:03 +07:00
hfiref0x 6ebf93ae9e Update README.md
Make readme look better and be more informative, replace dead hit counter.
2025-06-11 09:04:13 +07:00
hfiref0x e632af71b2 Update README.md
Reflect #161
2025-03-09 10:33:25 +07:00
hfiref0x 58bf8bf3f9 v 3.6.8
Method 81 added, see #162  for more info;
Readme updated.
v3.6.8
2025-03-08 11:52:29 +07:00
hfiref0x 32647ec6d0 v 3.6.7
Remove unused variable
v3.6.7
2025-02-11 21:31:46 +07:00
hfiref0x bc335f2fa6 v 3.6.7
Method 80 added, see #160 for more info;
Readme updated.
2025-02-11 21:23:36 +07:00
hfiref0x 6da7e4cca1 v 3.6.7
Update method 34, see #160 for more info.
Readme update.
2025-02-07 10:29:36 +07:00
hfiref0x ce6fb5ffe5 v 3.6.6
Update methods 65-68 for 24H2, test and set their respective status.
2024-07-22 11:02:33 +07:00
hfiref0x 6e36b586de v 3.6.6
Method 79 added;
Readme updated.
v3.6.6
2024-04-08 11:35:10 +07:00
hfiref0x 90cb9bcf76 v 3.6.5
Update method 78
2023-10-10 09:19:38 +07:00
hfiref0x 3ec8d4db64 Merge pull request #147 from hfiref0x/dev365
v 3.6.5
v3.6.5
2023-09-26 19:31:34 +07:00
hfiref0x 33b22791d3 Fix build 2023-09-26 19:27:56 +07:00
hfiref0x bcaba3abd2 v 3.6.5
Cleanup.
2023-09-26 19:19:51 +07:00
hfiref0x 7b03d2bea9 v 3.6.5
Enable impersonation level check.
2023-09-26 06:45:50 +07:00
hfiref0x 4c95fcfc20 v 3.6.5
Implement #146
Rtls update
2023-09-25 20:49:06 +07:00
hfiref0x f61a0528f3 v 3.6.4
Fix build.
2023-06-25 11:19:31 +07:00
hfiref0x 5cdaf03eef v 3.6.4
Update 65-68 for Win11 22H2 #145
2023-06-25 11:04:15 +07:00
hfiref0x bdb1e01fc7 Update README.md
Add note about method 34 fix #144
2023-06-09 21:33:49 +07:00
hfiref0x dbbcc714ee v 3.6.4
More gracefully revert
2023-02-16 18:39:49 +07:00
hfiref0x 5840d4106f Revert "v 3.6.4"
This reverts commit d3cb8c16d8.
2023-02-16 18:18:21 +07:00
hfiref0x d3cb8c16d8 v 3.6.4
Throw message when using incorrectly compiled exe.
2023-02-15 20:38:42 +07:00
hfiref0x 2505976320 Update LICENSE.md
Bump year.
v3.6.4
2023-02-05 17:28:23 +07:00
hfiref0x 5006ed4936 Update README.md 2023-02-05 17:28:02 +07:00
hfiref0x 9982fb07bf Merge pull request #141 from hfiref0x/dev364
v 3.6.4
2023-02-05 17:27:08 +07:00
hfiref0x dc7e426d4d v 3.6.4
Method 77 added, see #140 for more info;
Readme updated.
2023-02-05 11:18:58 +07:00
hfiref0x aac89f3ef3 v 3.6.3
Fix x86 build #139
2023-01-11 05:51:45 +07:00
hfiref0x c65f9215c1 Update Naka.vcxproj
Retarget platform toolset for appveyor fail. I understand that this service is currently busy supporting %current thing% more than actually working on their script-shit, but holy fuck seriously.
2022-12-14 17:22:16 +07:00
hfiref0x ba4d8650f9 Yuubari update
Update of appinfo scan, get rid of signatures, v1.5.4 (2212)
2022-12-14 17:12:25 +07:00