BC-SECURITY / Moriarty

Moriarty is designed to enumerate missing KBs, detect various vulnerabilities, and suggest potential exploits for Privilege Escalation in Windows environments.
GNU General Public License v3.0
426 stars 53 forks source link

Net Framework. #8

Open sec13b opened 2 months ago

sec13b commented 2 months ago

Can be compiled with older versions of Net Framework.?

image

ikrypty commented 2 months ago

Even if you attempt to downgrade, you're likely to encounter issues with the packages installed in your project, necessitating a downgrade of their versions in NuGet Packages as well. Additionally, there's a risk of losing access to some of the more recent libraries that may lack compatibility with older versions of .NET, ultimately requiring a complete overhaul of the project to accommodate a different library.

Cx01N commented 1 month ago

I tried retargeting it to .NET Framework 4.5, and that works also. Anything below that will cause compatibility issues.