Its very strange.
I can create a file or folder in the system32 folder on Win7 x64 manually but not programmatically.
I tried fopen() and CopyFile() functions, they can create elsewhere but not in the system32 folder.
Has anybody already had the same experience?
Sponsored by: █ Sparkhost - Hosting Without Compromises! █ Hybrid Performance Web Hosting █ Spark Host Stream Hosting █ Hybrid IRC & IRCd Server Shell Accounts
Create File On Win7
Started by
Masterducky
, Oct 26 2010 09:59 AM
6 replies to this topic
#1
Posted 26 October 2010 - 09:59 AM
#2
Posted 27 October 2010 - 12:52 PM
#3
Posted 28 October 2010 - 09:33 AM
Thank you Webdevil!
Looks like no easy way to beat UAC.
Looks like no easy way to beat UAC.
#4
Posted 05 November 2010 - 10:43 PM
Thank you Webdevil!
Looks like no easy way to beat UAC.
Are you able to run your program as Administrator, to see if you can overcome this problem.
#5
Posted 07 November 2010 - 01:02 AM
No I cant either in the system32 folder but i can in the windows folder. (right click -> run as Admin)
#6
Posted 07 November 2010 - 10:17 AM
I'll quote a part from this article
"Windows Vista's newly-implemented security limitations are artificial at best, easy to code around, and only there to give the impression of security."
UAC seems intimidating, but the truth is, there are tons of ways to beat it. Hell I've even read an article somewhere explaining how replacing Calculator ("\WINDOWS\system32\calc.exe") with whatever executable you want will render that executable immune from UAC.
Here's another article, about how UAC on Windows 7 is failing http://arstechnica.c...ll-win7-uac.ars
And Google will turn up a lot more examples of course
"Windows Vista's newly-implemented security limitations are artificial at best, easy to code around, and only there to give the impression of security."
UAC seems intimidating, but the truth is, there are tons of ways to beat it. Hell I've even read an article somewhere explaining how replacing Calculator ("\WINDOWS\system32\calc.exe") with whatever executable you want will render that executable immune from UAC.
Here's another article, about how UAC on Windows 7 is failing http://arstechnica.c...ll-win7-uac.ars
And Google will turn up a lot more examples of course
#7
Posted 07 November 2010 - 10:58 AM
Thank you Annexx!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












