New Update Defender Hardening Console Executable

And a bit of action

1776017826189.png
1776017837878.png
Screenshot.png
 
Yes, the threat above was picked up entirely by heuristics, as I have not wired the connection and file reputation modules. So this is in paranoid mode, in automatic mode it would have been blocked. Once the reputation modules have been integrated, remediation will be integrated as well. It has all been developed, it just needs to be wired.

1776022727606.png
 
Last edited:
Hawk Eye has now completed a full migration to Rust.

The upcoming HEAT completely taps into the Rust ecosystem, memory safety and robust multi-threading.

WebView2 has been dumped in favour of fully pre-compiled UI that uses 15x less memory and 4-5x less CPU.

Along with new OOBE and signature sound profile.

 
@Trident - You have been one busy beaver. The presentation looks great, amazing. And only you as developer? Wow!
Busy, busy indeed and these pages barely scratch the surface to be honest. It makes me happy 😀

If you ask someone what they’ve built and they can’t pull detailed documentation, you can only assume they’ve built nothing!

I have a vision from all these years of testing, criticising and being on here so this helps a lot. I am not going back and forth (with the main logics), I know where I want to go and what needs to be done.

It is just the stack that took time to choose. The first versions used to work as PowerShell script (some people remember). Then it was .Net 11, dropped quickly, then it was C++ but I started to dislike the minimalistic and permissive compiler. Rust is way stricter.
 
After a holiday, back to it now.

During my holiday, I spent loads of time playing with Slint.

I was constantly torn:
-Precompiled machine code UIs are extremely performant and light but it is hard to achieve the UX I wanna achieve.
-Web wrappers and views make it easy but performance is gone.

AI cannot just do it, i tried, the results were ranging from atrocious to disgusting.

So, after a few months, I’ve mastered machine-level UIs and the result is OrbitLive.

The next generation of OrbitUI that features ActiveMotion (visible in video) and ActiveInfo (not visible yet). ActiveInfo displays all the information at a glance before the user has even clicked. For example the system monitor background will be split in 2 halfs. Half 1 will display cpu usage as a vertical graph, half 2 will display ram usage.

I hope users will love this UI as much as I enjoyed creating it.