Initial commit

main
sir aieke the 9391913th 2024-11-22 02:40:35 +02:00
commit 7f6db99054
1 changed files with 23 additions and 0 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# fake-slc
fake slc.dll to trick windows 7 explorer into thinking its running the real deal because fuk windows activation $$$
heres the code since im too lazy to upload it, its just a stub
```#include "stdafx.h"
#include <Windows.h>
#include "yourproject.h"
HRESULT SLGetWindowsInformationDWOR1(
IN PCWSTR pwszValueName,
OUT DWORD *pdwValue
) {
return S_OK;
}```
dont forget to the function in a def file or as a pragma comment
like this:
```LIBRARY yourproject
EXPORTS
SLGetWindowsInformationDWORD=SLGetWindowsInformationDWOR1```