hfiref0x / UACME

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

"File read error, memory not allocated" when running Naka32.exe with all key existing. #121

Closed waiwaiwai closed 2 years ago

waiwaiwai commented 2 years ago

hi, i got all the key files existing in the same but still got "File read error, memory not allocated", may i know what i am missing?

running visual studio2022, v143 on win10 in VM with 4G RAM. already compile and has the result below: image

under the same folder with naka32.exe

Please advise, thanks!

hfiref0x commented 2 years ago

Is it debug build or release?

waiwaiwai commented 2 years ago

thanks!

original is debug build, then i try again with release, but the Fubuki x64 got error with below: image

hfiref0x commented 2 years ago

It obviosly won't work for you in debug build, https://github.com/hfiref0x/UACME/blob/master/Source/Naka/main.c#L1098-L1100

waiwaiwai commented 2 years ago

hi hfiref0x,

Thanks a lot for your hints! it works for me now! Thank You Very Much!