Commit Graph

281 Commits

Author SHA1 Message Date
vxunderground
58f20d026f
Merge pull request #7 from 3xp0rt/patch-4
Create GetCurrentLocale.c
2022-03-29 12:02:04 -05:00
vxunderground
c2ff945697
Merge pull request #6 from 3xp0rt/patch-3
Create GetProcessHeapAlt.c
2022-03-29 12:01:52 -05:00
vxunderground
c7017bfde2
Merge pull request #5 from 3xp0rt/patch-2
Update and rename GetOSVersion to GetOSVersion.c
2022-03-29 12:01:41 -05:00
3xp0rt
b531039184
Create GetCurrentLocale.c 2022-03-28 06:47:48 +00:00
3xp0rt
4605b6a29e
Create GetProcessHeapAlt.c 2022-03-27 22:57:12 +00:00
3xp0rt
2ceed4540d
Update and rename GetOSVersion to GetOSVersion.c 2022-03-26 17:35:50 +00:00
vxunderground
1ffa2fab4d
Merge pull request #4 from 3xp0rt/patch-1
Create GetOSVersion
2022-03-26 12:30:22 -05:00
3xp0rt
bcf44cbc0f
Create GetOSVersion 2022-03-26 17:24:06 +00:00
vxunderground
c251d2bdd4
Delete GetNtdllWithoutFunction.c
broken
2021-11-13 01:02:04 -06:00
vxunderground
d44de46a6c
Delete GetModulesWithoutTebOrPeb.cpp
doesnt work lol
2021-11-13 00:36:44 -06:00
vxunderground
bd23b8d769
Update IsNvidiaGraphicsCardPresent.cpp 2021-11-12 23:48:34 -06:00
vxunderground
d5d70ca4e9
Delete RtlLoadPeHeaders.c 2021-11-12 23:41:09 -06:00
vxunderground
0eb3ff7e88 Merge branch 'main' of https://github.com/vxunderground/VX-API 2021-11-12 23:00:02 -06:00
vxunderground
5e79b1e867 mov + add 2021-11-12 22:59:53 -06:00
vxunderground
0c6bd2a8c5
Update GeneratePseudoRandomStringW.cpp 2021-11-12 22:49:31 -06:00
vxunderground
4ade28ba8b
Update GeneratePseudoRandomStringA.cpp 2021-11-12 22:49:13 -06:00
vxunderground
2553eb1865 ADDS
N/A
2021-11-12 22:48:33 -06:00
vxunderground
0ebdf67b5f Merge branch 'main' of https://github.com/vxunderground/VX-API 2021-11-12 22:37:59 -06:00
vxunderground
5d89d59361 Corrections
N/A
2021-11-12 22:37:46 -06:00
vxunderground
a32283ca24
Merge pull request #3 from ocbrollingpaper/main
Create and expand README.md
2021-11-12 14:00:41 -06:00
ocbrollingpaper
7ff21ddfd7
Create README.md 2021-11-12 20:58:03 +01:00
vxunderground
e2857f4074
Update wWinMain.cpp 2021-11-12 12:39:40 -06:00
vxunderground
c3202c200a Template EPs 2021-11-12 12:38:35 -06:00
vxunderground
9d92d6ef39 PseudoRandom
more
2021-11-12 12:26:01 -06:00
vxunderground
9cf0aa532a Update StringConcatW.c
Bug fix
2021-11-12 12:18:43 -06:00
vxunderground
520351e112 Create RtlInitUnicodeString.c 2021-11-12 12:14:31 -06:00
vxunderground
86fe57c46d Function moving 2021-11-12 12:11:33 -06:00
vxunderground
4d79b6ce19 Name change 2021-11-12 12:10:18 -06:00
vxunderground
0bbe4c4b82
Rename Stdio/String Conversion/CharStringToWCharString.c to Stdio/CharStringToWCharString.c 2021-11-12 12:05:56 -06:00
vxunderground
8e279c41cb
Rename Stdio/String Conversion/WCharStringToCharString.c to Stdio/WCharStringToCharString.c 2021-11-12 12:05:43 -06:00
vxunderground
4e82513854
Add files via upload 2021-11-02 11:49:13 -05:00
vxunderground
446e272d31
Add files via upload 2021-10-08 10:40:51 -05:00
vxunderground
648bccfdd2
Update StringConcatA.c 2021-09-05 01:24:57 -05:00
vxunderground
fd47290732
Create RtlGetEnvironmentVariableAltW.c 2021-07-26 23:20:39 -05:00
vxunderground
70540ba325
Rename RtlInitEmptyUnicodeString to RtlInitEmptyUnicodeString.c 2021-07-26 23:20:04 -05:00
vxunderground
a7d8e3bdee
Create RtlInitEmptyUnicodeString 2021-07-26 23:19:52 -05:00
vxunderground
d037cf8461
Rename Library Management/GetTEB.c to NtApi/GetTEB.c 2021-07-26 23:19:28 -05:00
vxunderground
ee677770d8
Rename Library Management/RtlLoadPeHeaders.c to NtApi/RtlLoadPeHeaders.c 2021-07-26 23:19:15 -05:00
vxunderground
917ff885de
Rename Library Management/GetPEBAlt.c to NtApi/GetPEBAlt.c 2021-07-26 23:19:03 -05:00
vxunderground
dc35e8ae63
Rename Library Management/GetRtlUserProcessParameters.c to NtApi/GetRtlUserProcessParameters.c 2021-07-26 23:18:46 -05:00
vxunderground
25126616cf
Rename Library Management/GetPEB.c to NtApi/GetPEB.c 2021-07-26 23:18:32 -05:00
vxunderground
267d3a8b48
Rename Library Management/GetNtdllWithoutFunction.c to NtApi/GetNtdllWithoutFunction.c 2021-07-26 23:18:19 -05:00
vxunderground
01a0791377
Rename Library Management/GetKUserSharedData.c to NtApi/GetKUserSharedData.c 2021-07-26 23:17:59 -05:00
vxunderground
b26b0bffc9
Update GetNtdllWithoutFunction.c 2021-07-09 22:12:59 -05:00
vxunderground
4895a0467f
Update GetPEB.c 2021-07-09 22:12:41 -05:00
vxunderground
3e9116a7fb
Update GetPEBAlt.c 2021-07-09 11:40:14 -05:00
vxunderground
9425bc91fb
Update GetRtlUserProcessParameters.c 2021-07-09 11:39:57 -05:00
vxunderground
22b9cfef14
Update GetTEB.c 2021-07-09 11:37:39 -05:00
vxunderground
2d180d50fd
Rename GetTEB.c to Library Management/GetTEB.c 2021-07-09 11:37:22 -05:00
vxunderground
97181c8fa0
Rename GetRtlUserProcessParameters.c to Library Management/GetRtlUserProcessParameters.c 2021-07-09 11:37:10 -05:00