Skip to content

Instantly share code, notes, and snippets.

@jaxFF
Last active March 13, 2026 02:08
Show Gist options
  • Select an option

  • Save jaxFF/7e9e74279a75900d0908536c5b18566b to your computer and use it in GitHub Desktop.

Select an option

Save jaxFF/7e9e74279a75900d0908536c5b18566b to your computer and use it in GitHub Desktop.
Reverse engineered HWiNFO 12-hour shared memory limit patch
>hwinfo64.exe
000000000022005C:3D->90
000000000022005D:00->90
000000000022005E:2E->90
000000000022005F:93->90
0000000000220060:02->90
0000000000220061:0F->E9
0000000000220062:86->81
0000000000220063:80->00
>hwinfo64.exe
0000000000232818:3D->90
0000000000232819:00->90
000000000023281A:2E->90
000000000023281B:93->90
000000000023281C:02->90
000000000023281D:0F->E9
000000000023281E:86->81
000000000023281F:80->00
@Keltere
Copy link
Copy Markdown

Keltere commented Feb 20, 2026

Hello @EricPlayZ sorry but i did try the DLL and windows defender virus & threat protection did disable itself right after.
I couldn't reproduce it in the successive run.
Did you experience this behavior?
I checked the windows update to see if there was an update who could have caused this but couldn't find any for today.
Could this dll loader cause this?
not suspecting you, just got scared

@Styphoryte
Copy link
Copy Markdown

Styphoryte commented Feb 20, 2026 via email

@EricPlayZ
Copy link
Copy Markdown

Hello @EricPlayZ sorry but i did try the DLL and windows defender virus & threat protection did disable itself right after. I couldn't reproduce it in the successive run. Did you experience this behavior? I checked the windows update to see if there was an update who could have caused this but couldn't find any for today. Could this dll loader cause this? not suspecting you, just got scared

Hey, the behavior sounds normal to me. I don't have any antivirus installed (including Windows Defender, I removed it completely) so I don't have such problems, but you can safely exclude the dll loader from Defender. If not, you can download the original Ultimate ASI Loader's winmm.dll, but you'll have to rename my patch from .dll to .asi for it to work, since my source code modifies the Ultimate ASI Loader to load my file specifically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment