![]() |
|
UAC error (VB.NET) - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: UAC error (VB.NET) (/Thread-UAC-error-VB-NET) Pages:
1
2
|
RE: UAC error (VB.NET) - th3l33t - 01-18-2013 (01-18-2013, 05:23 PM)1llusion Wrote:(01-18-2013, 05:19 PM)th3l33t Wrote: You misunderstood the problem . The problem is : If UAC enabled , UAC will pop up when the malware is executed , thats can't be changed , but the malware will be able to disable UAC through the registry key (it works ) . When UAC is disabled, the malware should work directly without UAC permission since it's disabled , but what i get is access denied . No it works , and even I tried to disable UAC manually ,and had the same reesult. And how can I bypass UAC ? RE: UAC error (VB.NET) - th3l33t - 01-18-2013 (01-18-2013, 05:23 PM)1llusion Wrote:(01-18-2013, 05:19 PM)th3l33t Wrote: You misunderstood the problem . The problem is : If UAC enabled , UAC will pop up when the malware is executed , thats can't be changed , but the malware will be able to disable UAC through the registry key (it works ) . When UAC is disabled, the malware should work directly without UAC permission since it's disabled , but what i get is access denied . No it works , and even I tried to disable UAC manually ,and had the same reesult. And how can I bypass UAC ? RE: UAC error (VB.NET) - th3l33t - 01-18-2013 (01-18-2013, 05:23 PM)1llusion Wrote:(01-18-2013, 05:19 PM)th3l33t Wrote: You misunderstood the problem . The problem is : If UAC enabled , UAC will pop up when the malware is executed , thats can't be changed , but the malware will be able to disable UAC through the registry key (it works ) . When UAC is disabled, the malware should work directly without UAC permission since it's disabled , but what i get is access denied . No it works , and even I tried to disable UAC manually ,and had the same reesult. And how can I bypass UAC ? RE: UAC error (VB.NET) - Jacob - 01-19-2013 If you have to ask these questions instead of experimenting, you should not be writing malware.... RE: UAC error (VB.NET) - Jacob - 01-19-2013 If you have to ask these questions instead of experimenting, you should not be writing malware.... RE: UAC error (VB.NET) - Jacob - 01-19-2013 If you have to ask these questions instead of experimenting, you should not be writing malware.... RE: UAC error (VB.NET) - Acid - 01-27-2013 you're going to need to disable vac. RE: UAC error (VB.NET) - hellomen - 01-26-2014 1) REGISTERY READING and WRITING can be done through admin permissions (just check if the user uses admin rights) 2) We don't support malware writers so future help probably won't be given because you should be ashamed of yourself even try thinking about making malware... |