Blank-c / Umbral-Stealer

Umbral Stealer is a fast, lightweight stealer written in C#. The collected data is transferred through discord webhooks.
Apache License 2.0
141 stars 42 forks source link

Build Error in Umbral-Stealer Project #32

Open mrxehmad opened 5 months ago

mrxehmad commented 5 months ago

During the build process of the Umbral-Stealer project, I encountered the following error:

Blank-c commented 5 months ago

The project supports .NET Framework 4.7.2, you are not supplying the correct version to the compiler.

Since the project is open source, it would be very had to reduce the detections. You can still try to encrypt it, and make a mechanism to decrypt and load it in memory at runtime. You can search about "batcloak", an evasion tool which implements this functionality.