hfiref0x / UACME

Defeating Windows User Account Control
BSD 2-Clause "Simplified" License
6.08k stars 1.3k forks source link

Fatal Error #143

Closed LuckyDucky3607 closed 1 year ago

LuckyDucky3607 commented 1 year ago

When trying to compile the solution with the latest Microsoft visual studio on windows 10, I am getting this outputted

Build started...
1>------ Build started: Project: Akatsuki, Configuration: Release x64 ------
2>------ Build started: Project: Yuubari, Configuration: Release x64 ------
3>------ Build started: Project: Naka, Configuration: Release x64 ------
4>------ Build started: Project: Fubuki, Configuration: Release x64 ------
1>u64tohex.c
3>strtoul.c
2>cmdline.c
2>hde64.c
2>strtoi.c
2>ultostr.c
4>cmdline.c
4>u64tostr.c
4>ultohex.c
4>ultostr.c
3>_filename.c
1>u64tostr.c
1>ultohex.c
1>ultostr.c
1>util.c
3>_strcat.c
3>_strcmpi.c
3>_strcpy.c
3>_strend.c
3>_strlen.c
3>main.c
1>windefend.c
4>util.c
4>windefend.c
2>_filename.c
2>_strcat.c
2>_strcmp.c
4>_filename.c
2>_strcmpi.c
4>_strcat.c
4>_strcmpi.c
2>_strcpy.c
2>_strend.c
2>_strlen.c
4>_strcpy.c
4>_strend.c
2>_strncmp.c
2>_strncpy.c
2>appinfo.c
4>_strlen.c
4>_strncpy.c
2>basic.c
1>_strcat.c
2>comobj.c
1>_strcmpi.c
1>_strcpy.c
1>_strend.c
4>_strstri.c
1>_strlen.c
1>_strncmp.c
1>_strncmpi.c
4>dllmain.c
1>_strncpy.c
1>_strstri.c
1>dllmain.c
2>cui.c
4>pca.c
4>uihacks.c
2>fusion.c
2>logger.c
2>main.c
2>sup.c
2>test_fusion.c
3>Generating code
3>Previous IPDB not found, fall back to full compilation.
3>All 18 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
3>Finished generating code
1>   Creating library .\output\x64\Release\Akatsuki64.lib and object .\output\x64\Release\Akatsuki64.exp
4>   Creating library .\output\x64\Release\Fubuki64.lib and object .\output\x64\Release\Fubuki64.exp
4>Generating code
4>Previous IPDB not found, fall back to full compilation.
1>Generating code
1>Previous IPDB not found, fall back to full compilation.
1>All 32 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
1>Finished generating code
4>All 62 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
1>Akatsuki.vcxproj -> C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akatsuki\output\x64\Release\Akatsuki64.dll
4>Finished generating code
3>Naka.vcxproj -> C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Naka\output\x64\Release\Naka64.exe
5>------ Build started: Project: Akagi, Configuration: Release x64 ------
4>dll.vcxproj -> C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Fubuki\output\x64\Release\Fubuki64.dll
2>Generating code
2>Previous IPDB not found, fall back to full compilation.
5>cmdline.c
5>hde64.c
5>ldr.c
5>strtoul.c
2>All 65 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
5>u64tohex.c
2>Finished generating code
5>u64tostr.c
5>ultohex.c
5>ultostr.c
5>windefend.c
2>Yuubari.vcxproj -> C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Yuubari\output\x64\Release\UacInfo64.exe
5>_filename.c
5>_strcat.c
5>_strcmp.c
5>_strcmpi.c
5>_strcpy.c
5>_strend.c
5>_strlen.c
5>_strncmp.c
5>_strncmpi.c
5>_strncpy.c
5>_strstri.c
5>aic.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file ..\Shared\ldr.c)
5>appinfo64.c
5>appinfo32.c
5>console.c
5>fusutil.c
5>main.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file aic.c)
5>makecab.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file console.c)
5>compress.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file fusutil.c)
5>api0cradle.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file main.c)
5>azagarampur.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file makecab.c)
5>dwells.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file compress.c)
5>shellsup.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\api0cradle.c)
5>hakril.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\azagarampur.c)
5>hybrids.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\dwells.c)
5>comsup.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\shellsup.c)
5>methods.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\hakril.c)
5>rinn.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\hybrids.c)
5>tyranid.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\comsup.c)
5>wusa.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\methods.c)
5>zcgonvh.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\rinn.c)
5>pcasvc7_64.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\tyranid.c)
5>pcasvc7_32.c
5>pcasvc64.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\wusa.c)
5>pcasvc32.c
5>stub.c
5>sup.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file methods\zcgonvh.c)
5>test.c
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file stub.c)
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file sup.c)
5>C:\Users\DELL\Downloads\UACME-master\UACME-master\Source\Akagi\global.h(69,10): fatal  error C1083: Cannot open include file: 'fusion.h': No such file or directory (compiling source file tests\test.c)
5>Done building project "uacme.vcxproj" -- FAILED.
========== Build: 4 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build started at 2:50 AM and took 18.162 seconds ==========

I have no knowledge about C I was just trying to follow a video tuto, can anyone help, thanks.

image

LuckyDucky3607 commented 1 year ago

nm I installed the net sdk version 4.8 and it worked